.ahrs-app{--ahrs-ink:#14213d;--ahrs-brand:#173f5f;--ahrs-accent:#2563eb;--ahrs-soft:#f6f8fc;--ahrs-line:#e5eaf2;--ahrs-muted:#667085;--ahrs-ok:#15803d;box-sizing:border-box;width:100%;color:var(--ahrs-ink);font-family:inherit;line-height:1.55}.ahrs-app *{box-sizing:border-box}.ahrs-app a{color:inherit}.ahrs-shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}.ahrs-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0;border-bottom:1px solid var(--ahrs-line)}.ahrs-brand{display:flex;align-items:center;gap:11px;text-decoration:none}.ahrs-brand>span:last-child{display:flex;flex-direction:column;line-height:1.15}.ahrs-brand strong{font-size:15px}.ahrs-brand small{font-size:11px;color:var(--ahrs-muted);margin-top:3px}.ahrs-logo{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--ahrs-brand);color:#fff;font-weight:800;font-size:13px}.ahrs-topbar nav{display:flex;gap:22px;align-items:center}.ahrs-topbar nav a{text-decoration:none;font-size:14px;font-weight:650}.ahrs-hero{padding:72px 0;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:54px;align-items:center}.ahrs-kicker{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:var(--ahrs-accent);margin-bottom:10px}.ahrs-hero h1,.ahrs-page-title h1,.ahrs-welcome h1,.ahrs-auth h1{font-size:clamp(34px,5vw,60px);line-height:1.05;letter-spacing:-.035em;margin:0 0 20px;color:var(--ahrs-ink)}.ahrs-hero>div:first-child>p,.ahrs-page-title>p,.ahrs-welcome p,.ahrs-auth-copy>p{max-width:720px;color:var(--ahrs-muted);font-size:18px;margin:0}.ahrs-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.ahrs-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 17px;border:1px solid var(--ahrs-line);border-radius:10px;background:#fff;color:var(--ahrs-ink)!important;text-decoration:none!important;font-weight:750;font-size:14px;cursor:pointer}.ahrs-btn.primary{background:var(--ahrs-brand);border-color:var(--ahrs-brand);color:#fff!important}.ahrs-hero-card{border:1px solid var(--ahrs-line);background:var(--ahrs-soft);border-radius:22px;padding:28px}.ahrs-hero-card>span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--ahrs-muted)}.ahrs-hero-card ol{margin:18px 0 0;padding:0;counter-reset:steps;list-style:none}.ahrs-hero-card li{counter-increment:steps;position:relative;padding:13px 0 13px 44px;border-bottom:1px solid var(--ahrs-line);font-weight:650}.ahrs-hero-card li:last-child{border-bottom:0}.ahrs-hero-card li:before{content:counter(steps);position:absolute;left:0;top:9px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--ahrs-line);font-size:12px}.ahrs-section{padding:66px 0}.ahrs-section-head h2,.ahrs-login-section h2,.ahrs-panel h2{margin:0;color:var(--ahrs-ink)}.ahrs-section-head h2,.ahrs-login-section h2{font-size:34px;letter-spacing:-.025em}.ahrs-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}.ahrs-service-card{border:1px solid var(--ahrs-line);border-radius:16px;background:#fff;padding:22px;min-height:250px;display:flex;flex-direction:column}.ahrs-service-icon{width:38px;height:38px;border-radius:10px;background:var(--ahrs-soft);display:grid;place-items:center;font-weight:800;color:var(--ahrs-brand);margin-bottom:20px}.ahrs-category{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ahrs-muted);font-weight:750}.ahrs-service-card h3{font-size:18px;margin:7px 0 10px}.ahrs-service-card p{font-size:14px;color:var(--ahrs-muted);margin:0 0 18px}.ahrs-service-card a{margin-top:auto;font-weight:750;text-decoration:none;font-size:14px}.ahrs-login-section{display:grid;grid-template-columns:1fr 430px;gap:54px;align-items:center;padding:58px;border:1px solid var(--ahrs-line);border-radius:22px;background:var(--ahrs-soft);margin-block:40px 70px}.ahrs-login-section p{color:var(--ahrs-muted);max-width:600px}.ahrs-login-card{background:#fff;border:1px solid var(--ahrs-line);border-radius:16px;padding:22px}.ahrs-login-card label{display:block;font-size:13px;font-weight:700;margin:0 0 14px}.ahrs-login-card input[type=text],.ahrs-login-card input[type=password]{width:100%;margin-top:6px;border:1px solid #cfd6e2;border-radius:9px;padding:10px 12px}.ahrs-login-card .button{border:0;border-radius:9px;background:var(--ahrs-brand);color:#fff;padding:10px 15px;font-weight:700}.ahrs-auth{padding:62px 0;display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;align-items:start}.ahrs-auth h1{font-size:46px}.ahrs-auth-copy ul{margin:28px 0;padding:0;list-style:none}.ahrs-auth-copy li{padding:10px 0;border-bottom:1px solid var(--ahrs-line)}.ahrs-panel{background:#fff;border:1px solid var(--ahrs-line);border-radius:16px;padding:24px;box-shadow:0 1px 2px rgba(16,24,40,.02)}.ahrs-form h2{margin-bottom:20px}.ahrs-form label{display:block;font-weight:700;font-size:13px;margin-bottom:17px}.ahrs-form input,.ahrs-form select,.ahrs-form textarea,.ahrs-message-form textarea{display:block;width:100%;margin-top:6px;border:1px solid #cfd6e2;border-radius:9px;padding:11px 12px;background:#fff;color:var(--ahrs-ink);font:inherit;font-size:14px}.ahrs-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.ahrs-form-note{background:var(--ahrs-soft);border-radius:10px;padding:12px 14px;color:var(--ahrs-muted);font-size:13px;margin-bottom:18px}.ahrs-conditional{display:none;border-top:1px solid var(--ahrs-line);border-bottom:1px solid var(--ahrs-line);padding:18px 0 4px;margin:8px 0 20px}.ahrs-conditional.active{display:block}.ahrs-conditional h3{font-size:16px;margin:0 0 15px}.ahrs-dashboard{padding:50px 0 70px}.ahrs-welcome{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:26px}.ahrs-welcome h1{font-size:42px;margin-bottom:8px}.ahrs-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.ahrs-stats>div{border:1px solid var(--ahrs-line);border-radius:14px;padding:18px 20px;background:var(--ahrs-soft)}.ahrs-stats span{display:block;color:var(--ahrs-muted);font-size:12px;font-weight:700}.ahrs-stats strong{display:block;font-size:30px;margin-top:5px}.ahrs-panel-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px}.ahrs-panel-head p{margin:4px 0 0;color:var(--ahrs-muted);font-size:13px}.ahrs-request-list{border-top:1px solid var(--ahrs-line)}.ahrs-request-row{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:19px 0;border-bottom:1px solid var(--ahrs-line);text-decoration:none!important}.ahrs-request-row h3{margin:4px 0 4px;font-size:16px}.ahrs-request-row p{margin:0;color:var(--ahrs-muted);font-size:12px}.ahrs-ref{font-size:11px;font-weight:800;letter-spacing:.06em;color:var(--ahrs-accent)}.ahrs-row-progress{display:grid;grid-template-columns:auto 110px 42px;gap:10px;align-items:center}.ahrs-status{display:inline-flex;border-radius:999px;padding:5px 9px;background:#eef2f7;font-size:11px;font-weight:800;white-space:nowrap}.ahrs-status.completed,.ahrs-status.closed{background:#ecfdf3;color:#027a48}.ahrs-status.awaiting_client,.ahrs-status.client_review{background:#fff7ed;color:#c2410c}.ahrs-status.in_progress,.ahrs-status.quality_review{background:#eff6ff;color:#1d4ed8}.ahrs-mini-progress,.ahrs-progress-track{height:7px;background:#edf0f5;border-radius:999px;overflow:hidden}.ahrs-mini-progress i,.ahrs-progress-track i{display:block;height:100%;background:var(--ahrs-accent);border-radius:999px}.ahrs-empty{text-align:center;padding:50px 20px}.ahrs-empty p{color:var(--ahrs-muted)}.ahrs-narrow{width:min(820px,calc(100% - 32px));padding:48px 0 70px}.ahrs-page-title>a{display:inline-block;text-decoration:none;font-size:13px;font-weight:700;margin-bottom:24px}.ahrs-page-title h1{font-size:42px;margin-bottom:8px}.ahrs-page-title{margin-bottom:25px}.ahrs-request-page{padding:46px 0 70px}.ahrs-request-heading{display:flex;justify-content:space-between;align-items:end;gap:20px}.ahrs-request-heading h1{font-size:36px;margin:5px 0}.ahrs-request-heading p{margin:0;color:var(--ahrs-muted)}.ahrs-progress-panel{border:1px solid var(--ahrs-line);border-radius:16px;padding:24px;margin:25px 0;background:var(--ahrs-soft)}.ahrs-progress-top{display:flex;justify-content:space-between;align-items:end}.ahrs-progress-top span{display:block;color:var(--ahrs-muted);font-size:12px;font-weight:700}.ahrs-progress-top strong{font-size:30px}.ahrs-progress-top p{margin:0;color:var(--ahrs-muted);font-size:12px}.ahrs-progress-track{height:9px;margin:15px 0 22px;background:#e4e9f1}.ahrs-milestones{display:flex;justify-content:space-between;gap:8px;overflow-x:auto;padding-bottom:2px}.ahrs-milestones>div{min-width:86px;flex:1;text-align:center;color:#98a2b3}.ahrs-milestones>div>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px;background:#fff;border:1px solid var(--ahrs-line);font-size:11px;font-weight:800}.ahrs-milestones small{font-size:10px;line-height:1.2;display:block}.ahrs-milestones .done,.ahrs-milestones .current{color:var(--ahrs-brand)}.ahrs-milestones .done>span{background:var(--ahrs-brand);border-color:var(--ahrs-brand);color:#fff}.ahrs-milestones .current>span{border:2px solid var(--ahrs-accent);color:var(--ahrs-accent)}.ahrs-content-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:20px;align-items:start}.ahrs-content-grid>.ahrs-panel,.ahrs-content-grid>div>.ahrs-panel,.ahrs-content-grid>aside>.ahrs-panel{margin-bottom:20px}.ahrs-timeline article{display:grid;grid-template-columns:16px 1fr;gap:12px;position:relative;padding:0 0 22px}.ahrs-timeline article>span{width:9px;height:9px;border-radius:50%;background:var(--ahrs-accent);margin-top:7px}.ahrs-timeline article:after{content:"";position:absolute;left:4px;top:18px;bottom:0;border-left:1px solid var(--ahrs-line)}.ahrs-timeline article:last-child:after{display:none}.ahrs-timeline article>div>div{display:flex;justify-content:space-between;gap:14px}.ahrs-timeline strong{font-size:14px}.ahrs-timeline time,.ahrs-timeline small{font-size:11px;color:var(--ahrs-muted)}.ahrs-timeline p{font-size:13px;color:var(--ahrs-muted);margin:5px 0}.ahrs-summary dl{margin:18px 0}.ahrs-summary dl>div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--ahrs-line);font-size:12px}.ahrs-summary dt{color:var(--ahrs-muted)}.ahrs-summary dd{margin:0;text-align:right;font-weight:700}.ahrs-summary h3{font-size:13px;margin:20px 0 8px}.ahrs-summary>p{font-size:13px;color:var(--ahrs-muted)}.ahrs-summary-data{background:var(--ahrs-soft);border-radius:10px;padding:4px 12px}.ahrs-summary-data>div{padding:8px 0;border-bottom:1px solid var(--ahrs-line)}.ahrs-summary-data>div:last-child{border-bottom:0}.ahrs-summary-data span,.ahrs-summary-data strong{display:block;font-size:11px}.ahrs-summary-data span{color:var(--ahrs-muted)}.ahrs-summary-data strong{margin-top:2px}.ahrs-muted{color:var(--ahrs-muted);font-size:13px}.ahrs-message{max-width:82%;padding:10px 12px;border-radius:12px;background:var(--ahrs-soft);margin:10px 0}.ahrs-message.client{margin-left:auto;background:#eff6ff}.ahrs-message span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.ahrs-message p{font-size:13px;margin:4px 0}.ahrs-message small{font-size:10px;color:var(--ahrs-muted)}.ahrs-message-form{border-top:1px solid var(--ahrs-line);padding-top:16px;margin-top:18px}.ahrs-message-form .ahrs-btn{margin-top:10px}.ahrs-document{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--ahrs-line);text-decoration:none!important}.ahrs-document>span{width:34px;height:34px;border-radius:8px;background:var(--ahrs-soft);display:grid;place-items:center;font-size:9px;font-weight:800}.ahrs-document strong,.ahrs-document small{display:block}.ahrs-document strong{font-size:12px}.ahrs-document small{font-size:10px;color:var(--ahrs-muted)}
@media(max-width:900px){.ahrs-service-grid{grid-template-columns:repeat(2,1fr)}.ahrs-hero,.ahrs-auth,.ahrs-login-section,.ahrs-content-grid{grid-template-columns:1fr}.ahrs-login-section{padding:30px}.ahrs-milestones{justify-content:flex-start}.ahrs-milestones>div{flex:0 0 100px}}
@media(max-width:640px){.ahrs-shell{width:min(100% - 22px,1180px)}.ahrs-topbar{align-items:flex-start}.ahrs-topbar nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.ahrs-topbar nav a{font-size:12px}.ahrs-hero{padding:48px 0;gap:28px}.ahrs-service-grid,.ahrs-grid-2,.ahrs-stats{grid-template-columns:1fr}.ahrs-login-section{margin-inline:11px;width:auto}.ahrs-welcome,.ahrs-progress-top,.ahrs-request-heading{align-items:flex-start;flex-direction:column}.ahrs-request-row{grid-template-columns:1fr}.ahrs-row-progress{grid-template-columns:auto 1fr 38px}.ahrs-panel{padding:18px}.ahrs-auth{padding-top:40px}}
