@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--bg: #000000;--surface: #0f1117;--surface-2: #141824;--line: #2b3140;--text: #f3f5fb;--muted: #a6aec4;--violet: #6448f5;--blue: #4c64e8;--green: #4ab88b;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,sans-serif}.backend-status-banner{position:sticky;top:0;z-index:9999;padding:10px 14px;text-align:center;font-size:13px;color:#fff;background:#b91c1c;border-bottom:1px solid rgba(255,255,255,.12)}.profile-page{min-height:100vh;padding:0}.profile-clean-page{display:grid;place-items:center}.clean-shell{width:min(100vw,900px);min-height:100vh;border-left:1px solid var(--line);border-right:1px solid var(--line);border-radius:0;background:#05070d;box-shadow:none}.swipe-shell{position:relative;overflow:hidden}.mode-chip{position:absolute;top:12px;right:12px;z-index:3;background:#10141ee6;border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:var(--muted);font-size:12px}.gesture-handle{position:relative;z-index:2;display:flex;justify-content:center;padding:12px;cursor:ns-resize;touch-action:none}.gesture-handle span{width:72px;height:6px;border-radius:999px;background:#4a5368}.card-layer,.feed-layer{position:absolute;top:40px;right:12px;bottom:12px;left:12px;transition:transform .28s cubic-bezier(.2,.8,.2,1)}.feed-layer{top:320px}.identity-card-wrap{perspective:1400px}.identity-card-3d{position:relative;min-height:430px;transform-style:preserve-3d;transition:transform .62s cubic-bezier(.2,.8,.2,1)}.identity-card-3d.flipped{transform:rotateY(180deg)}.identity-card-face{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;border-radius:var(--radius-lg);padding:16px;border:1px solid #374059;color:#f6f8ff;background:linear-gradient(160deg,#151a27,#0e1119)}.identity-card-face.back{transform:rotateY(180deg);overflow:auto;background:linear-gradient(160deg,#1d2030,#151927)}.card-front-header{display:flex;justify-content:space-between;align-items:start;gap:12px}.avatar,.saved-avatar{width:56px;height:56px;border-radius:12px;display:grid;place-items:center;font-weight:800;background:#ffffff1f;border:1px solid rgba(255,255,255,.16)}.saved-avatar{width:38px;height:38px;border-radius:50%}.card-avatar{width:68px;height:68px;border-radius:16px}.card-name{margin:0;font-size:clamp(34px,6.5vw,46px);line-height:1;letter-spacing:-.5px;font-weight:800}.card-handle,.back-sub{margin:10px 0 0;color:#c6cee4;font-size:15px}.card-badges{display:flex;gap:8px}.badge{border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700}.badge.type{background:#ffffff1f}.badge.verified{background:var(--green);color:#10241b}.tags-row{margin-top:14px;display:flex;flex-wrap:wrap;gap:7px}.chip{padding:5px 10px;border-radius:7px;font-size:12px;font-weight:700}.role-primary{background:#e8c13a;color:#1a1404}.role-secondary{background:#4ab88b;color:#0e221a}.card-identity{margin-top:10px}.card-positioning{margin:10px 0 0;color:#a9b3cd;font-size:14px;letter-spacing:.1px}.card-pass{margin:12px 0 0;color:#7f8aa8;font-size:11px;letter-spacing:.5px}.card-qr-wrap{width:108px;height:108px;border-radius:12px;border:1px solid #2f3a50;background:#f5f7ff;overflow:hidden;box-shadow:0 8px 18px #00000059}.card-qr{width:100%;height:100%;object-fit:cover;display:block}.card-art{margin-top:14px;border-radius:16px;overflow:hidden;border:1px solid #2a354a;background:#0a1018;min-height:164px}.card-art img{width:100%;height:172px;object-fit:cover;display:block;filter:saturate(1.08) contrast(1.06)}.card-contact-row{margin-top:10px;display:flex;justify-content:space-between;gap:10px;color:#c8d0e6;font-size:12px;letter-spacing:.2px;word-break:break-word}.card-facts,.card-back-grid{margin-top:12px;display:grid;gap:8px}.fact-row{display:grid;grid-template-columns:104px 1fr;gap:10px;align-items:center;padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff08}.fact-label{color:var(--muted);font-size:12px;text-transform:uppercase}.fact-value{color:#e8ecff;font-size:13px}.quick-actions{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.action,.flip-btn,.card-layer-actions button,.post-actions button,.post-head-actions button,.inline-actions button,.sheet-head button{border:1px solid #3a4358;border-radius:10px;padding:8px 10px;background:#1a2232;color:#dce3f5;cursor:pointer;font-size:12px}.action-primary,.card-layer-actions .primary,.inline-actions .primary{background:linear-gradient(90deg,var(--violet),var(--blue));border-color:transparent;color:#fff}.action.saved{background:var(--green);color:#102419;border-color:#62ce9f}.pulse{animation:pulse-save .42s ease}@keyframes pulse-save{0%{transform:scale(.95)}70%{transform:scale(1.06)}to{transform:scale(1)}}.card-layer-actions{margin-top:444px;display:flex;flex-wrap:wrap;gap:8px}.feed-panel{background:#111621;border:1px solid var(--line);border-radius:var(--radius-md);padding:12px}.panel-head{margin-bottom:8px}.post-list{display:grid;gap:9px;max-height:420px;overflow:auto}.post-item{border:1px solid #333d53;border-radius:12px;background:#161c29;padding:10px}.post-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.media-block{margin-top:8px;border:1px dashed #4a5672;border-radius:10px;padding:10px;color:#c5cee6}.post-actions{margin-top:10px;display:flex;gap:6px;flex-wrap:wrap}.muted{color:var(--muted)}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#000000b8;display:grid;place-items:end center}.sheet{width:min(920px,96vw);max-height:86vh;overflow:auto;background:#121826;border:1px solid var(--line);border-radius:16px 16px 0 0;padding:14px}.sheet-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sheet-grid{display:grid;gap:10px}.sheet-grid input,.sheet-grid textarea,.sheet-grid select{width:100%;border:1px solid #34405b;border-radius:10px;padding:10px;background:#0e131f;color:var(--text);font:inherit}.preview-box{border:1px dashed #465473;border-radius:10px;padding:10px;background:#0f1624}.inline-actions{display:flex;gap:8px;flex-wrap:wrap}.error{color:#ff7a72}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--violet);outline-offset:2px}.auth-layout{min-height:100vh;display:flex;flex-direction:column;background:#333;color:#f2f4f8}.auth-register-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;height:52px;background:#20242cb8;border-bottom:1px solid rgba(137,147,164,.2);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);flex-shrink:0}.auth-toolbar-logo{font-size:15px;font-weight:800;letter-spacing:.5px;color:#f2f4f8;text-transform:uppercase;-webkit-user-select:none;user-select:none;opacity:.9}.auth-toolbar-right{display:flex;align-items:center;gap:8px}.auth-lang-toggle{display:inline-flex;align-items:center;gap:2px;background:#20242c80;border:1px solid rgba(137,147,164,.35);border-radius:8px;padding:2px}.auth-lang-btn{height:26px;min-width:32px;padding:0 8px;border-radius:6px;border:none;background:transparent;font:inherit;font-size:11px;font-weight:700;color:#a0a8ba;cursor:pointer;letter-spacing:.5px;transition:background .14s ease,color .14s ease;line-height:1}.auth-lang-btn:hover:not(.is-active){background:#ffffff12;color:#f2f4f8}.auth-lang-btn.is-active{background:#6c4afe;color:#052119;font-weight:800;box-shadow:0 2px 8px #6c4afe52}.btn-auth-skip{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:8px;border:1px solid rgba(137,147,164,.35);background:#20242c80;color:#a0a8ba;font:inherit;font-size:11px;font-weight:600;cursor:pointer;letter-spacing:.3px;transition:border-color .14s ease,color .14s ease,background .14s ease;white-space:nowrap;gap:5px}.btn-auth-skip:before{content:"→";font-size:13px;opacity:.5}.btn-auth-skip:hover{border-color:#6c4afe99;color:#6c4afe;background:#6c4afe14}.auth-page{flex:1;display:grid;place-items:center;padding:24px 16px 32px}.auth-card{width:100%;max-width:400px;background:#0b0f14;border:1px solid #1f2531;border-radius:16px;padding:28px 24px 24px;box-shadow:0 8px 32px #00000073,0 2px 8px #0000004d}.auth-logo{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#6c4afe;margin-bottom:18px;opacity:.9}.auth-title{margin:0 0 4px;font-size:22px;font-weight:700;line-height:1.2;color:#f2f4f8;letter-spacing:-.3px}.auth-subtitle{margin:0 0 22px;color:#a0a8ba;font-size:13px;line-height:1.4}.auth-form{display:flex;flex-direction:column;gap:14px}.field-group{display:flex;flex-direction:column;gap:5px}.field-label{font-size:11px;font-weight:600;color:#a0a8ba;letter-spacing:.4px;text-transform:uppercase}.field-hint{font-weight:400;text-transform:none;letter-spacing:0;color:#6a7289}.field-input{background:#ffffff0a;border:1px solid #1f2531;border-radius:10px;padding:10px 12px;color:#f2f4f8;font:inherit;font-size:14px;transition:border-color .14s ease,background .14s ease}.field-input::placeholder{color:#4a5368}.field-input:focus{outline:none;border-color:#6c4afe;background:#6c4afe0a}.field-input--error{border-color:#dd3a30}.field-error-hint{font-size:12px;color:#e07070}.consent-block{display:flex;flex-direction:column;gap:10px;padding:14px;background:#ffffff08;border:1px solid #1f2531;border-radius:12px}.consent-row{display:flex;gap:10px;align-items:flex-start;cursor:pointer}.consent-row--optional{opacity:.72}.consent-checkbox{margin-top:2px;flex-shrink:0;width:15px;height:15px;accent-color:#6C4AFE;cursor:pointer}.consent-text{font-size:12px;color:#8a94ad;line-height:1.55}.consent-text a{color:#6c4afe;text-underline-offset:2px}.consent-text a:hover{color:#70d4aa}.consent-required{color:#dd3a30}.consent-required-note{margin:2px 0 0;font-size:10px;color:#5a6278;letter-spacing:.2px}.btn-auth{height:42px;border-radius:999px;font:inherit;font-size:14px;font-weight:700;cursor:pointer;border:none;transition:opacity .15s ease,transform .15s ease,box-shadow .15s ease;letter-spacing:.2px}.btn-auth--primary{background:#6c4afe;color:#fff;box-shadow:0 2px 12px #6c4afe52}.btn-auth--primary:not(:disabled):hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 18px #6c4afe70}.btn-auth--primary:not(:disabled):active{transform:scale(.97);box-shadow:none}.btn-auth--primary:disabled{opacity:.35;cursor:not-allowed}.auth-error{margin:0;font-size:12px;color:#e07070}.auth-message{margin:0;font-size:12px;color:#a0a8ba}.auth-switch{margin:18px 0 0;font-size:13px;color:#6a7289;text-align:center}.auth-switch a{color:#6c4afe;text-underline-offset:2px}.auth-switch a:hover{color:#70d4aa}.legal-footer{padding:16px 24px;display:flex;flex-direction:column;align-items:center;gap:6px;border-top:1px solid rgba(137,147,164,.15)}.legal-footer__links{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.legal-footer__links a{font-size:11px;color:#5a6278;text-decoration:none;text-underline-offset:2px;transition:color .14s}.legal-footer__links a:hover{color:#6c4afe}.legal-footer__copy{margin:0;font-size:10px;color:#3a4155}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-content{flex:1;max-width:760px;width:100%;margin:0 auto;padding:48px 24px 32px}.legal-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);text-decoration:none;margin-bottom:32px}.legal-back:hover{color:var(--text)}.legal-content h1{font-size:28px;font-weight:800;margin:0 0 6px}.legal-content .legal-date{font-size:13px;color:var(--muted);margin:0 0 36px}.legal-content h2{font-size:16px;font-weight:700;margin:32px 0 8px;color:var(--text)}.legal-content p,.legal-content li{font-size:14px;color:#b0bad4;line-height:1.7;margin:0 0 8px}.legal-content ul{padding-left:20px;margin:0 0 8px}.legal-placeholder{display:inline-block;background:#6448f51f;border:1px dashed var(--violet);border-radius:4px;padding:2px 6px;color:#9b87f7;font-size:12px;font-style:italic}@media (max-width: 980px){.clean-shell{width:100vw;border:0}.swipe-shell{min-height:100vh}.feed-layer{top:360px}.card-layer-actions{margin-top:540px}.card-front-header{flex-wrap:wrap}.card-avatar{width:62px;height:62px}.card-qr-wrap{width:96px;height:96px}.card-name{font-size:clamp(30px,9vw,40px)}.card-contact-row{flex-direction:column;align-items:flex-start;gap:4px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:12px 16px 16px;background:#0e121cf7;border-top:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 -4px 24px #0006}.cookie-banner__inner{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.cookie-banner__text{margin:0;font-size:13px;line-height:1.5;color:#c8d2e6d1}.cookie-banner__link{color:#6c4afe;text-decoration:none}.cookie-banner__link:hover{text-decoration:underline}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.cookie-banner__btn{height:36px;padding:0 16px;border-radius:8px;border:1px solid transparent;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .14s ease,transform .1s ease}.cookie-banner__btn:hover{opacity:.88}.cookie-banner__btn:active{transform:scale(.97)}.cookie-banner__btn--primary{background:#6c4afe;color:#fff;border-color:#8a68ffb3}.cookie-banner__btn--secondary{background:#6c4afe1f;color:#6c4afe;border-color:#6c4afe59}.cookie-banner__btn--ghost{background:transparent;color:#c8d2e6b3;border-color:#c8d2e633}.cookie-banner__btn--save{margin-top:4px;align-self:flex-start}.cookie-banner__settings{display:flex;flex-direction:column;gap:10px;padding:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:10px}.cookie-cat{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.cookie-cat__check-wrap{flex:0 0 auto;padding-top:2px}.cookie-cat__checkbox{width:16px;height:16px;accent-color:#6C4AFE;cursor:pointer}.cookie-cat__checkbox:disabled{cursor:not-allowed;opacity:.5}.cookie-cat__info{display:flex;flex-direction:column;gap:2px}.cookie-cat__name{font-size:13px;font-weight:600;color:#e8edf8}.cookie-cat__desc{font-size:11.5px;color:#b4bed7a6;line-height:1.45}@media (min-width: 600px){.cookie-banner__inner{flex-direction:row;align-items:flex-start;flex-wrap:wrap}.cookie-banner__text{flex:1 1 300px}.cookie-banner__actions{flex:0 0 auto}.cookie-banner__settings{flex:0 0 100%}}
