*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Sora,sans-serif;line-height:1.5;font-weight:400;color:#fff;background:#0a0a0f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0e12226b;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%);border-bottom:1px solid rgba(164,178,255,.24);box-shadow:inset 0 -1px #ffffff0a;transition:all .3s ease}.header__content{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:center}.header__auth-links{display:flex;align-items:center;gap:10px}.header__auth-link{padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;border-radius:999px;transition:all .22s ease;border:1px solid rgba(166,181,255,.34);background:#29336833;color:#e8ecff}.header__auth-link--register{background:#5c72f652;border-color:#aabaff8a}.header__auth-link--register:hover{background:#7086ff6b;border-color:#c2ceffc2;transform:translateY(-1px);box-shadow:0 8px 18px #202f7d47}.header__auth-link--login{background:#1b23503d}.header__auth-link--login:hover{background:#2f3b7e57;border-color:#b5c4ff8f;transform:translateY(-1px)}@media(max-width:768px){.header__content{padding:0 16px;height:56px}.header__auth-link{padding:6px 12px;font-size:13px}}.footer{position:relative;background:#0e12226b;border-top:1px solid rgba(164,178,255,.24);box-shadow:inset 0 1px #ffffff0a;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%);padding:16px 0 14px;margin-top:0}.footer__content{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:8px}.footer__title{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#e4ebffc7;margin-bottom:0;text-align:center}.footer__legal{width:min(980px,100%);display:flex;justify-content:center;flex-wrap:wrap;gap:6px 8px;padding:8px 10px;border-radius:12px;border:1px solid rgba(153,169,247,.2);background:#1d254938}.footer__item{display:inline-flex;align-items:center;font-size:11px;font-weight:500;color:#e2e9ffd6;padding:4px 8px;border-radius:999px;border:1px solid rgba(166,180,255,.18);background:#5a6cc91f;text-align:center;line-height:1.3}.footer__links{margin-top:2px;display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.footer__link{color:#c5d0ffe6;text-decoration:none;font-size:11px;border-bottom:1px dashed rgba(197,208,255,.42);line-height:1.2;transition:color .2s ease,border-color .2s ease}.footer__link:hover{color:#edf2ff;border-bottom-color:#edf2ffbf}@media(max-width:768px){.footer{padding:14px 0 12px}.footer__content{padding:0 16px;gap:7px}.footer__legal{justify-content:center;gap:6px;padding:8px}.footer__title{font-size:10px}.footer__item{font-size:10px;padding:4px 7px}.footer__links{gap:10px}.footer__link{font-size:10px}}.checklist__border{position:absolute;inset:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,#ff6b9d,#ff8f5a,#ffdd57,#4dabf7,#7c3aed,#c44dff,#ff6b9d);background-size:400% 400%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:rainbow-border 3s linear infinite;pointer-events:none;z-index:10}@keyframes rainbow-border{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.checklist{--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #6366f1;--color-bg: #ffffff;--color-bg-secondary: #f8fafc;--color-border: #e2e8f0;--color-text: #1e293b;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;position:relative;width:100%;max-width:1000px;background:var(--color-bg);border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;animation:report-appear .4s cubic-bezier(.16,1,.3,1)}@keyframes report-appear{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.checklist__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#1e293b,#334155);color:#fff}.checklist__header-left{display:flex;flex-direction:column;gap:.25rem}.checklist__domain{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600}.checklist__domain svg{width:18px;height:18px;opacity:.7}.checklist__date{font-size:.8rem;opacity:.6}.checklist__header-right{display:flex;align-items:center;gap:1.5rem}.checklist__footer-actions{display:flex;gap:.5rem}.checklist__footer-actions .export-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem .85rem;border:1px solid var(--color-border);border-radius:8px;background:#fff;color:var(--color-text);font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.checklist__footer-actions .export-btn:hover{background:var(--color-bg-secondary);border-color:var(--color-info);transform:translateY(-1px)}.donut-chart{position:relative}.donut-percent{font-family:SF Pro Display,-apple-system,sans-serif;font-size:1rem;font-weight:700}.checklist__metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.25rem 2rem;background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border)}.metric{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border-radius:10px;border:1px solid var(--color-border)}.metric__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;font-weight:700;font-size:.875rem}.metric--success .metric__icon{background:#10b9811a;color:var(--color-success)}.metric--warning .metric__icon{background:#f59e0b1a;color:var(--color-warning)}.metric--error .metric__icon{background:#ef44441a;color:var(--color-error)}.metric__content{display:flex;flex-direction:column}.metric__value{font-size:1.25rem;font-weight:700;color:var(--color-text);line-height:1}.metric__label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.checklist__sections{padding:1.5rem 2rem}.analysis-section{background:#fff;border:1px solid var(--color-border);border-radius:12px;margin-bottom:1.25rem;overflow:hidden}.analysis-section:last-child{margin-bottom:0}.analysis-section__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);cursor:default}.analysis-section__left{display:flex;align-items:center;gap:.875rem}.analysis-section__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:none}.analysis-section__icon svg{width:20px;height:20px}.group-hook .analysis-section__icon{background:linear-gradient(135deg,#f43f5e,#fb7185)}.group-hook .analysis-section__icon svg{color:#fff}.group-cro .analysis-section__icon{background:linear-gradient(135deg,#22c55e,#4ade80)}.group-cro .analysis-section__icon svg{color:#fff}.group-ai .analysis-section__icon,.group-aiStructure .analysis-section__icon{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.group-ai .analysis-section__icon svg,.group-aiStructure .analysis-section__icon svg{color:#fff}.group-eat .analysis-section__icon{background:linear-gradient(135deg,#0ea5e9,#38bdf8)}.group-eat .analysis-section__icon svg{color:#fff}.group-meta .analysis-section__icon,.group-metaSocial .analysis-section__icon{background:linear-gradient(135deg,#6366f1,#818cf8)}.group-meta .analysis-section__icon svg,.group-metaSocial .analysis-section__icon svg{color:#fff}.group-copywriting .analysis-section__icon{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.group-copywriting .analysis-section__icon svg{color:#fff}.group-tech .analysis-section__icon,.group-techHygiene .analysis-section__icon{background:linear-gradient(135deg,#64748b,#94a3b8)}.group-tech .analysis-section__icon svg,.group-techHygiene .analysis-section__icon svg{color:#fff}.analysis-section__title-wrap{display:flex;flex-direction:column;gap:.125rem}.analysis-section__title{font-size:.95rem;font-weight:600;color:var(--color-text)}.analysis-section__subtitle{font-size:.75rem;color:var(--color-text-muted)}.analysis-section__badges{display:flex;gap:.5rem}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 .5rem;font-size:.75rem;font-weight:600;border-radius:6px}.badge--success{background:#10b98126;color:var(--color-success)}.badge--warning{background:#f59e0b26;color:var(--color-warning)}.badge--error{background:#ef444426;color:var(--color-error)}.analysis-section__content{padding:0}.checklist-table{width:100%;border-collapse:collapse;font-size:.8125rem}.checklist-table__header{display:grid;grid-template-columns:50px 200px 1fr 1fr;gap:0;padding:.625rem 1rem;background:#f1f5f9;font-weight:600;font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary);border-bottom:1px solid var(--color-border)}.checklist-table__col--status{width:50px;text-align:center}.checklist-table__col--name{width:200px}.checklist-table__col--current,.checklist-table__col--rec{text-align:left}.checklist-table__body{display:flex;flex-direction:column}.check-item{display:grid;grid-template-columns:50px 200px 1fr 1fr;gap:0;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--color-border);transition:background .15s ease}.check-item:last-child{border-bottom:none}.check-item:hover{background:#f8fafc}.check-item--success{background:#10b98108}.check-item--warning{background:#f59e0b08}.check-item--error{background:#ef444408}.check-item__status{display:flex;align-items:center;justify-content:center}.check-item__status-dot{width:10px;height:10px;border-radius:50%}.check-item__status-dot--success{background:var(--color-success)}.check-item__status-dot--warning{background:var(--color-warning)}.check-item__status-dot--error{background:var(--color-error)}.check-item__name{font-weight:500;color:var(--color-text);font-size:.8125rem}.check-item__current{font-size:.8rem;color:var(--color-text-secondary);line-height:1.4}.check-item__rec{font-size:.8rem;color:var(--color-text);padding-left:.5rem;border-left:2px solid var(--color-border)}.checklist__footer{padding:1rem 2rem;background:var(--color-bg-secondary);border-top:1px solid var(--color-border)}.checklist__footer-content{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--color-text-muted)}.checklist__footer-actions{display:flex;gap:.75rem}.export-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;color:#fff;background:#334155;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.export-btn:hover{background:#1e293b}.export-btn--secondary{background:#fff;color:#334155;border:1px solid #e2e8f0}.export-btn--secondary:hover{background:#f1f5f9}.ai-summary{margin:1.5rem 2rem;padding:0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;border:1px solid #bae6fd;overflow:hidden}.ai-summary__toggle{width:100%;padding:1rem 1.25rem;background:transparent;border:none;cursor:pointer;text-align:left}.ai-summary__toggle:hover{background:#ffffff4d}.ai-summary__header{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:#0369a1;text-transform:uppercase;letter-spacing:.5px}.ai-summary__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#8b5cf6,#a78bfa);border-radius:6px}.ai-summary__icon svg{width:14px;height:14px;color:#fff}.ai-summary__arrow{margin-left:auto;font-size:.7rem;color:#0369a1}.ai-summary__content{padding:0 1.25rem 1.25rem;border-top:1px solid #bae6fd}.ai-summary__text{font-size:.875rem;line-height:1.6;color:var(--color-text)}@media(max-width:768px){.checklist__metrics{grid-template-columns:repeat(2,1fr)}.checklist-table__header,.check-item{grid-template-columns:40px 1fr 1fr}.checklist-table__col--current,.check-item__current{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0a0a0f;padding-top:64px}.hero__background{position:absolute;inset:0;z-index:0}.hero__gradient-1{position:absolute;width:600px;height:600px;top:-200px;left:-100px;background:radial-gradient(circle,rgba(255,0,128,.4) 0%,transparent 70%);filter:blur(80px);animation:float-1 8s ease-in-out infinite}.hero__gradient-2{position:absolute;width:500px;height:500px;bottom:-150px;right:-100px;background:radial-gradient(circle,rgba(0,200,255,.35) 0%,transparent 70%);filter:blur(80px);animation:float-2 10s ease-in-out infinite}.hero__gradient-3{position:absolute;width:400px;height:400px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(255,100,50,.25) 0%,transparent 70%);filter:blur(60px);animation:pulse-3 6s ease-in-out infinite}.hero__gradient-1:after,.hero__gradient-2:after{content:"";position:absolute;inset:0;background:conic-gradient(from 0deg,red,orange,#ff0,green,#00f,indigo,violet,red);filter:blur(40px);opacity:.5;animation:rotate-gradient 10s linear infinite}.hero__gradient-2:after{animation-direction:reverse;animation-duration:15s}.hero__noise{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none}.hero__content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;width:min(980px,100%)}.hero__title{font-family:Sora,sans-serif;font-size:clamp(3rem,10vw,6rem);font-weight:800;letter-spacing:-.03em;display:flex;align-items:baseline;gap:0;animation:title-appear 1.2s cubic-bezier(.16,1,.3,1) forwards;opacity:0;transform:translateY(30px)}.hero__title-text{background:linear-gradient(135deg,#fff,#e0e0e0,#ff6b9d,#c44dff,#4dabff);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 5s ease infinite;text-shadow:0 0 80px rgba(255,107,157,.3)}.hero__title-dot{font-size:.5em;background:linear-gradient(135deg,#ff6b9d,#c44dff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:pulse-dot 2s ease-in-out infinite}.hero__title-domain{font-size:.4em;font-weight:400;color:#ffffff80;letter-spacing:.1em;margin-left:.1em}.hero__subtitle-wrap{max-width:760px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.hero__subtitle{margin:0;color:#ecf0ffd6;font-size:clamp(14px,2.2vw,17px);line-height:1.55;letter-spacing:.01em}.hero__alpha-row{display:flex;justify-content:center}.hero__alpha-pill{position:relative;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(148,163,255,.38);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;color:#dbe3ff;background:#4654b42e;cursor:default;outline:none}.hero__alpha-dot{width:7px;height:7px;border-radius:50%;background:#8ea0ff;box-shadow:0 0 0 5px #8fa0ff2e}.hero__alpha-tooltip{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);width:min(340px,80vw);border-radius:12px;border:1px solid rgba(164,176,255,.35);background:#121628f0;color:#eef3ffeb;padding:9px 11px;font-size:12px;line-height:1.45;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.hero__alpha-pill:hover .hero__alpha-tooltip,.hero__alpha-pill:focus-visible .hero__alpha-tooltip{opacity:1;transform:translate(-50%) translateY(0)}.hero__form{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;animation:form-appear 1s cubic-bezier(.16,1,.3,1) .3s forwards;opacity:0;transform:translateY(20px)}.hero__loading-strip{width:min(760px,100%);border:1px solid rgba(150,165,255,.35);border-radius:14px;background:#161c366b;padding:10px 12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__loading-meta{display:flex;justify-content:space-between;gap:8px;font-size:12px;color:#e0e8ffdb;margin-bottom:8px}.hero__loading-meta strong{font-weight:700;color:#fff}.hero__loading-track{width:100%;height:8px;border-radius:999px;border:1px solid rgba(166,177,245,.35);background:#f5f7ff24;overflow:hidden}.hero__loading-fill{height:100%;display:block;width:45%;border-radius:inherit;animation:hero-loading-slide 1.1s ease-in-out infinite}.hero__loading-fill.analyzing{background:linear-gradient(90deg,#6f8cff,#4ea4ff)}.hero__loading-fill.saving{background:linear-gradient(90deg,#9b7cff,#ec7aa9);animation-duration:1.4s}.hero__error{width:min(760px,100%);border-radius:12px;border:1px solid rgba(255,146,146,.45);background:#56162059;color:#ffd8dc;font-size:13px;padding:10px 12px}.hero__input-wrapper{position:relative;width:320px;max-width:90vw}.hero__input{width:100%;padding:1.25rem 1.5rem;font-size:1rem;font-family:Sora,sans-serif;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:100px;color:#fff;outline:none;transition:all .4s cubic-bezier(.16,1,.3,1)}.hero__input::placeholder{color:#ffffff4d}.hero__input:focus{background:#ffffff0f;border-color:#ff6b9d80;box-shadow:0 0 0 4px #ff6b9d1a,0 0 40px #ff6b9d26}.hero__input-wrapper.focused .hero__input-glow{opacity:1}.hero__input-glow{position:absolute;inset:-2px;border-radius:100px;background:linear-gradient(90deg,#ff6b9d,#c44dff,#4dabff,#ff6b9d);background-size:300% 100%;filter:blur(10px);opacity:0;animation:glow-flow 3s linear infinite;z-index:-1;transition:opacity .3s}.hero__select{flex-shrink:0;padding:12px 16px;border-radius:100px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.85rem;cursor:pointer;transition:all .3s}.hero__select:hover{background:#ffffff14;border-color:#fff3}.hero__select option{background:#1a1a2e;color:#fff}.hero__button{position:relative;padding:1.25rem 2.5rem;font-size:1rem;font-family:Sora,sans-serif;font-weight:600;color:#fff;background:linear-gradient(135deg,#ff6b9d,#c44dff,#7c3aed);border:none;border-radius:100px;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.hero__button:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ff8fb3,#d96dff,#9f5afd);opacity:0;transition:opacity .3s}.hero__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 40px #c44dff66,0 0 20px #ff6b9d33}.hero__button:hover:not(:disabled):before{opacity:1}.hero__button:disabled{opacity:.5;cursor:not-allowed}.hero__button-text{position:relative;z-index:1}.hero__button.loading .hero__button-text{animation:pulse-text 1s ease-in-out infinite}.hero__button-loader{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;opacity:0;animation:none}.hero__button.loading .hero__button-loader{opacity:1;animation:spin .8s linear infinite}.hero__result{display:flex;flex-direction:column;align-items:center;gap:1.5rem;animation:result-appear .5s cubic-bezier(.16,1,.3,1)}.hero__score{display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero__score-label{font-size:.75rem;font-weight:500;letter-spacing:.2em;color:#ffffff80;text-transform:uppercase}.hero__score-value{font-family:Sora,sans-serif;font-size:4rem;font-weight:800;background:linear-gradient(135deg,#4dabff,#c44dff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__recommendations{display:flex;flex-direction:column;gap:.75rem;width:320px;max-width:90vw}.hero__recommendation{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:rec-appear .4s cubic-bezier(.16,1,.3,1) backwards}.hero__recommendation:nth-child(1){animation-delay:.1s}.hero__recommendation:nth-child(2){animation-delay:.2s}.hero__recommendation:nth-child(3){animation-delay:.3s}.hero__rec-category{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .75rem;border-radius:100px;background:#ffffff1a}.hero__rec-issue{font-size:.9rem;color:#fffc}.hero__recommendation.priority-high .hero__rec-category{background:#ff6b9d33;color:#ff6b9d}.hero__recommendation.priority-medium .hero__rec-category{background:#ffc83233;color:#ffc832}.hero__recommendation.priority-low .hero__rec-category{background:#4dabff33;color:#4dabff}.hero__particles{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.hero__particle{position:absolute;width:4px;height:4px;background:#fff9;border-radius:50%;left:var(--x);bottom:-10px;animation:particle-float var(--duration) ease-in-out infinite;animation-delay:var(--delay)}.hero__particle:nth-child(odd){background:#ff6b9dcc}.hero__particle:nth-child(3n){background:#4dabffcc}.hero__particle:nth-child(5n){background:#c44dffcc}@keyframes float-1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.95)}}@keyframes float-2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-40px,20px) scale(1.05)}66%{transform:translate(30px,-20px) scale(1.1)}}@keyframes pulse-3{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.25}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.4}}@keyframes rotate-gradient{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes title-appear{to{opacity:1;transform:translateY(0)}}@keyframes form-appear{to{opacity:1;transform:translateY(0)}}@keyframes glow-flow{0%{background-position:0% 50%}to{background-position:300% 50%}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes result-appear{0%{opacity:0;transform:scale(.9) translateY(20px)}}@keyframes rec-appear{0%{opacity:0;transform:translate(-20px)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.5}}@keyframes hero-loading-slide{0%{transform:translate(-70%)}to{transform:translate(220%)}}@keyframes particle-float{0%{transform:translateY(0) scale(1);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) scale(0);opacity:0}}@media(max-width:640px){.hero__content{padding:1rem}.hero{padding-top:56px}.hero__form{flex-direction:column;align-items:center}.hero__input-wrapper,.hero__button,.hero__loading-strip{width:100%}}.dash-shell{min-height:100vh;background:#f6f7fb;color:#12131a}.dash-topbar{height:64px;border-bottom:1px solid #e7e9f1;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:sticky;top:0;z-index:10}.dash-brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.01em}.dash-brand__dot{width:10px;height:10px;border-radius:999px;background:#6b7cff;box-shadow:0 0 0 4px #6b7cff26}.dash-user{display:flex;align-items:center;gap:12px}.dash-user__meta{text-align:right}.dash-user__email{font-size:13px;color:#232634}.dash-user__plan{font-size:11px;color:#697089}.dash-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;padding:18px;max-width:1520px;margin:0 auto}.dash-main{min-width:0;display:flex;flex-direction:column;gap:18px}.dash-sidebar{background:#fff;border:1px solid #e7e9f1;border-radius:18px;padding:14px;height:fit-content;position:sticky;top:82px;box-shadow:0 10px 24px #2d3d850a}.dash-sidebar__title{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#8b92a8;margin-bottom:8px;padding:0 6px}.dash-menu{display:flex;flex-direction:column;gap:6px}.dash-menu__item{display:flex;align-items:center;gap:10px;text-decoration:none;color:#2f3342;border-radius:999px;padding:9px 12px;border:1px solid transparent;transition:all .18s ease;font-size:14px}.dash-menu__item:hover{background:#f4f6ff;border-color:#e2e7ff}.dash-menu__item.active{background:#eef1ff;border-color:#dce4ff;color:#25326f}.dash-menu__icon{width:18px;text-align:center;color:#6b7390}.dash-card{background:#fff;border:1px solid #e7e9f1;border-radius:18px;padding:16px}.dash-card__title{font-size:15px;font-weight:700;margin-bottom:10px}.dash-card__sub{font-size:13px;color:#6f7590}.dash-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.dash-analytics-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:12px}.dash-kpi{background:#fff;border:1px solid #e7e9f1;border-radius:14px;padding:14px}.dash-kpi--critical{border-color:#f1d0d0;background:snow}.dash-kpi--warning{border-color:#f4e1b9;background:#fffdf6}.dash-kpi--good{border-color:#d7ecd8;background:#f8fdf8}.dash-kpi__label{font-size:12px;color:#7b829d;margin-bottom:6px}.dash-kpi__value{font-size:24px;font-weight:700;color:#1a1d28}.dash-kpi__hint{margin-top:4px;font-size:12px;color:#8b92a8}.dash-btn{border:1px solid #d9deed;border-radius:999px;height:38px;padding:0 16px;font-size:13px;font-weight:600;cursor:pointer;transition:all .18s ease}.dash-btn--primary{background:#5b6fff;border-color:#5b6fff;color:#fff}.dash-btn--primary:hover{background:#4f63f4}.dash-btn--ghost{background:#fff;color:#2f3445}.dash-btn--ghost:hover{background:#f3f5fb}.auth-screen{min-height:100vh;background:#f6f7fb;display:grid;place-items:center;padding:24px}.auth-wrap{width:100%;max-width:460px}.auth-card{background:#fff;border:1px solid #e7e9f1;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:14px}.auth-card__header h2{font-size:22px;margin-bottom:4px}.auth-card__header p{font-size:13px;color:#6f7590}.auth-card__fields{display:flex;flex-direction:column;gap:10px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field span{font-size:12px;color:#6f7590}.auth-field input{height:42px;border-radius:12px;border:1px solid #dce1ef;padding:0 12px;font-size:14px;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.auth-field input:focus{border-color:#7a8aff;box-shadow:0 0 0 4px #7a8aff26}.auth-error{border:1px solid #ffd6d6;background:#fff2f2;color:#c84545;border-radius:12px;font-size:13px;padding:10px 12px}.auth-submit{width:100%}.auth-switch{margin-top:10px;display:flex;justify-content:center;gap:6px;font-size:13px;color:#6f7590}.auth-switch button{background:transparent;border:none;color:#4d61f0;font-weight:600;cursor:pointer}.audit-form{display:flex;gap:8px}.audit-form input{flex:1;height:42px;border-radius:12px;border:1px solid #dce1ef;padding:0 12px;font-size:14px}.audit-form input:focus{outline:none;border-color:#7a8aff}.audit-progress{margin-top:10px;border:1px solid #d9e0fa;border-radius:12px;padding:10px;background:#f8faff}.audit-progress__head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;color:#4e5878}.audit-progress__head strong{color:#243062}.audit-progress__track{height:8px;border-radius:999px;border:1px solid #dbe3ff;background:#edf1ff;overflow:hidden}.audit-progress__fill{height:100%;display:block;border-radius:inherit;transition:width .35s ease;background:linear-gradient(90deg,#6b7cff,#4cb2ff)}.dash-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dash-section-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed #eceff7;padding:8px 0;font-size:13px}.dash-section-row:last-child{border-bottom:none}.dash-row-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.dash-action-grid{display:grid;grid-template-columns:1fr;gap:8px}.dash-empty-hint{border:1px dashed #d6dff7;border-radius:12px;padding:12px;font-size:13px;color:#6f7590;background:#f8faff}.badge{border-radius:999px;padding:2px 8px;font-size:11px;border:1px solid}.badge--good{border-color:#b8efcf;color:#188652;background:#effcf5}.badge--warn{border-color:#ffe2a6;color:#9a6a00;background:#fff8ea}.badge--neutral{border-color:#d8deef;color:#3d4767;background:#f7f8fc}.badge--missing{border-color:#f0b7b7;color:#a53838;background:#fff3f3}.history-list{display:flex;flex-direction:column;gap:10px}.history-item{border:1px solid #e6e9f3;border-radius:14px;padding:12px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.history-item:hover{border-color:#d9e0fa;box-shadow:0 6px 14px #303f870f}.history-item.active{border-color:#cfd9ff;background:#f9faff}.history-item__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.history-item__meta{display:inline-flex;align-items:center;gap:8px;min-width:0;color:#5b6280;font-size:12px}.history-item__dot{width:4px;height:4px;border-radius:999px;background:#a8b2d3;flex-shrink:0}.history-item__url{font-size:13px;color:#232944;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:780px}.history-item__scores{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:10px}.history-score-card{border:1px solid #eaedf7;border-radius:10px;padding:8px 10px;background:#fff;min-height:56px;display:flex;flex-direction:column;justify-content:space-between}.history-score-card__label{font-size:11px;color:#737c9a}.history-item__types{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:10px;align-items:center}.history-item__types>div{display:inline-flex;align-items:center;gap:8px}.history-item__label{color:#737c9a;font-size:12px}.history-blocks{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.history-block-chip{border:1px solid #e4e8f5;border-radius:999px;padding:4px 8px;display:inline-flex;gap:6px;align-items:center;font-size:11px;background:#f8f9fc;color:#2c3554}.history-block-chip strong{font-size:12px}.history-block-chip--good{border-color:#b8efcf;background:#effcf5;color:#18744a}.history-block-chip--warn{border-color:#ffe2a6;background:#fff8ea;color:#946700}.history-block-chip--empty{border-style:dashed;color:#7d86a5}.history-item__summary{border-top:1px dashed #e9edf8;padding-top:8px;color:#2f3448;font-size:13px;line-height:1.45}.trend-chart{width:100%}.trend-chart svg{width:100%;height:198px}.trend-chart__axis{stroke:#dfe5f7;stroke-width:1}.trend-chart__line{fill:none;stroke:var(--series-color, #5b6fff);stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round}.trend-chart__dot{fill:var(--series-color, #5b6fff);stroke:#fff;stroke-width:2}.trend-chart__x-label{font-size:10px;fill:#8993b3}.trend-chart__legend{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px 12px}.trend-chart__legend-item{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#525d7e}.trend-chart__legend-dot{width:8px;height:8px;border-radius:999px;background:var(--series-color, #5b6fff)}.trend-chart__labels{margin-top:8px;display:flex;justify-content:space-between;font-size:11px;color:#7e87a5}.status-stack{display:flex;flex-direction:column;gap:10px}.status-stack__track{width:100%;height:14px;border-radius:999px;background:#eef1f8;border:1px solid #e4e8f5;overflow:hidden;display:flex}.status-stack__segment{height:100%;transition:width .24s ease}.status-stack__segment--critical{background:#ef6a6a}.status-stack__segment--warning{background:#f2bd59}.status-stack__segment--success{background:#56c583}.status-stack__segment--neutral{background:#8f9ab9}.status-stack__legend{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.status-stack__legend-item{border:1px solid #e9edf8;border-radius:10px;padding:8px;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;font-size:12px}.status-stack__dot{width:8px;height:8px;border-radius:999px}.status-stack__dot--critical{background:#ef6a6a}.status-stack__dot--warning{background:#f2bd59}.status-stack__dot--success{background:#56c583}.status-stack__dot--neutral{background:#8f9ab9}.status-stack__name{color:#4c546f}.status-stack__value{color:#202742}.block-score-list{display:flex;flex-direction:column;gap:8px}.block-score-row{border:1px solid #e7ebf7;border-radius:12px;padding:8px 10px;background:#fcfdff}.block-score-row__head{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-bottom:6px}.block-score-row__head strong{color:#202741}.block-score-row__track{height:8px;border-radius:999px;background:#edf1fb;overflow:hidden;border:1px solid #e4e9f8}.block-score-row__fill{height:100%;display:block;border-radius:inherit;transition:width .22s ease}.block-score-row__fill--good{background:#4ec27e}.block-score-row__fill--warn{background:#f1ba54}.block-score-row__fill--bad{background:#ec6d6d}.block-score-row__empty{height:100%;display:block;background:repeating-linear-gradient(-45deg,#edf1fb,#edf1fb 6px,#e8edf8 6px 12px)}.compare-controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:10px;align-items:end}.compare-field{display:flex;flex-direction:column;gap:6px}.compare-field span{font-size:12px;color:#6f7590}.compare-field select{height:40px;border-radius:12px;border:1px solid #dce1ef;padding:0 10px;font-size:13px;color:#1f2538;background:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.compare-field select:focus{border-color:#7a8aff;box-shadow:0 0 0 4px #7a8aff1f}.compare-field select:disabled{color:#a0a7bf;background:#f4f6fb}.history-table{width:100%;border-collapse:collapse}.history-table-wrap{overflow-x:auto;border:1px solid #e7e9f1;border-radius:12px}.history-table th,.history-table td{padding:10px;border-bottom:1px solid #edf0f8;font-size:13px;text-align:left;vertical-align:top}.history-table th{color:#7b829d;font-weight:600}.history-table tr:hover td{background:#f8faff}.history-table--compact th,.history-table--compact td{padding:8px 10px}.history-cell-url{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-cell-host{margin-top:2px;font-size:11px;color:#7e87a5}.history-cell-summary{max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2f3550}.history-cell-summary--multiline{white-space:normal;line-height:1.45}.history-link-btn{border:none;background:transparent;color:#4058e7;font-size:12px;margin-top:6px;padding:0;cursor:pointer}.history-link-btn:hover{color:#3248cb}.history-drawer-layer{position:fixed;inset:0;z-index:50;display:flex;justify-content:flex-end}.history-drawer-backdrop{position:absolute;inset:0;border:none;background:#141b3561}.history-drawer{position:relative;width:min(840px,calc(100vw - 30px));height:100vh;background:#f7f9ff;border-left:1px solid #dde4f8;box-shadow:-12px 0 28px #0f183426;padding:16px;overflow-y:auto}.history-drawer__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.history-drawer__title{font-size:16px;font-weight:700;margin-bottom:4px}.history-drawer__sub{color:#6f7692;font-size:12px}.history-detail-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px}.history-detail-kpi{border:1px solid #e0e6f7;border-radius:12px;background:#fff;padding:10px;display:flex;flex-direction:column;gap:6px;font-size:12px}.history-detail-kpi span{color:#707897}.history-detail-kpi strong{color:#222a47;overflow-wrap:anywhere}.history-detail-summary{font-size:13px;line-height:1.55;color:#262d49}.history-detail-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.history-detail-groups{display:flex;flex-direction:column;gap:12px}.history-detail-group{border:1px solid #e4e9f8;border-radius:12px;background:#fff;overflow:hidden}.history-detail-group__title{padding:10px 12px;border-bottom:1px solid #eceff8;font-size:13px;font-weight:700;color:#2a3252;background:#f8faff}.history-table--detail th,.history-table--detail td{font-size:12px;padding:8px 10px}.skeleton{background:linear-gradient(90deg,#eef1f8 25%,#f7f9fd,#eef1f8 75%);background-size:200% 100%;animation:shimmer 1.6s linear infinite;border-radius:12px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1100px){.dash-grid{grid-template-columns:1fr}.dash-sidebar{position:static}.dash-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-analytics-grid,.dash-sections,.compare-controls{grid-template-columns:1fr}.history-item__scores{grid-template-columns:repeat(2,minmax(0,1fr))}.status-stack__legend{grid-template-columns:1fr}.history-drawer{width:calc(100vw - 12px);padding:12px}.history-detail-metrics{grid-template-columns:1fr}}@media(max-width:760px){.dash-topbar{padding:0 12px}.dash-grid{padding:12px;gap:12px}.dash-kpi-grid{grid-template-columns:1fr}.dash-row-head{flex-direction:column}.history-cell-url,.history-cell-summary{max-width:220px}}
