:root{--red: #D72638;--red-dark: #b01e2d;--red-light: #f0404f;--red-faint: #fff0f1;--white: #FFFFFF;--bg: #f5f6fa;--border: #e8eaf0;--text: #1a1d2e;--text-mid: #4a5068;--text-muted: #9097b4;--success: #0ebc48;--warning: #f59e0b;--info: #2563eb;--shadow-sm: 0 2px 12px rgba(30,35,70,.07);--shadow-md: 0 6px 32px rgba(30,35,70,.11);--shadow-red: 0 8px 32px rgba(215,38,56,.25)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:contain}body{min-height:100vh;min-height:100dvh}#root{display:flex;flex-direction:column}a{color:var(--red);text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0;color:inherit}input,textarea{font-family:inherit;color:var(--text)}.app-shell{max-width:640px;width:100%;margin:0 auto;background:var(--white);min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;position:relative;box-shadow:0 0 64px #0000000f}button,a,[role=button]{-webkit-tap-highlight-color:transparent}.spinner{display:inline-block;width:22px;height:22px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:pg-spin .8s linear infinite}.spinner.dark{border-color:#d726382e;border-top-color:var(--red)}@keyframes pg-spin{to{transform:rotate(360deg)}}.pg-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:18px;animation:pg-fade-in .15s ease}@keyframes pg-fade-in{0%{opacity:0}to{opacity:1}}.pg-modal-card{background:#fff;border-radius:20px;padding:22px;width:100%;max-width:420px;box-shadow:var(--shadow-md);animation:pg-pop .18s ease}@keyframes pg-pop{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}
