@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap);.forgot-password-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.forgot-password-header{margin-bottom:1rem;text-align:center}.forgot-password-header h3{color:#fff;font-size:1.3rem;font-weight:700;letter-spacing:.5px;margin:0 0 .5rem}.forgot-password-header p{font-size:1.4rem;line-height:1.5;margin:0}.forgot-password-error{align-items:center;animation:slideDown .3s ease-out;background:#ff47571a;border:1px solid #ff4757;border-radius:.5rem;color:#ff9ca3;display:flex;font-size:.9rem;gap:.75rem;padding:1rem}.error-icon{flex-shrink:0;font-size:1.25rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.forgot-password-form{display:flex;flex-direction:column;gap:1.25rem}.forgot-password-form .form-group{display:flex;flex-direction:column;gap:.5rem}.forgot-password-form .form-group label{color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.forgot-password-form .form-group input{border-radius:.5rem;font-family:inherit;font-size:1rem;margin-bottom:0;padding:.875rem 1rem;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.forgot-password-form .form-group input:focus{background:#00d4ff0d;border-color:#00d4ff;box-shadow:0 0 0 3px #00d4ff1a;outline:none}.forgot-password-form .form-group input::placeholder{color:#2a3647}.forgot-password-form .form-group input:disabled{background:#0f141966;cursor:not-allowed;opacity:.6}.btn-forgot-back,.btn-forgot-submit{border:none;border-radius:.5rem;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:700;letter-spacing:.5px;padding:.875rem 1.5rem;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.btn-forgot-submit{background:linear-gradient(135deg,#00d4ff,#00bce6);box-shadow:0 4px 15px #00d4ff33;color:#0f1419}.btn-forgot-submit:hover:not(:disabled){transform:translateY(-2px)}.btn-forgot-submit:disabled{cursor:not-allowed;opacity:.6}.btn-forgot-back{background:#0000;border:1px solid #2a3647;box-shadow:none;color:#b0b8c4}.btn-forgot-back:hover:not(:disabled){border-color:#00d4ff;color:#00d4ff}.btn-forgot-back:disabled{cursor:not-allowed;opacity:.6}@media (max-width:480px){.forgot-password-container{gap:1.25rem}.forgot-password-header h3{font-size:1.2rem}.forgot-password-header p{font-size:.85rem}.forgot-password-form{gap:1rem}.forgot-password-form .form-group input{font-size:.95rem;padding:.75rem .875rem}.btn-forgot-back,.btn-forgot-submit{font-size:.95rem;padding:.75rem 1.25rem}}.auth-modal-overlay{align-items:center;animation:fadeInOverlay .4s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172abf;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.auth-modal{animation:modalScaleUp .5s cubic-bezier(.16,1,.3,1);background:var(--bg-card);border:1px solid var(--border-color);border-radius:1.25rem;box-shadow:var(--shadow-lg);max-height:95vh;max-width:400px;overflow-y:auto;padding:3rem 2.5rem;position:relative;width:100%}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close-btn{align-items:center;background:var(--bg-secondary);border:1.5px solid var(--border-color);border-radius:50%;color:var(--text-primary);cursor:pointer;display:flex;font-size:1.25rem;height:40px;justify-content:center;padding:0;position:absolute;right:1.5rem;top:1.5rem;transition:var(--transition-smooth);width:40px}.close-icon-model{color:var(--text-primary);font-size:1.5rem}.modal-close-btn:hover{background:linear-gradient(135deg,var(--error-color) 0,#ff5252 100%);border-color:var(--error-color);box-shadow:0 4px 15px #ef44444d;color:#fff;transform:rotate(90deg) scale(1.1)}.modal-header{margin-bottom:2.5rem;text-align:center}.modal-header h3{color:var(--text-primary);font-size:1.75rem;font-weight:800;letter-spacing:-.5px;margin-bottom:.5rem}.modal-header p{color:var(--text-secondary);font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:var(--text-primary);font-size:.85rem;font-weight:700;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.form-group input{background:var(--bg-primary);border:1.5px solid var(--border-color);border-radius:.75rem;color:var(--text-primary);font-size:1rem;padding:.875rem 1rem;transition:var(--transition-smooth)}.form-group input:focus{border-color:var(--primary-main);box-shadow:0 0 0 4px #1e293b0d;outline:none}.btn-auth-submit{background:var(--primary-main);border-radius:.75rem;box-shadow:var(--shadow-md);color:#fff;font-size:1rem;font-weight:700;margin-top:.5rem;padding:1rem}.btn-auth-submit:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.auth-divider{align-items:center;display:flex;gap:1rem;margin:2rem 0}.auth-divider:after,.auth-divider:before{background:var(--border-light);content:"";flex:1 1;height:1px}.auth-divider span{color:var(--text-light);font-size:.75rem;font-weight:700}.auth-toggle{align-items:center;display:flex;flex-direction:column}.auth-toggle p{color:var(--text-secondary);font-size:.9rem;text-align:center}.toggle-link{border-bottom:2px solid #0000;color:var(--primary-main);font-weight:700;text-decoration:none;transition:var(--transition-fast)}.toggle-link:hover{border-bottom-color:var(--primary-main)}.text-link-btn{background:#0000!important;border-radius:0;box-shadow:none!important;color:var(--primary-main);font-weight:600;height:auto;margin-left:5px;padding:0;text-decoration:none;width:auto}.text-link-btn:hover{box-shadow:none;text-decoration:underline;transform:none}.toast-notification{animation:slideInRight .4s cubic-bezier(.34,1.56,.64,1);background:var(--card-bg);border:1px solid var(--border-color);border-radius:.75rem;box-shadow:0 10px 40px #0006;justify-content:space-between;max-width:400px;min-width:280px;padding:1.25rem 1.5rem;position:fixed;right:20px;top:20px;z-index:9999}.toast-content,.toast-notification{align-items:center;display:flex;gap:1rem}.toast-content{flex:1 1}.toast-icon{align-items:center;display:flex;font-size:1.5rem;font-weight:700;justify-content:center;min-height:24px;min-width:24px}.toast-message{color:var(--text-primary);font-size:.95rem;font-weight:500;line-height:1.4;margin:0}.toast-close{align-items:center;background:#0000;border:none;box-shadow:none;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1.2rem;height:24px;justify-content:center;padding:0;transition:color .2s ease;width:24px}.toast-close:hover{box-shadow:none;color:var(--text-primary);transform:none}.toast-success{background:linear-gradient(135deg,#00d4ff1a,#00d4ff0d);border-color:var(--success-color)}.toast-success .toast-icon{animation:successPulse .6s ease-out;color:var(--success-color)}@keyframes successPulse{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.toast-error{background:linear-gradient(135deg,#ff47571a,#ff47570d);border-color:var(--error-color)}.toast-error .toast-icon{animation:errorShake .5s ease-out;color:var(--error-color)}@keyframes errorShake{0%,to{transform:translateX(0)}25%{transform:translateX(-8px)}75%{transform:translateX(8px)}}.toast-info{background:linear-gradient(135deg,#00d4ff1a,#00d4ff0d);border-color:var(--primary-cyan)}.toast-info .toast-icon{color:var(--primary-cyan)}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(400px) rotate(10deg)}}@media (max-width:768px){.toast-notification{left:16px;max-width:none;min-width:auto;right:16px;top:16px}}@media (max-width:480px){.toast-notification{font-size:.9rem;left:12px;min-width:auto;padding:1rem;right:12px;top:12px}.toast-icon{font-size:1.2rem;min-height:20px;min-width:20px}.toast-message{font-size:.9rem}.toast-close{min-height:20px;min-width:20px}}:root{--primary-main:#0d47a1;--primary-light:#1565c0;--primary-dark:#0d3a7a;--primary-accent:#1976d2;--secondary-main:#1e88e5;--secondary-light:#42a5f5;--secondary-dark:#1565c0;--accent-purple:#7c3aed;--accent-teal:#00897b;--accent-cyan:#00acc1;--bg-primary:#fff;--bg-secondary:#f7f9fc;--bg-tertiary:#ecf0f6;--bg-card:#fff;--bg-hover:#f0f5fd;--text-primary:#0d1b2a;--text-secondary:#4a5568;--text-light:#7a8fa1;--text-inverse:#fff;--text-muted:#9aa5b0;--border-color:#d5dce3;--border-light:#e5ecf3;--border-subtle:#eef3f9;--shadow-sm:0 2px 4px #0d47a10a;--shadow-md:0 4px 12px #0d47a114,0 2px 6px #0d47a10a;--shadow-lg:0 12px 24px #0d47a11f,0 4px 12px #0d47a10f;--shadow-xl:0 20px 40px #0d47a126,0 8px 20px #0d47a114;--success-color:#00796b;--error-color:#c62828;--warning-color:#f57f17;--info-color:#1565c0;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1);--transition-fast:all 0.15s ease-out;--transition-slower:all 0.5s cubic-bezier(0.4,0,0.2,1);--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes glow{0%,to{box-shadow:0 0 5px #06c3}50%{box-shadow:0 0 20px #06c6}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes slideArrow{0%,to{transform:translateX(0)}50%{transform:translateX(8px)}}@keyframes softGlow{0%,to{text-shadow:0 0 0 #2563eb00,0 0 0 #2563eb00}50%{text-shadow:0 0 10px #2563eb66,0 0 20px #2563eb33}}[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#1a2332;--bg-tertiary:#243447;--bg-card:#1a2332;--bg-hover:#2d3e52;--text-primary:#e8eef5;--text-secondary:#c1c9d6;--text-light:#98a4b8;--text-inverse:#0f172a;--text-muted:#7a86a0;--border-color:#3d4a5c;--border-light:#2d3e52;--border-subtle:#1a2332;--shadow-sm:0 2px 4px #0006;--shadow-md:0 4px 12px #00000080,0 2px 6px #0000004d;--shadow-lg:0 12px 24px #0009,0 4px 12px #0006;--shadow-xl:0 20px 40px #000000b3,0 8px 20px #00000080;--primary-main:#1e88e5;--primary-light:#42a5f5;--primary-dark:#1565c0}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow-x:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f9fc;background:var(--bg-secondary);color:#0d1b2a;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;line-height:1.5;transition:background-color .3s ease,color .3s ease}#root{overflow-x:clip;width:100%}canvas,img,svg,video{max-width:100%}h1,h2,h3,h4,h5,h6,p,span,strong{overflow-wrap:anywhere}.route-loading{color:#4a5568;color:var(--text-secondary);font-weight:600;min-height:calc(100vh - 60px)}.notfound-page{background:#f7f9fc;background:var(--bg-secondary);display:grid;min-height:calc(100vh - 60px);padding:2rem 1rem;place-items:center}.notfound-card{background:#fff;background:var(--bg-primary);border:1px solid #d5dce3;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 4px 12px #0d47a114,0 2px 6px #0d47a10a;box-shadow:var(--shadow-md);max-width:560px;padding:2rem 1.25rem;text-align:center;width:100%}.notfound-card h1{color:#0d47a1;color:var(--primary-main);font-size:clamp(2.6rem,9vw,4rem);line-height:1;margin-bottom:.35rem}.notfound-card h2{font-size:1.35rem;margin-bottom:.55rem}.notfound-card p{color:#4a5568;color:var(--text-secondary);margin-bottom:1rem}.notfound-links{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.notfound-links a{background:#f7f9fc;background:var(--bg-secondary);border:1px solid #d5dce3;border:1px solid var(--border-color);border-radius:8px;color:#0d1b2a;color:var(--text-primary);font-weight:600;padding:.5rem .85rem}.notfound-links a:hover{border-color:#0d47a1;border-color:var(--primary-main);color:#0d47a1;color:var(--primary-main)}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}a{transition:all .3s cubic-bezier(.4,0,.2,1)}h1,h2,h3,h4,h5,h6{color:#0d1b2a;color:var(--text-primary);font-weight:700;letter-spacing:-.3px;margin:0}h1{font-size:2rem;line-height:1.2;margin-bottom:.75rem}h2{font-size:1.5rem;line-height:1.3;margin-bottom:.5rem}h3{font-size:1.25rem;line-height:1.4;margin-bottom:.4rem}h4{font-size:1.1rem}h4,h5{font-weight:600;margin-bottom:.4rem}h5,p{font-size:.95rem}p{color:#4a5568;color:var(--text-secondary);line-height:1.5}.container{display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 60px)}.container,.container-content{margin:0 auto;max-width:550px;padding:1.5rem 1rem}button{align-items:center;background:linear-gradient(135deg,#0d47a1,#1565c0);background:linear-gradient(135deg,var(--primary-main) 0,var(--primary-light) 100%);border:none;border-radius:.75rem;border-radius:var(--radius-lg);box-shadow:0 4px 12px #0d47a133,0 2px 6px #0d47a11f;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;gap:.5rem;justify-content:center;letter-spacing:.3px;overflow:hidden;padding:.85rem 1.75rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth);will-change:transform,box-shadow}button:before{background:linear-gradient(90deg,#0000,#ffffff40,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s cubic-bezier(.4,0,.2,1);width:100%}button:hover:before{left:100%}button:hover:not(:disabled){background:linear-gradient(135deg,#1565c0,#1e88e5);background:linear-gradient(135deg,var(--primary-light) 0,var(--secondary-main) 100%);box-shadow:0 10px 24px #0d47a14d,0 4px 12px #0d47a126;color:#fff;transform:translateY(-3px)}button:active:not(:disabled){box-shadow:0 6px 16px #0d47a133;transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.6;transform:none}button.btn-secondary{background:#fff;background:var(--bg-primary);border:2px solid #0d47a1;border:2px solid var(--primary-main);box-shadow:0 2px 8px #0d47a114;color:#0d47a1;color:var(--primary-main);font-weight:700}button.btn-secondary:hover:not(:disabled){background:#f0f5fd;background:var(--bg-hover);border-color:#1565c0;border-color:var(--primary-light);box-shadow:0 8px 16px #0d47a126;color:#1565c0;color:var(--primary-light);transform:translateY(-2px)}button.btn-text{background:#0000;border-bottom:2px solid #0000;border-radius:0;box-shadow:none;color:#0d47a1;color:var(--primary-main);font-weight:700;letter-spacing:.2px;padding:.5rem 0;text-decoration:none}button.btn-text:hover{background:#0000;border-bottom-color:#0d47a1;border-bottom-color:var(--primary-main);box-shadow:none;color:#1565c0;color:var(--primary-light);transform:none}input,select,textarea{background:#fff;background:var(--bg-primary);border:1.5px solid #d5dce3;border:1.5px solid var(--border-color);border-radius:.75rem;border-radius:var(--radius-lg);box-shadow:0 2px 6px #0d47a10a;color:#0d1b2a;color:var(--text-primary);font-family:inherit;font-size:.95rem;margin-bottom:.75rem;padding:.9rem 1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth);width:100%;will-change:border-color,box-shadow}input:focus,select:focus,textarea:focus{background:#fff;background:var(--bg-primary);border-color:#0d47a1;border-color:var(--primary-main);box-shadow:0 0 0 4px #0d47a11f,0 4px 12px #0d47a11f;outline:none}input::placeholder,textarea::placeholder{color:#7a8fa1;color:var(--text-light);font-weight:500;transition:color .3s ease}input[type=file]{background:#f7f9fc;background:var(--bg-secondary);border:2px dashed #d5dce3;border:2px dashed var(--border-color);border-radius:.625rem;cursor:pointer;padding:1rem}input[type=file]::-webkit-file-upload-button{background:#0d47a1;background:var(--primary-main);border:none;border-radius:.5rem;color:#fff;color:var(--text-inverse);cursor:pointer;font-weight:600;padding:.625rem 1.25rem;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-transition:var(--transition-smooth);transition:var(--transition-smooth)}input[type=file]::file-selector-button{background:#0d47a1;background:var(--primary-main);border:none;border-radius:.5rem;color:#fff;color:var(--text-inverse);cursor:pointer;font-weight:600;padding:.625rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}input[type=file]::-webkit-file-upload-button:hover{background:#0d3a7a;background:var(--primary-dark)}input[type=file]::file-selector-button:hover{background:#0d3a7a;background:var(--primary-dark)}.card{animation:fadeInUp .6s ease-out;background:#fff;background:var(--bg-primary);border:1.5px solid #e5ecf3;border:1.5px solid var(--border-light);border-radius:1rem;border-radius:var(--radius-xl);box-shadow:0 2px 8px #0d47a10f,0 1px 3px #0d47a10a;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth);will-change:transform,box-shadow,border-color}.card:hover{border-color:#1565c0;border-color:var(--primary-light);box-shadow:0 12px 28px #0d47a126,0 4px 12px #0d47a114;transform:translateY(-6px)}.section-header{margin-bottom:2rem}.section-header h2,.section-header h3{color:#0d1b2a;color:var(--text-primary);font-weight:700;margin-bottom:.75rem}.section-header p{color:#4a5568;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.text-center{text-align:center}.text-secondary{color:#4a5568;color:var(--text-secondary)}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.loading{opacity:.7;pointer-events:none}.success-message{background:#10b98114;border-left:4px solid #00796b;border-left:4px solid var(--success-color);color:#047857}.error-message,.success-message{border-radius:.625rem;font-size:.95rem;margin-bottom:1rem;padding:1rem}.error-message{background:#ef444414;border-left:4px solid #c62828;border-left:4px solid var(--error-color);color:#991b1b}@media (max-width:768px){:root{font-size:15px}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.container,.container-content{padding:1.5rem 1rem}button{font-size:.95rem;padding:.75rem 1.25rem}}@media (max-width:480px){:root{font-size:14px}h1{font-size:1.75rem}h2{font-size:1.3rem}h3{font-size:1.1rem}.container,.container-content{padding:1rem .875rem}button{font-size:.9rem;padding:.75rem 1rem;width:100%}input,textarea{font-size:1rem;padding:.75rem .875rem}}::-webkit-scrollbar{display:none;height:0;width:0}*{-ms-overflow-style:none;scrollbar-width:none}.google-login-wrapper{margin:1rem 0}.g_id_signin,.google-login-wrapper{display:flex;justify-content:center}.g_id_signin{width:100%}.g_id_signin iframe,.g_id_signin>div{width:100%!important}:root{--si-bg:#f5faff;--si-bg-soft:#edf5fc;--si-surface:#ffffffd1;--si-surface-strong:#fff;--si-surface-muted:#e7eff6;--si-surface-dark:#151d22;--si-text:#151d22;--si-text-soft:#46515f;--si-text-faint:#6f7c8d;--si-border:#7277872e;--si-primary:#0d6efd;--si-primary-deep:#0057cd;--si-secondary:#00668a;--si-shadow:0 24px 60px #0c295214;--si-shadow-soft:0 12px 30px #0c29520d}[data-theme=dark]{--si-bg:#0d141b;--si-bg-soft:#131d27;--si-surface:#151d22d1;--si-surface-strong:#151d22;--si-surface-muted:#1e2a35;--si-surface-dark:#0c1014;--si-text:#edf4fb;--si-text-soft:#bcc7d6;--si-text-faint:#8d99ab;--si-border:#c2c6d81f;--si-shadow:0 24px 60px #00000059;--si-shadow-soft:0 12px 30px #00000038}body{background:radial-gradient(circle at top right,#0d6efd21,#0000 28%),radial-gradient(circle at left center,#00668a17,#0000 24%),#f5faff;background:radial-gradient(circle at top right,#0d6efd21,#0000 28%),radial-gradient(circle at left center,#00668a17,#0000 24%),var(--si-bg);color:#151d22;color:var(--si-text);font-family:Inter,sans-serif}#root{min-height:100%}.app-shell{min-height:100vh}.route-loading{color:#46515f;color:var(--si-text-soft);display:grid;font-size:1rem;min-height:60vh;place-items:center}.page-shell{margin:0 auto;overflow-x:clip;width:min(1200px,calc(100% - 28px))}.page-section{padding:1.5rem 0 4rem}.si-chip{align-items:center;background:#0d6efd14;border-radius:999px;color:#0057cd;color:var(--si-primary-deep);display:inline-flex;font-size:.74rem;font-weight:800;gap:.5rem;letter-spacing:.18em;padding:.55rem .95rem;text-transform:uppercase}.si-title{font-size:clamp(2.2rem,4.4vw,4.3rem);letter-spacing:-.06em;line-height:1}.si-heading,.si-title{font-family:Plus Jakarta Sans,sans-serif;margin:0}.si-heading{font-size:clamp(2rem,3.8vw,3.8rem);letter-spacing:-.05em;line-height:1.02}.si-subtitle{color:#46515f;color:var(--si-text-soft);font-size:1rem;line-height:1.7;max-width:38rem}.si-gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0057cd,#0d6efd,#00668a);background:linear-gradient(135deg,var(--si-primary-deep),var(--si-primary),var(--si-secondary));-webkit-background-clip:text;background-clip:text}.si-card,.si-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;background:var(--si-surface);border:1px solid #7277872e;border:1px solid var(--si-border);box-shadow:0 12px 30px #0c29520d;box-shadow:var(--si-shadow-soft)}.si-card{border-radius:1.6rem}.si-panel{border-radius:1.9rem}.si-button,.si-button-ghost,.si-button-secondary{align-items:center;border:0;border-radius:999px;display:inline-flex;font-size:.94rem;font-weight:800;gap:.65rem;justify-content:center;padding:.9rem 1.25rem;text-decoration:none}.si-button{background:linear-gradient(135deg,#0057cd,#0d6efd);background:linear-gradient(135deg,var(--si-primary-deep),var(--si-primary));box-shadow:0 18px 35px #0d6efd3d;color:#fff}.si-button-secondary{background:#fff;background:var(--si-surface-strong);border:1px solid #7277872e;border:1px solid var(--si-border);color:#151d22;color:var(--si-text)}.si-button-ghost{background:#0000;box-shadow:none;color:#151d22;color:var(--si-text)}.si-auth-login,.si-auth-start{overflow:hidden;position:relative;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,background .24s ease,color .24s ease}.si-auth-login:before,.si-auth-start:before{border-radius:inherit;content:"";inset:1px;opacity:0;pointer-events:none;position:absolute;transition:opacity .24s ease}.si-auth-login{background:linear-gradient(180deg,#ffffffe6,#edf5fce0);border:1px solid #0d6efd2e;box-shadow:inset 0 1px 0 #ffffffe6,0 10px 24px #0c295214;color:#0057cd;color:var(--si-primary-deep);min-width:126px;padding-inline:1.15rem 1.35rem}.si-auth-login:before{background:linear-gradient(135deg,#0d6efd14,#00668a08)}.si-auth-login:hover{border-color:#0d6efd47;box-shadow:inset 0 1px 0 #fffffff2,0 16px 30px #0c295224;transform:translateY(-2px)}.si-auth-login:hover:before{opacity:1}.si-auth-login svg,.si-auth-start svg{flex-shrink:0}.si-auth-start{background:linear-gradient(135deg,#0d6efd,#0057cd 48%,#00668a);box-shadow:0 18px 34px #0d6efd4d,inset 0 1px 0 #ffffff38;min-width:150px;padding-inline:1.25rem 1.15rem}.si-auth-start:before{background:linear-gradient(90deg,#0000,#ffffff38,#0000);inset:0;opacity:1;transform:translateX(-120%);transition:transform .55s ease}.si-auth-start:hover{box-shadow:0 24px 40px #0d6efd57,inset 0 1px 0 #ffffff47;transform:translateY(-3px) scale(1.01)}.si-auth-start:hover:before{transform:translateX(120%)}.si-auth-start svg{transition:transform .24s ease}.si-auth-start:hover svg{transform:translate(2px,-2px)}[data-theme=dark] .si-auth-login{background:linear-gradient(180deg,#1a2530f2,#131d27fa);border-color:#c2c6d829;box-shadow:inset 0 1px 0 #ffffff0a,0 12px 24px #00000047;color:#f3f8ff}[data-theme=dark] .si-auth-login:before{background:linear-gradient(135deg,#42a5f51f,#00668a0a)}[data-theme=dark] .si-auth-login:hover{border-color:#42a5f547;box-shadow:inset 0 1px 0 #ffffff12,0 18px 32px #00000057}[data-theme=dark] .si-auth-start{background:linear-gradient(135deg,#2088ff,#1266d6 48%,#0e88a7);box-shadow:0 20px 38px #0d6efd42,inset 0 1px 0 #ffffff2e}.si-meta{grid-gap:.35rem;display:grid;gap:.35rem}.si-meta-label{color:#6f7c8d;color:var(--si-text-faint);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.si-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.si-navbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5faffbd;border-bottom:1px solid #7277871f;box-shadow:0 12px 40px #151d220d;position:-webkit-sticky;position:sticky;top:0;z-index:1000}[data-theme=dark] .si-navbar{background:#0d141bc7}.si-navbar-inner{gap:1rem;justify-content:space-between;margin:0 auto;min-height:74px;width:min(1200px,calc(100% - 28px))}.si-brand,.si-navbar-inner{align-items:center;display:flex}.si-brand{cursor:pointer;gap:.95rem}.si-brand-badge{background:linear-gradient(135deg,#0d6efd2e,#00668a2e);border:1px solid #0d6efd1f;border-radius:1rem;display:grid;height:42px;place-items:center;width:42px}.si-brand-wordmark{font-family:Plus Jakarta Sans,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.06em}.si-nav-links{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem}.si-nav-link{align-items:center;border-radius:999px;color:#46515f;color:var(--si-text-soft);display:inline-flex;font-weight:700;gap:.5rem;padding:.8rem 1rem;text-decoration:none}.si-nav-link.active{background:#0d6efd14;color:#0d6efd;color:var(--si-primary)}.si-nav-actions{align-items:center;display:flex;gap:.8rem}.si-user-menu-wrap{position:relative}.si-user-menu-trigger{align-items:center;background:#0d6efd0f;border:1px solid #7277872e;border:1px solid var(--si-border);border-radius:999px;box-shadow:none;color:#46515f;color:var(--si-text-soft);display:inline-flex;gap:.55rem;padding:.78rem .95rem}.si-user-menu-trigger svg{transition:transform .2s ease}.si-user-menu-trigger svg.is-open{transform:rotate(180deg)}.si-user-dropdown{background:#fff;background:var(--si-surface-strong);border:1px solid #7277872e;border:1px solid var(--si-border);border-radius:1.2rem;box-shadow:0 12px 30px #0c29520d;box-shadow:var(--si-shadow-soft);min-width:210px;padding:.5rem;position:absolute;right:0;top:calc(100% + .6rem);z-index:40}.si-user-dropdown-link{align-items:center;border-radius:.9rem;color:#46515f;color:var(--si-text-soft);display:flex;font-size:.92rem;font-weight:700;gap:.6rem;padding:.85rem .95rem;text-decoration:none}.si-user-dropdown-link.active,.si-user-dropdown-link:hover{background:#0d6efd14;color:#0d6efd;color:var(--si-primary)}.si-nav-user{color:#46515f;color:var(--si-text-soft);font-size:.92rem;font-weight:700;max-width:132px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.si-theme-toggle{background:#ffffffd1;background:var(--si-surface);border:1px solid #7277872e;border:1px solid var(--si-border);border-radius:999px;box-shadow:none;color:#151d22;color:var(--si-text);height:46px;padding:0;width:46px}.si-mobile-menu,.si-mobile-toggle{display:none}.si-footer{background:#edf5fce6;border-top:1px solid #7277871f;margin-top:4rem;padding:4rem 0 2rem}[data-theme=dark] .si-footer{background:#0c1014eb}.si-footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));margin:0 auto;width:min(1200px,calc(100% - 28px))}.si-footer-title{font-size:1rem;margin:0 0 1rem}.si-footer-brand,.si-footer-title{font-family:Plus Jakarta Sans,sans-serif;font-weight:800}.si-footer-brand{font-size:1.4rem;margin-bottom:1rem}.si-footer-copy,.si-footer-link{color:#46515f;color:var(--si-text-soft);font-size:.95rem;line-height:1.7}.si-footer-link{display:block;margin-bottom:.7rem;text-decoration:none}.si-footer-bottom{border-top:1px solid #7277871f;color:#6f7c8d;color:var(--si-text-faint);display:flex;font-size:.9rem;gap:1rem;justify-content:space-between;margin:2rem auto 0;padding-top:1.4rem;width:min(1200px,calc(100% - 28px))}.hero-layout{grid-gap:1.5rem;align-items:center;display:grid;gap:1.5rem;grid-template-columns:minmax(0,1.06fr) minmax(300px,.84fr)}.hero-visual{background:radial-gradient(circle at 30% 20%,#0d6efd2e,#0000 34%),linear-gradient(180deg,#ffffffe6,#e7eff6cc);border:1px solid #72778724;border-radius:2.4rem;box-shadow:0 24px 60px #0c295214;box-shadow:var(--si-shadow);min-height:500px;overflow:hidden;padding:.85rem;position:relative}[data-theme=dark] .hero-visual{background:radial-gradient(circle at 30% 20%,#0d6efd38,#0000 34%),linear-gradient(180deg,#151d22f5,#1e2a35eb)}.hero-visual-core{background:radial-gradient(circle at center,#0d6efd24,#0000 24%),linear-gradient(135deg,#ffffffb8,#dbe4eaeb);border-radius:2rem;display:grid;height:100%;min-height:470px;overflow:hidden;place-items:center;position:relative}.hero-visual-image{height:100%;mix-blend-mode:multiply;object-fit:cover;opacity:1;width:100%}.hero-visual-illustration{display:grid;padding:1rem;place-items:center;width:min(100%,420px)}.hero-visual-illustration .illustration{filter:drop-shadow(0 22px 40px rgba(13,110,253,.16));max-width:420px;width:100%}.hero-visual-orbit{border-radius:999px;filter:blur(10px);opacity:.9;position:absolute}.hero-visual-orbit-one{background:radial-gradient(circle,#0d6efd57,#0d6efd00);height:42%;inset:10% auto auto 8%;width:42%}.hero-visual-orbit-two{background:radial-gradient(circle,#0080ac4d,#0080ac00);height:34%;inset:auto 10% 16% auto;width:34%}.hero-visual-rings{display:grid;inset:11%;place-items:center;position:absolute}.hero-visual-rings span{border:1px solid #0d6efd29;border-radius:50%;box-shadow:inset 0 0 18px #fff3;position:absolute}.hero-visual-rings span:first-child{height:72%;width:72%}.hero-visual-rings span:nth-child(2){height:52%;width:52%}.hero-visual-rings span:nth-child(3){height:34%;width:34%}.hero-visual-centerpiece{background:linear-gradient(135deg,#0d6efde6,#0080acd9);border-radius:38px;box-shadow:0 30px 60px #0d6efd38,inset 0 0 28px #fff3;height:170px;position:relative;transform:rotate(45deg);width:170px;z-index:1}.hero-core-dot{background:#fffffff0;border-radius:50%;box-shadow:0 0 0 10px #ffffff1f;height:26px;inset:50%;margin:-13px 0 0 -13px;position:absolute;width:26px}.hero-core-line{background:#ffffffd1;border-radius:999px;inset:50%;position:absolute}.hero-core-line-x{height:6px;margin:-3px 0 0 -42px;width:84px}.hero-core-line-y{height:84px;margin:-42px 0 0 -3px;width:6px}[data-theme=dark] .hero-visual-core{background:radial-gradient(circle at center,#0d6efd33,#0000 24%),linear-gradient(135deg,#121b23eb,#0a1016fa)}[data-theme=dark] .hero-visual-image{mix-blend-mode:normal;opacity:.9}[data-theme=dark] .hero-visual-illustration .illustration{filter:drop-shadow(0 24px 44px rgba(0,0,0,.32))}.hero-floating-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffb8;border:1px solid #ffffff80;border-radius:1.3rem;bottom:2rem;left:2rem;padding:1rem;position:absolute;right:2rem}[data-theme=dark] .hero-floating-card{background:#151d22c2;border-color:#ffffff14}.hero-floating-metrics,.hero-floating-top{align-items:center;display:flex;gap:1rem;justify-content:space-between}.hero-floating-metrics{align-items:flex-start;margin-top:1rem}.hero-floating-metrics strong{color:#151d22;color:var(--si-text);display:block;font-size:1.05rem;margin-top:.3rem}.hero-floating-status{align-items:center;background:#0891b21f;border-radius:999px;color:#0f766e;display:inline-flex;font-size:.78rem;font-weight:800;gap:.4rem;letter-spacing:.08em;padding:.45rem .75rem;text-transform:uppercase}[data-theme=dark] .hero-floating-metrics strong{color:#f4f8ff}[data-theme=dark] .hero-floating-status{background:#2dd4bf29;color:#99f6e4}.si-stats-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2rem}.si-stat-card{background:#ffffffd1;background:var(--si-surface);border:1px solid #7277872e;border:1px solid var(--si-border);border-radius:1.5rem;padding:1.2rem}.feature-bento{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(6,minmax(0,1fr))}.feature-bento>*{min-height:220px;padding:1.6rem}.span-3{grid-column:span 3}.span-2{grid-column:span 2}.span-4{grid-column:span 4}.status-strip{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1.2fr auto auto;overflow:hidden;padding:1.5rem 1.8rem}.work-grid{align-items:start;grid-template-columns:minmax(0,1.15fr) minmax(300px,.68fr)}.work-grid,.work-main,.work-sidebar{grid-gap:1.15rem;display:grid;gap:1.15rem}.work-main,.work-sidebar{min-width:0}.about-hero-card,.code-editor-shell,.code-receive-input,.info-list-card,.promo-card,.upload-dropzone{background:#ffffffd1;background:var(--si-surface);border:1px solid #7277872e;border:1px solid var(--si-border);border-radius:1.6rem;box-shadow:0 12px 30px #0c29520d;box-shadow:var(--si-shadow-soft)}.upload-dropzone{padding:.85rem}.upload-dropzone-inner{background:linear-gradient(180deg,#ffffff59,#e7eff673);border:2px dashed #7277873d;border-radius:1.25rem;display:grid;min-height:280px;padding:1.5rem;place-items:center;text-align:center}[data-theme=dark] .upload-dropzone-inner{background:linear-gradient(180deg,#1e2a3566,#121b238c)}.upload-action-layout{grid-gap:1rem;align-items:stretch;display:grid;gap:1rem;grid-template-columns:minmax(280px,380px) minmax(0,1fr)}.upload-action-layout.is-sidebar-action{grid-template-columns:minmax(280px,380px)}.expiry-card{max-width:380px;padding:.85rem;width:100%}.wheel-panel{grid-gap:.7rem;align-items:center;background:#e7eff6;background:var(--si-surface-muted);border-radius:.9rem;display:grid;gap:.7rem;grid-template-columns:1fr auto 1fr;padding:.7rem}.compact-wheel-panel{margin:0 auto;max-width:320px}.wheel-separator{color:#0d6efd;color:var(--si-primary);font-size:1.45rem;font-weight:800}.wheel-column{text-align:center}.wheel-column,.wheel-value{grid-gap:.5rem;display:grid;gap:.5rem}.wheel-value{background:#ffffffd1;border:1px solid #72778724;border-radius:.8rem;padding:.65rem .6rem .7rem}[data-theme=dark] .wheel-value{background:#151d22eb}.wheel-value strong{font-family:Plus Jakarta Sans,sans-serif;font-size:1.2rem}.expiry-scroll-picker{grid-gap:.4rem;display:grid;gap:.4rem}.expiry-scroll-picker .si-meta-label{font-size:.62rem;letter-spacing:.14em;text-align:center}.expiry-scroll-shell{background:linear-gradient(180deg,#fffffff5,#f1f6fceb);border:1px solid #7277871f;border-radius:.9rem;box-shadow:inset 0 1px 0 #fffffff2,0 10px 24px #0c29520f;overflow:hidden;position:relative}.expiry-scroll-shell:after,.expiry-scroll-shell:before{content:"";height:36px;left:0;pointer-events:none;position:absolute;right:0;z-index:2}.expiry-scroll-shell:before{background:linear-gradient(180deg,#f4f8fcf5,#f4f8fc00);top:0}.expiry-scroll-shell:after{background:linear-gradient(0deg,#f4f8fcf5,#f4f8fc00);bottom:0}.expiry-scroll-highlight{background:linear-gradient(135deg,#0d6efd21,#00668a14);border:1px solid #0d6efd29;border-radius:.7rem;box-shadow:0 10px 24px #0d6efd1a,inset 0 1px 0 #fffc;height:36px;left:.35rem;pointer-events:none;position:absolute;right:.35rem;top:50%;transform:translateY(-50%);z-index:1}.expiry-scroll-viewport{height:148px;overflow-y:auto;overscroll-behavior:contain;padding-inline:.2rem;position:relative;scroll-snap-type:y mandatory;z-index:3}.expiry-scroll-option{background:#0000;border:0;border-radius:.7rem;box-shadow:none;color:#6f7c8d;color:var(--si-text-faint);font-family:Plus Jakarta Sans,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:-.03em;min-height:36px;padding:0;scroll-snap-align:center;transition:color .2s ease,transform .2s ease,opacity .2s ease;width:100%}.expiry-scroll-option:before{display:none}.expiry-scroll-option:focus-visible,.expiry-scroll-option:hover:not(:disabled){background:#0000;box-shadow:none;color:#0057cd;color:var(--si-primary-deep);transform:scale(1.02)}.expiry-scroll-option.is-selected{color:#0057cd;color:var(--si-primary-deep)}.expiry-scroll-picker.is-disabled{opacity:.58}.expiry-copy{margin-top:.8rem;text-align:center}.expiry-actions{margin-top:1rem}.expiry-send-button{justify-content:center;width:100%}[data-theme=dark] .expiry-scroll-shell{background:linear-gradient(180deg,#121a22fa,#0d141bfa);border-color:#c2c6d81a;box-shadow:inset 0 1px 0 #ffffff08,0 12px 28px #0000003d}[data-theme=dark] .expiry-scroll-shell:before{background:linear-gradient(180deg,#121a22f7,#121a2200)}[data-theme=dark] .expiry-scroll-shell:after{background:linear-gradient(0deg,#121a22f7,#121a2200)}[data-theme=dark] .expiry-scroll-highlight{background:linear-gradient(135deg,#2088ff38,#0e88a71f);border-color:#42a5f533;box-shadow:0 10px 24px #0d6efd1f,inset 0 1px 0 #ffffff14}[data-theme=dark] .expiry-scroll-option{color:#6f7c8d;color:var(--si-text-faint)}[data-theme=dark] .expiry-scroll-option.is-selected,[data-theme=dark] .expiry-scroll-option:focus-visible,[data-theme=dark] .expiry-scroll-option:hover:not(:disabled){color:#f4f8ff}@media (max-width:640px){.upload-action-layout,.upload-action-layout.is-sidebar-action{grid-template-columns:1fr}.expiry-card{max-width:none}.wheel-panel{gap:.7rem;padding:.8rem}.compact-wheel-panel{max-width:none}.wheel-value{padding:.75rem .65rem .8rem}.wheel-value strong{font-size:1.35rem}.expiry-scroll-viewport{height:148px}}.action-block{background:radial-gradient(circle at top right,#ffffff3d,#0000 34%),linear-gradient(140deg,#0f4fd6,#0d6efd 52%,#1b8dbf);border-radius:1.7rem;box-shadow:0 20px 44px #0d4aaa38;color:#fff;display:flex;flex-direction:column;gap:1rem;justify-content:center;overflow:hidden;padding:1.7rem;position:relative}.action-block:before{border:1px solid #ffffff29;border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute}.action-block-top{position:relative;z-index:1}.action-block-label{color:#ffffffb8}.action-block-title{color:#fff;font-size:clamp(1.2rem,1.15vw + 1rem,1.65rem);line-height:1.2;margin:.45rem 0 0;max-width:none;white-space:nowrap}.action-block-copy{color:#ffffffd1;line-height:1.55;margin:.8rem 0 0;max-width:34ch}.action-block-stats{grid-gap:.75rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff1f;border-radius:1rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr));padding:.85rem;position:relative;z-index:1}.action-block-stat{grid-gap:.3rem;display:grid;gap:.3rem}.action-block-stat span{color:#ffffffb8;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.action-block-stat strong{color:#fff;font-size:1rem;font-weight:700}.action-block-points{display:flex;flex-wrap:wrap;gap:.6rem;position:relative;z-index:1}.action-block-points span{align-items:center;background:#ffffff1f;border:1px solid #ffffff1f;border-radius:999px;color:#ffffffe0;display:inline-flex;font-size:.82rem;font-weight:600;min-height:2rem;padding:.35rem .7rem}.action-block-actions{display:flex;flex-wrap:wrap;gap:.8rem;position:relative;z-index:1}.action-block-actions>button{flex-basis:calc(50% - 0.4rem);flex-grow:1;flex-shrink:1;justify-content:center;width:calc(50% - .4rem)}.action-block-actions>button:only-child{flex-basis:100%;width:100%}.upload-status-list{grid-gap:1rem;display:grid;gap:1rem}.upload-status-item{background:#fff;background:var(--si-surface-strong);border:1px solid #7277872e;border:1px solid var(--si-border);border-radius:1.3rem;padding:1.1rem}.progress-track{background:#72778729;border-radius:999px;height:8px;margin-top:.8rem;overflow:hidden}.progress-fill{background:linear-gradient(135deg,#0057cd,#0d6efd);background:linear-gradient(135deg,var(--si-primary-deep),var(--si-primary));border-radius:inherit;height:100%}@media (max-width:640px){.action-block-title{white-space:normal}.action-block-stats{grid-template-columns:1fr}}.editor-toolbar,.viewer-toolbar{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:1.1rem 1.4rem}.editor-dots{align-items:center;display:inline-flex;gap:.5rem;padding:.2rem .2rem .2rem 0}.editor-dots span{border-radius:999px;display:inline-block;height:14px;width:14px}.editor-dots span:first-child{background:#ff5f57}.editor-dots span:nth-child(2){background:#febc2e}.editor-dots span:nth-child(3){background:#28c840}.editor-canvas,.viewer-canvas{background:#11181f;border-radius:1.5rem;color:#dce6f2;font-family:Courier New,monospace;min-height:420px;overflow:auto;padding:1.6rem}.viewer-canvas pre{margin:0;white-space:pre-wrap;word-break:break-word}.about-story-grid,.settings-card,.team-grid-redesign,.trust-grid{grid-gap:1.25rem;display:grid;gap:1.25rem}.settings-card{padding:1.6rem}.setting-row{align-items:center;background:#e7eff6;background:var(--si-surface-muted);border-radius:1rem;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.1rem}.info-note{background:#0d6efd0f;border:1px solid #0d6efd1a;border-radius:1.4rem;padding:1.2rem}.expiry-summary-card{grid-gap:.55rem;background:#0d6efd0f;border:1px solid #0d6efd1f;border-radius:1rem;display:grid;gap:.55rem;margin-top:1rem;padding:1rem 1.05rem}.expiry-summary-card strong{color:#0057cd;color:var(--si-primary-deep);display:block;font-family:Plus Jakarta Sans,sans-serif;font-size:1.12rem;margin-top:.28rem}.expiry-summary-note{color:#46515f;color:var(--si-text-soft);font-size:.92rem;line-height:1.6}.about-hero{grid-gap:1.5rem;display:grid;gap:1.5rem;padding-top:2.2rem}.about-hero-card{display:grid;min-height:420px;overflow:hidden;place-items:center;position:relative}.about-hero-image{height:100%;object-fit:cover;width:100%}.about-story-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.metric-card,.story-card,.team-card-redesign,.trust-card,.value-card-redesign{background:#ffffffd1;background:var(--si-surface);border:1px solid #7277872e;border:1px solid var(--si-border);border-radius:1.7rem;box-shadow:0 12px 30px #0c29520d;box-shadow:var(--si-shadow-soft);padding:1.5rem}.metric-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.team-grid-redesign{grid-template-columns:repeat(3,minmax(0,1fr))}.team-card-redesign img{aspect-ratio:1/1;border-radius:1.4rem;margin-bottom:1rem;object-fit:cover;width:100%}.stack-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.countdown-redesign{background:#0d6efd0f;border:1px solid #0d6efd1f;border-radius:1rem;padding:.85rem 1rem}.stepper-redesign{align-items:center;background:#fffc;border:1px solid #72778724;border-radius:1rem;display:flex;gap:.65rem;justify-content:space-between;padding:.8rem}[data-theme=dark] .stepper-redesign{background:#151d22eb}.stepper-redesign button{border-radius:999px;height:42px;padding:0;width:42px}.stepper-redesign input{background:#0000;border:0;box-shadow:none;font-size:1.25rem;font-weight:800;margin:0;text-align:center}.download-file-list,.team-skills-redesign,.upload-list-preview{grid-gap:.75rem;display:grid;gap:.75rem}.download-file-item,.upload-preview-item{align-items:center;background:#fff;background:var(--si-surface-strong);border:1px solid #7277872e;border:1px solid var(--si-border);border-radius:1rem;display:flex;gap:1rem;justify-content:space-between;padding:.8rem .9rem}.receive-bundle-card{grid-gap:1rem;display:grid;gap:1rem}.receive-bundle-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.receive-bundle-title{align-items:center;display:flex;gap:.9rem}.receive-bundle-icon,.receive-file-badge{display:grid;flex-shrink:0;place-items:center}.receive-bundle-icon{background:linear-gradient(135deg,#0d6efd1f,#00668a29);border:1px solid #0d6efd24;border-radius:1rem;height:52px;width:52px}.receive-bundle-code{grid-gap:.25rem;background:#e7eff6;background:var(--si-surface-muted);border:1px solid #0d6efd1f;border-radius:1rem;display:grid;gap:.25rem;min-width:132px;padding:.9rem 1rem;text-align:right}.receive-bundle-code strong{color:#0057cd;color:var(--si-primary-deep);font-family:Plus Jakarta Sans,sans-serif;font-size:1.3rem;letter-spacing:.2em;text-indent:.2em}.receive-bundle-summary{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(3,minmax(0,1fr))}.receive-bundle-stat{grid-gap:.5rem;background:#e7eff6;background:var(--si-surface-muted);border:1px solid #7277871f;border-radius:1rem;display:grid;gap:.5rem;padding:.95rem 1rem}.receive-bundle-stat .si-meta-label,.receive-file-meta-chip{align-items:center;display:inline-flex;gap:.45rem}.receive-bundle-stat strong{color:#151d22;color:var(--si-text);font-size:1rem;line-height:1.4}.receive-download-grid{gap:.95rem}.receive-file-card{align-items:center;background:linear-gradient(180deg,#fffffff5,#edf5fce6);box-shadow:0 12px 28px #0c29520f;padding:1rem 1.05rem}.receive-file-main{align-items:center;display:flex;gap:.9rem;min-width:0}.receive-file-badge{background:linear-gradient(135deg,#0057cd,#00668a);background:linear-gradient(135deg,var(--si-primary-deep),var(--si-secondary));border-radius:1rem;color:#fff;font-size:.82rem;font-weight:800;height:58px;letter-spacing:.08em;width:58px}.receive-file-copy{grid-gap:.45rem;display:grid;gap:.45rem;min-width:0}.receive-file-heading{align-items:center;display:flex;gap:.65rem;min-width:0}.receive-file-heading strong{min-width:0;overflow-wrap:anywhere}.receive-file-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.55rem}.receive-file-meta-chip{background:#0d6efd14;border-radius:999px;color:#0057cd;color:var(--si-primary-deep);font-size:.76rem;font-weight:700;padding:.42rem .72rem}.receive-download-button{flex-shrink:0;min-width:168px}.receive-bundle-reset{justify-self:flex-start}[data-theme=dark] .receive-bundle-icon{background:linear-gradient(135deg,#0d6efd33,#00668a38);border-color:#c2c6d824}[data-theme=dark] .receive-bundle-code,[data-theme=dark] .receive-bundle-stat{background:#151d22eb;border-color:#c2c6d81a}[data-theme=dark] .receive-bundle-code strong{color:#8fc2ff}[data-theme=dark] .receive-file-card{background:linear-gradient(180deg,#161f26f5,#0d141bf0);box-shadow:0 12px 28px #00000038}[data-theme=dark] .receive-file-meta-chip{background:#42a5f51f;color:#8fc2ff}.code-display-redesign{grid-gap:1rem;background:#e7eff6;background:var(--si-surface-muted);border-radius:1.15rem;display:grid;gap:1rem;padding:1rem}.big-share-code{color:#0057cd;color:var(--si-primary-deep);font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.75rem,6vw,3.25rem);font-weight:800;letter-spacing:.28em;text-align:center;text-indent:.28em}.code-input-hero{display:flex;gap:.8rem}.code-input-hero input{flex:1 1;font-size:1rem;margin:0;min-height:50px;padding-left:1rem}.muted-list{grid-gap:.8rem;display:grid;gap:.8rem}.muted-list-item{align-items:center;color:#46515f;color:var(--si-text-soft);display:flex;gap:.8rem}.inline-icon{color:#0d6efd;color:var(--si-primary)}.text-center-redesign{text-align:center}@media (max-width:1100px){.about-story-grid,.hero-layout,.metric-grid,.si-footer-grid,.stack-grid,.team-grid-redesign,.work-grid{grid-template-columns:1fr}.feature-bento{grid-template-columns:repeat(2,minmax(0,1fr))}.span-2,.span-3,.span-4{grid-column:span 1}.si-stats-row,.status-strip{grid-template-columns:1fr}.si-footer-bottom{align-items:flex-start;flex-direction:column}}@media (max-width:880px){.si-nav-actions .si-button,.si-nav-actions .si-button-ghost,.si-nav-links,.si-nav-user,.si-user-menu-wrap{display:none}.si-mobile-toggle{display:inline-flex}.si-mobile-menu{grid-gap:.7rem;display:grid;gap:.7rem;padding:0 16px 16px}.si-mobile-menu .si-button,.si-mobile-menu .si-button-ghost,.si-mobile-menu .si-nav-link{justify-content:flex-start;width:100%}.si-mobile-menu .si-auth-login,.si-mobile-menu .si-auth-start{justify-content:center;min-width:100%;padding:1rem 1.15rem}.hero-layout{padding-top:1.5rem}.hero-visual{min-height:480px}.editor-toolbar,.viewer-toolbar{align-items:flex-start;flex-wrap:wrap;padding:1rem 1rem .9rem}.about-copy-cta-actions,.code-input-hero{flex-direction:column}.about-copy-cta-actions button,.action-block .si-button-ghost,.action-block .si-button-secondary,.code-input-hero button{width:100%}.download-file-item,.muted-list-item,.setting-row,.upload-preview-item{align-items:flex-start}.receive-bundle-header,.receive-bundle-summary{grid-template-columns:1fr}.receive-bundle-header{flex-direction:column}.receive-bundle-code{text-align:left;width:100%}.hero-floating-metrics,.hero-floating-top{align-items:flex-start;flex-direction:column}}@media (max-width:640px){.page-shell,.si-footer-bottom,.si-footer-grid,.si-navbar-inner{width:min(100% - 18px,1200px)}.page-section{padding:.85rem 0 3rem}.hero-visual{border-radius:2rem;min-height:390px;padding:.75rem}.hero-visual-core{border-radius:1.7rem;min-height:340px}.hero-visual-centerpiece{border-radius:30px;height:136px;width:136px}.hero-core-line-x{margin-left:-34px;width:68px}.hero-core-line-y{height:68px;margin-top:-34px}.feature-bento{grid-template-columns:1fr}.code-input-hero{flex-direction:column}.si-title{font-size:clamp(1.95rem,9vw,3rem);line-height:1.03}.si-heading{font-size:clamp(1.7rem,8vw,2.6rem)}.si-subtitle{font-size:.94rem;line-height:1.65}.si-button,.si-button-ghost,.si-button-secondary{min-width:0;padding:.85rem .95rem;width:100%}.action-block,.code-display-redesign,.settings-card,.si-card,.si-panel{border-radius:1.4rem}.editor-canvas,.viewer-canvas{font-size:.86rem;min-height:260px;padding:.9rem}.wheel-panel{grid-template-columns:1fr}.download-file-item,.upload-preview-item{align-items:flex-start;flex-direction:column}.download-file-item>span:first-child,.receive-bundle-reset,.receive-download-button,.receive-file-main{width:100%}.big-share-code{font-size:clamp(1.45rem,10vw,2.4rem);letter-spacing:.14em;overflow-wrap:anywhere;text-indent:.14em}.si-footer-grid{gap:1.5rem}.si-footer-bottom{gap:.5rem;text-align:left}.hero-floating-card{border-radius:1.2rem;bottom:1rem;left:1rem;padding:1rem;right:1rem}}.about-copy-page{color:#151d22;color:var(--si-text)}.about-copy-wrap{margin:0 auto;width:min(1280px,calc(100% - 32px))}.about-copy-hero{padding:3rem 0 8rem}.about-copy-kicker,.about-copy-section-tag{color:#0d6efd;color:var(--si-primary);display:inline-block;font-size:.76rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.about-copy-kicker{display:block;text-align:center}.about-copy-title{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(3rem,6vw,5.2rem);letter-spacing:-.06em;line-height:1.08;margin:1rem auto 1.4rem;max-width:64rem;text-align:center}.about-copy-title span{color:#0d6efd;color:var(--si-primary);font-style:italic}.about-copy-lead{color:#46515f;color:var(--si-text-soft);font-size:1.12rem;line-height:1.85;margin:0 auto 3rem;max-width:44rem;text-align:center}.about-copy-hero-image{background:#e7eff6;background:var(--si-surface-muted);border-radius:3rem;box-shadow:0 25px 55px #0c295224;height:500px;overflow:hidden;position:relative;width:100%}.about-copy-hero-image img{height:100%;object-fit:cover;width:100%}.about-copy-hero-graphic{background:radial-gradient(circle at 25% 24%,#0d6efd42,#0000 20%),radial-gradient(circle at 72% 30%,#0080ac3d,#0000 22%),linear-gradient(135deg,#eff6ff,#dbeafe 45%,#e2f5f8);inset:0;position:absolute}[data-theme=dark] .about-copy-hero-graphic{background:radial-gradient(circle at 25% 24%,#0d6efd47,#0000 20%),radial-gradient(circle at 72% 30%,#0080ac3d,#0000 22%),linear-gradient(135deg,#0f172a,#13243b 45%,#0f2230)}.about-copy-hero-node{background:linear-gradient(135deg,#0d6efde6,#0080ace0);border:1px solid #ffffff73;border-radius:50%;box-shadow:0 24px 50px #0d6efd3d;position:absolute}.about-copy-hero-node-one{height:120px;left:18%;top:18%;width:120px}.about-copy-hero-node-two{bottom:20%;height:150px;right:18%;width:150px}.about-copy-hero-node-three{height:74px;left:45%;top:44%;width:74px}.about-copy-hero-grid{background-image:linear-gradient(#ffffff1f 1px,#0000 0),linear-gradient(90deg,#ffffff1f 1px,#0000 0);background-size:42px 42px;border:1px solid #ffffff59;border-radius:2rem;inset:14%;position:absolute}.about-copy-overlay{background:linear-gradient(0deg,#0003,#0000);inset:0;position:absolute}.about-copy-mission{background:#f1f5f9;padding:6rem 0}[data-theme=dark] .about-copy-mission{background:#0f172a}.about-copy-mission-grid{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.about-copy-section-title,.about-copy-stack-title{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(2.1rem,4vw,3.5rem);letter-spacing:-.05em;line-height:1.1;margin:1rem 0 2rem}.about-copy-stack-title{margin-bottom:0;text-align:center}.about-copy-stack-title.left{text-align:left}.about-copy-body{grid-gap:1.4rem;color:#46515f;color:var(--si-text-soft);display:grid;font-size:1.08rem;gap:1.4rem;line-height:1.85}.about-copy-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2.5rem}.about-copy-stats strong{color:#0d6efd;color:var(--si-primary);display:block;font-family:Plus Jakarta Sans,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.about-copy-stats span{color:#151d2299;font-size:.83rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}[data-theme=dark] .about-copy-stats span{color:#edf4fb9e}.about-copy-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-copy-column,.about-copy-value-grid{grid-gap:1rem;display:grid;gap:1rem}.about-copy-column.offset{padding-top:3rem}.about-copy-value-card{background:#fff;border-radius:2rem;box-shadow:0 10px 24px #0c295214;padding:2rem;transition:transform .5s ease}.about-copy-value-card:hover{transform:translateY(-8px)}.about-copy-value-card.primary{background:#0d6efd;background:var(--si-primary);box-shadow:0 18px 34px #0d6efd40;color:#fff}.about-copy-value-card h3{font-size:1.4rem;margin:0 0 .7rem}.about-copy-value-card p{color:#46515f;color:var(--si-text-soft);font-size:.95rem;line-height:1.7;margin:0}.about-copy-value-card.primary p{color:#ffffffd1}.about-copy-value-icon{color:#0d6efd;color:var(--si-primary);font-size:2.25rem;margin-bottom:1rem}.about-copy-value-card.primary .about-copy-value-icon{color:#fff}.about-copy-stack{padding:6rem 0}.about-copy-center-head{margin-bottom:4rem;text-align:center}.about-copy-stack-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(220px,auto))}.about-copy-stack-card{background:#ffffffe0;border:1px solid #7277871a;border-radius:1.75rem;overflow:hidden;padding:2rem;position:relative}.about-copy-stack-card.react{background:#3b82f60d;border-color:#3b82f61a;grid-column:span 2}.about-copy-stack-card.encryption{background:#0f172a;color:#fff;grid-column:span 2;grid-row:span 2}.about-copy-stack-card.small{align-items:center;background:#edf5fc;display:flex;flex-direction:column;justify-content:center;text-align:center}[data-theme=dark] .about-copy-stack-card,[data-theme=dark] .about-copy-stack-card.small{background:#131d27}.about-copy-stack-icon{align-items:center;background:#fff;border-radius:1rem;box-shadow:0 4px 14px #0c295214;color:#0d6efd;color:var(--si-primary);display:inline-flex;font-size:2rem;height:64px;justify-content:center;margin-bottom:1.25rem;width:64px}.about-copy-stack-icon.dark{background:#0000;box-shadow:none;color:#3b82f6;font-size:4rem;height:auto;padding:0;width:auto}.about-copy-stack-card h3,.about-copy-stack-card h4{margin:0 0 .7rem}.about-copy-stack-card p{color:#46515f;color:var(--si-text-soft);line-height:1.75;margin:0}.about-copy-stack-card.encryption p{color:#94a3b8;font-size:1.08rem;max-width:22rem}.about-copy-stack-watermark{bottom:-24%;color:#2563eb14;font-size:10rem;font-style:italic;font-weight:800;pointer-events:none;position:absolute;right:-2%}.about-copy-security-bar{background:#1e293b;border-radius:999px;height:6px;margin-top:2.5rem;overflow:hidden;width:100%}.about-copy-security-bar div{animation:pulse 2s infinite;background:#3b82f6;height:100%;width:100%}.about-copy-security-meta{color:#64748b;display:flex;font-family:Courier New,monospace;font-size:.66rem;gap:1rem;justify-content:space-between;letter-spacing:.14em;margin-top:1rem}.about-copy-team{background:#f8fafc;padding:6rem 0}[data-theme=dark] .about-copy-team{background:#020617}.about-copy-team-head{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:4rem}.about-copy-careers{background:#0000;box-shadow:none;color:#0d6efd;color:var(--si-primary);font-weight:800;padding:0}.about-copy-team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,minmax(0,1fr))}.about-copy-team-card h4{font-size:1.35rem;margin:0 0 .35rem}.about-copy-team-image{aspect-ratio:1/1;background:#e2e8f0;border-radius:2rem;margin-bottom:1.5rem;overflow:hidden}[data-theme=dark] .about-copy-team-image{background:#1e293b}.about-copy-team-image img{filter:grayscale(1);height:100%;object-fit:cover;object-position:center top;transform:scale(1.05);transition:all .5s ease;width:100%}.about-copy-team-card:hover .about-copy-team-image img{filter:grayscale(0);transform:scale(1)}.about-copy-team-role{color:#0d6efd;color:var(--si-primary);font-size:.8rem;font-weight:700;letter-spacing:.12em;margin:0 0 .7rem;text-transform:uppercase}.about-copy-team-bio{color:#64748b;font-size:.95rem;line-height:1.7;margin:0}[data-theme=dark] .about-copy-team-bio{color:#94a3b8}.about-copy-cta{padding:6rem 0}.about-copy-cta-box{background:#0d6efd;background:var(--si-primary);border-radius:3rem;box-shadow:0 24px 60px #0d6efd4d;overflow:hidden;padding:4rem 2rem;position:relative}.about-copy-cta-content{margin:0 auto;max-width:52rem;position:relative;text-align:center;z-index:1}.about-copy-cta-content h2{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(2.4rem,5vw,4.4rem);letter-spacing:-.05em;line-height:1.05;margin:0 0 1.5rem}.about-copy-cta-content p{color:#ffffffd1;font-size:1.1rem;line-height:1.8;margin:0 auto 2.5rem;max-width:42rem}.about-copy-cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.about-copy-cta-primary,.about-copy-cta-secondary{border-radius:999px;font-weight:800;min-width:220px}.about-copy-cta-primary{background:#fff;color:#0d6efd;color:var(--si-primary)}.about-copy-cta-primary:focus-visible,.about-copy-cta-primary:hover{background:#fff;box-shadow:0 20px 38px #ffffff38;color:#0057cd;color:var(--si-primary-deep)}.about-copy-cta-secondary{background:#0000;border:2px solid #ffffff4d;color:#fff}.about-copy-cta-secondary:focus-visible,.about-copy-cta-secondary:hover{background:#ffffff14;border-color:#ffffff80;box-shadow:0 18px 30px #02061729;color:#fff}.about-copy-cta-blob{border-radius:999px;pointer-events:none;position:absolute}.about-copy-cta-blob.one{background:#ffffff1a;filter:blur(56px);height:24rem;right:0;top:0;transform:translate(50%,-50%);width:24rem}.about-copy-cta-blob.two{background:#00668a38;bottom:0;filter:blur(38px);height:16rem;left:0;transform:translate(-50%,50%);width:16rem}@media (max-width:1100px){.about-copy-mission-grid,.about-copy-stack-grid,.about-copy-team-grid{grid-template-columns:1fr 1fr}.about-copy-stack-grid{grid-template-rows:auto}.about-copy-stack-card.encryption,.about-copy-stack-card.react{grid-column:span 2;grid-row:auto}}@media (max-width:768px){.about-copy-hero{padding:6rem 0 5rem}.about-copy-wrap{width:min(100% - 20px,1280px)}.about-copy-hero-image{border-radius:2rem;height:320px}.about-copy-hero-node-one{height:92px;width:92px}.about-copy-hero-node-two{height:118px;width:118px}.about-copy-hero-node-three{height:58px;width:58px}.about-copy-mission-grid,.about-copy-stack-grid,.about-copy-team-grid,.about-copy-value-grid{grid-template-columns:1fr}.about-copy-column.offset{padding-top:0}.about-copy-stack-card.encryption,.about-copy-stack-card.react{grid-column:span 1}.about-copy-team-head{align-items:flex-start;flex-direction:column}.about-copy-cta-box{border-radius:2rem;padding:3rem 1.25rem}}@media (max-width:640px){.about-copy-wrap,.page-shell,.si-footer-bottom,.si-footer-grid,.si-navbar-inner{width:min(100% - 18px,1280px)}.about-copy-hero{padding:1.6rem 0 4rem}.about-copy-title{font-size:clamp(2.1rem,10vw,3.2rem);margin-bottom:1rem}.about-copy-body p,.about-copy-cta-content p,.about-copy-lead{font-size:.98rem;line-height:1.72}.about-copy-hero-image{border-radius:1.7rem;height:300px}.about-copy-hero-grid{background-size:32px 32px;inset:12%}.about-copy-hero-node-one{height:76px;width:76px}.about-copy-hero-node-two{height:94px;width:94px}.about-copy-hero-node-three{height:48px;width:48px}.about-copy-cta,.about-copy-mission,.about-copy-stack,.about-copy-team{padding:3.5rem 0}.about-copy-center-head,.about-copy-team-head{margin-bottom:2rem}.about-copy-cta-box{border-radius:1.5rem;padding:1.6rem 1rem}.about-copy-cta-content h2{font-size:clamp(1.9rem,8vw,2.8rem)}.about-copy-cta-primary,.about-copy-cta-secondary{min-width:0;width:100%}}@media (max-width:480px){.about-copy-wrap,.page-shell,.si-footer-bottom,.si-footer-grid,.si-navbar-inner{width:min(100% - 12px,1200px)}.si-navbar-inner{gap:.65rem;min-height:68px}.si-nav-actions{gap:.45rem}.si-brand-wordmark{font-size:1.3rem}.hero-visual{min-height:330px}.hero-visual-core{min-height:290px}.hero-visual-centerpiece{border-radius:24px;height:112px;width:112px}.hero-core-dot{height:18px;margin:-9px 0 0 -9px;width:18px}.hero-core-line-x{height:5px;margin:-2.5px 0 0 -27px;width:54px}.hero-core-line-y{height:54px;margin:-27px 0 0 -2.5px;width:5px}.editor-toolbar,.viewer-toolbar{gap:.7rem;padding:.85rem .85rem .7rem}.editor-dots span{height:10px;width:10px}.wheel-value strong{font-size:1.2rem}.expiry-scroll-viewport{height:156px}.si-chip{font-size:.66rem}.big-share-code{font-size:1.42rem;letter-spacing:.12em;text-indent:.12em}}
/*# sourceMappingURL=main.ced6ec44.css.map*/