.evalbar{display:flex;flex-direction:column;overflow:hidden;width:100%;height:100%}.black-section{background:#313131;flex-grow:0;flex-shrink:0;transition:flex-basis .25s ease}.white-section{background:#f0f0f0;flex-grow:0;flex-shrink:0;transition:flex-basis .25s ease}.app-header{position:fixed;top:0;left:0;right:0;z-index:1600;display:flex;align-items:stretch;justify-content:space-between;height:var(--header-height);padding:0 var(--gap);background-color:#fff;box-shadow:0 1px 4px #0000001a;box-sizing:border-box}.header-left{display:flex;align-items:center;justify-content:flex-start;padding:0 .5rem;gap:.5rem}.header-center{display:flex;flex:1;align-items:center;justify-content:center;padding:0 .5rem}.header-right{display:flex;align-items:center;justify-content:flex-end;padding:0 .5rem;gap:.5rem}.icon-button img,.menu-icon,.top-icon{width:1.5rem;height:1.5rem;object-fit:contain}.notification-icon{width:22px;height:22px;cursor:pointer;opacity:.85}.notification-icon:hover{opacity:1}.avatar-wrapper{position:relative;z-index:1700}.avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;cursor:pointer;border:1px solid rgba(159,5,5,.15)}.avatar-menu{position:absolute;top:44px;right:0;background:#bd2828;border-radius:10px;min-width:160px;padding:8px;box-shadow:0 10px 30px #c0232399;z-index:1800}.avatar-menu a,.avatar-menu button{display:block;width:100%;background:none;border:none;color:#eee;padding:10px;text-align:left;cursor:pointer;border-radius:6px;text-decoration:none}.avatar-menu button:hover,.avatar-menu a:hover{background:#ffffff14}.avatar-menu .divider{height:1px;background:#9230304d;margin:6px 0}.avatar-menu .logout{color:#fff}.app-sidebar{flex-shrink:0;width:var(--sidebar-width, 15rem);display:flex;flex-direction:column;overflow:hidden;transition:width .35s cubic-bezier(.25,.8,.25,1),transform .2s ease;box-sizing:border-box;background-color:#fff;border-right:1px solid rgba(31,30,30,.1)}.app-sidebar.expanded{width:var(--sidebar-width, 15rem)}.app-sidebar.collapsed{width:4rem}.app-sidebar.hidden{width:0}.inner-sidebar-wrapper{height:100%;display:flex;flex-direction:column;overflow-y:auto;padding:1rem;box-sizing:border-box;background-color:#fff}.sidebar-profile{display:flex;flex-direction:column;align-items:center;padding:var(--gap, 1rem)}.profile-avatar-wrapper{position:relative;cursor:pointer;width:6rem;height:6rem;border-radius:50%;overflow:hidden;background-color:#73bf15;display:flex;align-items:center;justify-content:center}.profile-avatar-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.profile-details{display:flex;justify-content:space-between;width:100%;padding:0 .5rem;box-sizing:border-box}.profile-details .username{font-weight:700;font-size:1rem;color:#fff}.profile-details .user-credit{font-size:.85rem;color:#ccc}.sidebar-actions,.sidebar-utilities{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.sidebar-utilities{margin-top:auto}.action-icon{width:1.2rem;height:1.2rem;margin-right:.5rem}.action-label{font-size:.95rem}.app-sidebar a,.app-sidebar a .action-label{color:#646464;text-decoration:none}.sidebar-button{background:none;border:none;padding:0;margin:0;text-align:left;display:flex;align-items:center;color:#363636;font-size:.95rem;cursor:pointer}.sidebar-button .action-icon{margin-right:.5rem}.sidebar-button .action-label{color:#646464}@media(max-width:768px){.app-sidebar{position:fixed;left:0;top:var(--header-height);width:var(--sidebar-width, 15rem);height:calc(100dvh - var(--header-height));z-index:1500;transform:translate(-100%);overflow:hidden}.app-sidebar.expanded{transform:translate(0)}.app-sidebar.collapsed,.app-sidebar.hidden{transform:translate(-100%)}.inner-sidebar-wrapper{height:100%;overflow:hidden;touch-action:none;overscroll-behavior:none}.sidebar-overlay{position:fixed;inset:0;background:#0006;z-index:1400;touch-action:none}}@media(min-width:769px){.sidebar-overlay{display:none}}.review-container{width:100%;height:100%;min-height:0;display:grid;grid-template-columns:300px minmax(0,1fr) 200px;gap:1rem;padding:1rem;box-sizing:border-box;background-color:#4b4b4b;overflow:hidden}.review-container>*{height:100%;min-height:0;min-width:0}@media(max-width:1200px){.review-container{grid-template-columns:280px minmax(0,1fr) 180px}}.home-page{padding:2rem;max-width:800px;margin:0 auto;font-family:Arial,sans-serif;color:#222}.home-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.home-description{font-size:1rem;margin-bottom:2rem;color:#555}.home-section{margin-bottom:1.5rem;padding:1rem;border-radius:8px;background-color:#f7f7f7;box-shadow:0 2px 4px #0000000d}.home-section h2{font-size:1.25rem;margin-bottom:.5rem}.home-section p{font-size:.95rem;color:#444}.sidebar-shell{display:flex;flex-direction:column;min-height:0;background:#121212;border-radius:1rem;overflow:hidden}.sidebar-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem;padding:.5rem;background:#ffffff0a}.sidebar-tab{padding:.7rem .4rem;border:none;border-radius:.65rem;background:#282828;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600}.sidebar-tab.active{background:#ebebeb;color:#111}.sidebar-body{flex:1;min-height:0;padding:.9rem;overflow-y:auto;background:#f7f7f7}.sidebar-card{border-radius:.85rem;border:1px solid rgba(0,0,0,.08);overflow:hidden;background:#fff}.sidebar-card-title{padding:.8rem .9rem;font-weight:700;background:#e9e9e9}.sidebar-chat-text{padding:.9rem;line-height:1.5}.sidebar-action-panel{display:flex;gap:.5rem;margin-top:.9rem;flex-wrap:wrap}.sidebar-action-btn{flex:1;min-width:110px;padding:.7rem;background:#121212;color:#fff;border:none;border-radius:.65rem;cursor:pointer;font-size:.9rem;font-weight:500}.sidebar-info-stack{display:flex;flex-direction:column;gap:.75rem}.sidebar-info-row{display:flex;justify-content:space-between;gap:.75rem;padding:.55rem .7rem;background:#fff;border-radius:.65rem;border:1px solid rgba(0,0,0,.08)}.sidebar-info-block{display:flex;flex-direction:column;gap:.35rem}.sidebar-info-box{padding:.6rem;border:1px solid #ddd;border-radius:.65rem;background:#fafafa;font-size:12px;word-break:break-word}.sidebar-card-body{padding:.85rem;display:flex;flex-direction:column;gap:.45rem}.sidebar-pfp{width:52px;height:52px;border-radius:50%;object-fit:cover;background:#ccc}.sidebar-stat{font-size:.92rem}.sidebar-settings-list{padding:.85rem;display:grid;gap:.6rem}.sidebar-settings-btn{padding:.75rem;border:none;border-radius:.65rem;background:#121212;color:#fff;cursor:pointer}.sidebar-chat-footer{padding:.75rem;background:#ffffff0f;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.65rem}.sidebar-suggestions{display:flex;flex-wrap:wrap;gap:.5rem}.sidebar-suggestion-btn{padding:.55rem .8rem;border:none;border-radius:999px;background:#e7e7e7;color:#111;cursor:pointer;font-size:.88rem;font-weight:600}.sidebar-composer{display:flex;gap:.5rem;align-items:center}.sidebar-message-input{flex:1;padding:.8rem .9rem;border-radius:.7rem;border:1px solid #d6d6d6;outline:none;background:#fff;font-size:.95rem}.sidebar-message-input:focus{border-color:#999}.sidebar-send-btn{padding:.8rem 1rem;border:none;border-radius:.7rem;background:#121212;color:#fff;cursor:pointer;font-weight:600}.board-panel-column{height:100%;min-height:0;min-width:0;display:grid;grid-template-rows:minmax(0,1fr) auto;justify-items:center}.board-panel-top{width:100%;min-height:0;max-width:760px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:.5rem;align-items:stretch;overflow:hidden}.board-panel-eval{height:100%;min-height:0;overflow:hidden}.board-panel-board{aspect-ratio:1 / 1;height:100%;width:auto;max-width:100%;min-width:0;overflow:hidden;display:flex}.board-panel-controls{width:100%;max-width:760px;margin-top:.5rem;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center}.board-panel-controls-bar{grid-column:2;height:44px;width:100%;display:flex;align-items:center;gap:.5rem;padding:0 .6rem;background:#ffffff0f;border-radius:.75rem}.players-panel-shell{display:flex;flex-direction:column;height:100%;background:#121212;border-radius:1rem;overflow:hidden}.players-panel-title{padding:.7rem;font-weight:700;background:#e9e9e9;text-align:center}.players-panel-body{flex:1;padding:.75rem;background:#f7f7f7;display:flex;flex-direction:column;justify-content:space-between;gap:.75rem}.players-card{display:flex;flex-direction:column;gap:.4rem;padding:.7rem;background:#fff;border-radius:.85rem;border:1px solid rgba(0,0,0,.08)}.players-pfp{width:100%;max-height:120px;aspect-ratio:1 / 1;background:#ccc;border-radius:10px;object-fit:cover}.players-row{display:flex;justify-content:space-between;align-items:center}.players-name{font-weight:600;font-size:.95rem}.players-flag{width:20px;height:14px;object-fit:cover;border-radius:3px}.players-time{text-align:center;font-weight:700;font-size:1rem;background:#111;color:#fff;padding:.35rem;border-radius:8px}.review-landing{width:70%;height:80%;padding:20px;background-color:#242424;border:1px solid #ffffff;border-radius:12px;position:relative;display:flex;flex-direction:column}.content-wrapper{width:100%}.review-box-container{display:flex;gap:1rem;flex-wrap:wrap}.review-box{flex:1 1 200px;padding:1rem;color:#fff;background-color:#1a1a1a;border:1px solid #ffffff;border-radius:8px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer}.review-box.selected{border-color:#fff}.review-box-icon{width:48px;height:48px;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center}.review-box-icon img{width:100%;height:100%;object-fit:contain}.review-box h2{font-size:1rem;margin-bottom:.4rem}.review-box p{font-size:.85rem;color:#b3b3b3}.review-nav{position:absolute;bottom:2rem;right:2rem;display:flex;gap:1rem}.review-nav button{padding:.6rem 1.2rem;border:none;border-radius:5px;background-color:#333;color:#fff;cursor:pointer}.review-nav button:disabled{opacity:.5;cursor:not-allowed}.step-progress{position:relative;width:100%;height:24px;margin-bottom:24px;flex-shrink:0}.step-progress-line{position:absolute;top:50%;left:0;right:0;height:4px;background:#b8a9ff;transform:translateY(-50%);border-radius:999px}.step-progress-fill{position:absolute;top:50%;left:0;height:4px;background:#7c5cff;transform:translateY(-50%);border-radius:999px;transition:width .35s ease}.step-progress-dots{position:relative;display:flex;justify-content:space-between;align-items:center;height:100%}.step-dot{width:14px;height:14px;background:#b8a9ff;border-radius:50%;z-index:2;transition:background .3s ease,transform .3s ease}.step-dot.active{background:#7c5cff;transform:scale(1.1)}.coming-soon-page{min-height:100vh;width:100%;display:flex;align-items:flex-start;justify-content:center;padding:2rem;box-sizing:border-box;background:#f9f9f9;font-family:sans-serif}.coming-soon-content{width:100%;max-width:800px;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.coming-soon-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;margin:0;line-height:1.2;color:#222}.coming-soon-subtitle{font-size:clamp(1rem,2.2vw,1.2rem);font-weight:400;margin:0;line-height:1.6;color:#555}.opening-map{margin-top:1.5rem;width:100%}.tree-node{margin-left:1rem;margin-top:.5rem}.node-label{cursor:default;display:inline-block;padding:.25rem .5rem;border-radius:4px;transition:background .2s}.node-label.clickable{cursor:pointer;background:#e0e0e0}.node-label.clickable:hover{background:#c0c0ff}.node-children{margin-left:1.5rem;border-left:1px dashed #aaa;padding-left:.5rem}.coming-soon-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.coming-soon-content{width:100%;max-width:700px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.coming-soon-image{width:min(100%,420px);height:auto;display:block}.coming-soon-title{font-size:clamp(1.6rem,4vw,2.6rem);font-weight:700;margin:0;line-height:1.2;color:#222}.coming-soon-subtitle{font-size:clamp(1rem,2.2vw,1.15rem);font-weight:400;margin:0;line-height:1.6;color:#555;max-width:52ch}@media(max-width:480px){.coming-soon-page{padding:1.25rem}.coming-soon-content{gap:1rem}}.settings-page{padding:2rem;max-width:800px;margin:0 auto;font-family:Arial,sans-serif;color:#222}.settings-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.settings-description{font-size:1rem;margin-bottom:2rem;color:#555}.settings-section{margin-bottom:1.5rem;padding:1rem;border-radius:8px;background-color:#f7f7f7;box-shadow:0 2px 4px #0000000d}.settings-section h2{font-size:1.25rem;margin-bottom:.5rem}.settings-section p{font-size:.95rem;color:#444}.profile-page{display:flex;flex-direction:column;height:100%;width:100%;padding:1.25rem;gap:1.25rem;box-sizing:border-box}.profile-section{flex:0 0 35%;display:flex;flex-direction:column;gap:1rem;background:#1341b6}.profile-header{flex:0 0 55%;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border-radius:1rem;padding:1.25rem;box-sizing:border-box;align-items:stretch}.profile-identity{display:flex;flex-direction:column;justify-content:space-between}.profile-identity-top{display:flex;align-items:center;gap:.75rem}.profile-avatar{width:4.5rem;height:4.5rem;border-radius:50%;object-fit:cover}.profile-identity-inline{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.profile-username{font-size:1.2rem;font-weight:600}.profile-country,.profile-credits{font-size:.85rem;opacity:.85}.profile-chesslink{margin-top:.5rem;font-size:.85rem;opacity:.9}.profile-summary{display:flex;justify-content:space-evenly;align-items:center;height:100%}.summary-item{display:flex;flex-direction:column;align-items:center;gap:.35rem}.summary-label{font-size:.75rem;opacity:.85}.summary-box{width:2rem;height:.4rem;border-radius:.25rem;background:#fff6}.summary-value{font-size:1.5rem;font-weight:600}.profile-actions{display:flex;justify-content:flex-end;align-items:flex-start;gap:.75rem}.profile-actions button{background:transparent;border:1px solid #ffffff66;color:#fff;padding:.4rem .75rem;border-radius:.5rem;font-size:.8rem;cursor:pointer}.profile-chart{flex:1;display:flex;flex-direction:column;border-radius:1rem;padding:1rem;box-sizing:border-box}.chart-header{display:flex;justify-content:flex-end}.chart-date-filter select{background:#2a2a2a;color:#fff;border:none;border-radius:.4rem;padding:.3rem .6rem;font-size:.8rem}.chart-body{flex:1}.games-section{flex:1;display:flex}.games-box{flex:1;background:#eee;border-radius:1rem;padding:1.25rem}:root{--header-height: 64px;--sidebar-width: 15rem;--sidebar-collapsed: 4rem;--gap: 1rem;--main-bg: #1a1a1a;--header-bg: #2e2e2e}html,body,#root{width:100%;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background-color:var(--main-bg)}.app-root{width:100%;height:100dvh;overflow:hidden;background-color:var(--main-bg)}.app-body{display:flex;width:100%;height:calc(100dvh - var(--header-height));margin-top:var(--header-height);overflow:hidden;position:relative}.app-content{flex:1 1 auto;min-width:0;height:100%;overflow-y:auto;overflow-x:hidden;background-color:var(--main-bg)}.app-content.centered{display:flex;justify-content:center;align-items:center}.modal-overlay{position:fixed;inset:0;z-index:3000;background:#0000008c;display:flex;justify-content:center;align-items:center}.modal{background:#222;color:#fff;padding:1.5rem;border-radius:12px;width:min(90vw,420px)}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.btn{border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer}.btn-danger{background:#d33;color:#fff}.btn-secondary{background:#444;color:#fff}:root{--black:#000;--white:#fff;--primary:#000000;--text:#111;--muted:#6b7280;--border:#e5e7eb;--container:1200px;--card-bg:#f0f2f4;--nav-pill:#e9ecef;--nav-item:#e6e9eb;--hl-green:#d6fa47}html,body,#root{background:var(--white);min-height:100%;font-family:Inter,system-ui,sans-serif;color:var(--text)}button,input{font:inherit}button{appearance:none}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.muted{color:var(--muted)}.landing-header{background:var(--white);color:var(--text);height:72px;display:flex;align-items:center;position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;width:100%;gap:18px;position:relative}.logo{display:flex;align-items:center;gap:.5rem}.logo-img{width:32px;height:32px}.logo-text{font-weight:700;font-size:1.25rem}.nav-center{flex:1;display:flex;justify-content:center;min-width:0}.nav-pill{display:flex;gap:6px;background:var(--nav-pill);padding:6px;border-radius:999px;align-items:center;flex-wrap:wrap}.nav-pill .link-btn{background:var(--nav-item);border-radius:8px;padding:8px 12px;border:0;color:var(--black);font-size:14px;cursor:pointer}.nav-pill .link-btn:hover{filter:brightness(.98)}.auth-actions{display:flex;gap:14px;align-items:center;white-space:nowrap}.link-muted.login,.auth-actions>.link-muted{background:transparent;border:1px solid var(--black);color:var(--black);padding:8px 12px;border-radius:10px;cursor:pointer}.signup{background:var(--black);padding:8px 16px;border-radius:10px;color:var(--white);text-decoration:none;transition:.12s;border:none;cursor:pointer}.signup:hover{transform:translateY(-2px)}.nav-toggle{display:none;background:var(--black);color:var(--white);border:1px solid var(--black);padding:8px 12px;border-radius:10px;cursor:pointer}.mobile-nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--black);padding:12px;gap:8px;flex-direction:column;border-top:1px solid var(--white)}.mobile-nav.open{display:flex}.mobile-link{width:100%;background:var(--white);color:var(--black);border:0;border-radius:10px;padding:12px 14px;text-align:left;cursor:pointer;font-weight:600}.section{padding:90px 0}.hero{padding:32px 0 40px;background:var(--white)}.hero-grid{display:grid;grid-template-columns:1fr 520px;grid-template-areas:"text ill";gap:60px;align-items:center}.hero-text{grid-area:text}.hero-illustration{grid-area:ill}.hero-text h1{font-size:44px;margin-bottom:18px;line-height:1.08;letter-spacing:-.04em}.hero-text p{color:var(--muted);font-size:18px;line-height:1.65;margin-bottom:30px}.hero-actions{margin-top:6px}.hero-illustration svg,.feature-illustration svg,.feature-card svg{width:100%;height:auto;animation:none!important;transition:none!important;display:block}#feature-review{background:var(--card-bg)}.feature-grid{display:grid;grid-template-columns:1fr 420px;grid-template-areas:"text ill";gap:60px;align-items:center}.feature-illustration{grid-area:ill}.feature-text{grid-area:text}.feature-text h2{font-size:34px;margin-bottom:16px;line-height:1.08;letter-spacing:-.04em}.feature-text p{color:var(--muted);line-height:1.65;margin-bottom:28px}.feature-cta{margin-top:6px}#features{background:var(--white)}.section-title{font-size:28px;margin-bottom:40px;text-align:center;line-height:1.15;letter-spacing:-.03em}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}.feature-card{background:var(--card-bg);padding:30px;border-radius:14px;text-align:center;transition:.25s;cursor:pointer;border:none;height:100%;display:flex;flex-direction:column;align-items:center}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000a}.card-ill{width:100%;max-width:160px;margin-bottom:12px}.feature-card h3{margin-bottom:8px}.feature-card p{line-height:1.6}.hl{position:relative;display:inline;z-index:0;white-space:nowrap}.hl:before{content:"";position:absolute;left:-.08em;right:-.08em;top:56%;height:.72em;transform:translateY(-50%) rotate(-1.5deg) skew(-2deg);border-radius:999px;z-index:-1;opacity:.95}.hl-green:before{background:var(--hl-green)}.cta{background:var(--black);color:var(--white);border:none;padding:14px 22px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:.25s}.cta:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000024}.faq{background:var(--white);color:var(--text);padding-bottom:40px}.faq-grid{display:grid;gap:12px;margin-top:16px}.faq-item{border-top:1px solid var(--black)}.faq-q{width:100%;text-align:left;padding:14px;background:var(--black);color:var(--white);border:0;cursor:pointer;font-weight:600;display:flex;justify-content:space-between;align-items:center;border-radius:6px 6px 0 0}.faq-a{padding:14px;background:var(--white);color:var(--text);border-top:1px solid var(--border);border-radius:0 0 6px 6px}.landing-footer{background:var(--black);color:var(--white);padding:40px 0;margin-top:40px;border-top:0}.footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:24px;align-items:start}.footer-brand{font-weight:700;font-size:18px;color:var(--white);margin-bottom:10px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:8px}.footer-links .link-btn{background:none;border:0;color:var(--white);cursor:pointer;padding:0;font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:16px;padding-top:24px;margin-top:24px}.modal{position:fixed;inset:0;background:#00000080;display:grid;place-items:center;padding:24px;z-index:200}.modal-panel{width:min(100%,480px);background:var(--white);border-radius:18px;padding:28px;position:relative;box-shadow:0 24px 80px #00000038}.modal-close{position:absolute;top:14px;right:14px;border:0;background:var(--card-bg);width:34px;height:34px;border-radius:999px;cursor:pointer}.modal-panel h2{font-size:28px;margin-bottom:10px}.form-row{display:grid;gap:8px;margin-top:18px}.label{font-size:14px;font-weight:600}.form-row input{width:100%;border:1px solid var(--border);border-radius:10px;padding:12px 14px;outline:none}.form-row input:focus{border-color:var(--black)}@media(max-width:1000px){.hero-grid,.feature-grid{grid-template-columns:1fr;grid-template-areas:"ill" "text";gap:34px}.hero-text,.feature-text{text-align:center}.hero-text h1{font-size:38px}.feature-text h2{font-size:30px}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:600px){.container{padding:0 16px}.hero{padding:28px 0 34px}.hero-text h1{font-size:32px;line-height:1.12}.hero-text p{font-size:16px}.feature-text h2{font-size:28px;line-height:1.12}.section{padding:64px 0}.features-grid{grid-template-columns:1fr}.hero-actions{display:flex;justify-content:center}.nav-center,.auth-actions{display:none}.nav-toggle{display:block;margin-left:auto}.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}.auth-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#fff}.auth-card{width:360px;padding:32px;border-radius:12px;background:#fff;border:1px solid #1f1f2a;display:flex;flex-direction:column}.auth-card h1{font-size:26px;margin-bottom:6px}.auth-card p{font-size:14px;color:#a1a1aa;margin-bottom:24px}.auth-card input{margin-bottom:14px;padding:12px;border-radius:8px;border:1px solid #1f1f2a;background:transparent;color:#000;font-size:14px}.auth-card input:focus{outline:none;border-color:#7c5cff}.auth-card button{margin-top:10px;padding:12px;border-radius:8px;border:none;background:#000;color:#fff;font-size:15px;cursor:pointer}.auth-footer{margin-top:18px;font-size:13px;color:#a1a1aa;text-align:center}.auth-footer a{color:#7c5cff;text-decoration:none}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;background:#fff}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5;color:#111}
