:root{--bg: #fbfbfd;--card: #fff;--line: #ededf0;--text: #101014;--muted: #7d7d86;--icon-bg: #f8f8fa;--green: #36b963;--green-bg: #e9f9ee;--yellow: #d92b2b;--yellow-bg: #ffeaea;--ui: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{background:var(--bg);color:var(--text);font-family:var(--ui);font-size:16px;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button{border:0;background:none;color:inherit;font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-content{flex:1}.site-footer{padding:24px 20px max(24px,env(safe-area-inset-bottom));color:#8a8a92;font-size:13px;line-height:1.4;text-align:center}@keyframes pageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes resultsIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.page-anim{animation:pageIn .3s cubic-bezier(.2,.8,.2,1) both}.anim-in{animation:fadeIn .25s ease both}.anim-slide-up{animation:slideUp .3s cubic-bezier(.2,.8,.2,1) both}.acc-body-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s cubic-bezier(.2,.8,.2,1)}.acc-body-wrap.open{grid-template-rows:1fr}.acc-body-inner{overflow:hidden}.page{min-height:calc(100vh - 66px);padding:max(67px,calc(env(safe-area-inset-top) + 42px)) 24px max(24px,env(safe-area-inset-bottom))}.home-page{padding-right:25px;padding-left:25px}.wrap{width:100%;max-width:536px;margin:0 auto}.home-header,.detail-header{display:flex;align-items:center;justify-content:space-between}.home-header{min-height:67px;margin-bottom:27px}.brand{display:flex;align-items:center;gap:16px}.logo{width:64px;height:64px;display:grid;place-items:center;border:1px solid #e4e4e8;border-radius:15px;background:#fff;box-shadow:0 5px 14px #12121814;color:#08cf69}.logo svg{width:48px;height:48px;stroke:none}.form-logo-path{fill:currentColor;stroke:none}.brand-copy{display:flex;flex-direction:column;gap:3px}.brand-copy strong{font-size:21px;font-weight:750;letter-spacing:.19em;line-height:1.05}.brand-copy span{color:#66666f;font-size:16px;line-height:1.3}.ui-circle{width:52px;height:52px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#f9f9fb}.ui-circle svg{width:24px;height:24px}.ui-bell{position:relative}.ui-bell svg{width:23px;height:23px}.ui-bell i{position:absolute;top:7px;right:7px;width:10px;height:10px;border:2px solid var(--bg);border-radius:50%;background:#050507}.summary-list{display:flex;flex-direction:column;gap:12px}.summary-card{min-height:110px;display:flex;align-items:center;gap:22px;padding:17px 22px 17px 18px;border:1px solid var(--line);border-radius:14px;background:var(--card);box-shadow:0 1px 3px #0f0f1406}.summary-icon,.module-icon,.metric-icon{display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--icon-bg)}.summary-icon{width:66px;height:66px}.summary-icon svg{width:38px;height:38px;stroke-width:1.5}.summary-copy{min-width:0;display:flex;flex:1;flex-direction:column;gap:4px}.summary-copy span{color:var(--muted);font-size:15px}.summary-copy strong{font-size:28px;font-weight:700;letter-spacing:-.025em}.chevron{width:22px;height:22px;flex:0 0 auto;color:#676771}.chevron svg{stroke-width:2}.custom-block{margin:20px 0 4px;border:1px solid var(--line);border-radius:14px;background:var(--card);box-shadow:0 1px 3px #0f0f1405;overflow:hidden}.custom-block-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 12px;border-bottom:1px solid var(--line)}.custom-block-title{font-size:16px;font-weight:700;letter-spacing:-.01em}.custom-block-days{font-size:13px;font-weight:600;color:#fff;background:#25252b;border-radius:99px;padding:3px 10px}.custom-block-list{display:flex;flex-direction:column}.custom-item{width:100%;display:flex;align-items:center;gap:12px;padding:14px 20px;text-align:left}.custom-item+.custom-item{border-top:1px solid var(--line)}.custom-acc+.custom-acc{border-top:1px solid var(--line)}.custom-item:active{background:#fafafd}.custom-item-name{flex:1;min-width:0;font-size:15px;font-weight:500;color:#25252b}.custom-item-badge{flex:0 0 auto;font-size:12px;font-weight:600;color:#d92b2b;background:#ffeaea;border:1px solid #ffc5c5;border-radius:99px;padding:2px 9px;white-space:nowrap}.custom-chev{transition:transform .22s ease}.custom-chev.open{transform:rotate(90deg)}.custom-acc-body{padding:0 20px 16px 52px}.custom-source{display:inline-flex;margin:0 0 9px;padding:4px 9px;border-radius:8px;background:var(--icon-bg);color:var(--muted);font-size:12px;font-weight:650}.custom-acc-items{display:flex;flex-direction:column;gap:7px;color:#3a3a42;font-size:14px;line-height:1.45}.custom-acc-items li{margin-left:16px}.section-title{margin:27px 0 15px;font-size:21px;font-weight:700;letter-spacing:-.02em}.module-list{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--card);box-shadow:0 1px 3px #0f0f1405}.module-row{width:100%;min-height:85px;display:flex;align-items:center;gap:19px;padding:12px 22px 12px 17px;text-align:left}.module-row+.module-row{border-top:1px solid var(--line)}.module-row:active{background:#fafafd}.module-icon{width:54px;height:54px}.module-icon svg{width:29px;height:29px;stroke-width:1.55}.module-name{min-width:0;flex:1;font-size:17px;font-weight:450;letter-spacing:-.012em}.progress-badge{min-width:58px;display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:7px;font-size:14px;font-weight:550}.progress-badge.green{color:#19ad50;background:var(--green-bg)}.progress-badge.yellow{color:var(--yellow);background:var(--yellow-bg)}.info-card{width:100%;display:flex;align-items:center;gap:19px;margin-top:13px;padding:11px 22px 11px 17px;border:1px solid var(--line);border-radius:14px;background:var(--card);text-align:left;box-shadow:0 1px 3px #0f0f1405}.deadline-card{min-height:76px}.remaining-card{min-height:103px;margin-bottom:2px}.info-copy{min-width:0;display:flex;flex:1;flex-direction:column;gap:2px}.info-copy>span{color:var(--muted);font-size:14px}.info-copy strong{font-size:18px;font-weight:650;letter-spacing:-.01em}.info-copy small{color:var(--muted);font-size:13px}.app-store{min-width:141px;height:58px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;background:#050507;color:#fff;font-size:16px}.app-store svg{width:25px;height:25px}.similar-section{margin:40px 0 52px}.similar-section>h2{margin:0 2px 18px;font-size:23px;font-weight:700;letter-spacing:-.025em}.similar-list{display:flex;flex-direction:column;gap:14px}.similar-card{padding:22px 24px;border:1px solid var(--line);border-radius:17px;background:var(--card);box-shadow:0 1px 3px #0f0f1406}.similar-card-head{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.similar-tag{padding:5px 12px;border:1px solid #e2e2e6;border-radius:999px;background:#fafafd;color:#55555e;font-size:12px;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.similar-card-head a,.similar-card-head strong{display:inline-flex;align-items:center;gap:7px;font-size:20px;font-weight:700;letter-spacing:-.02em}.similar-card-head a svg{width:16px;height:16px}.similar-card p{margin-top:12px;color:var(--muted);font-size:15px;line-height:1.5}.detail-page{padding-top:max(91px,calc(env(safe-area-inset-top) + 66px));padding-right:31px;padding-left:31px}.detail-header{min-height:52px}.detail-title-block{margin:28px 4px 42px}.detail-title-block h1{font-size:31px;font-weight:680;line-height:1.18;letter-spacing:-.035em}.detail-status{display:flex;align-items:center;gap:16px;margin-top:16px}.detail-status>span:last-child{color:#6d6d76;font-size:15px}.detail-analysis-trigger{height:38px;display:inline-flex;align-items:center;gap:7px;margin-left:auto;padding:0 13px;border-radius:11px;background:#111114;color:#fff;font-size:13px}.detail-analysis-trigger svg{width:16px;height:16px}.detail-analysis-trigger b{font-weight:600;white-space:nowrap}.detail-card{border:1px solid var(--line);border-radius:17px;background:var(--card);box-shadow:0 1px 3px #0f0f1405}.detail-card h2{font-size:19px;font-weight:650;letter-spacing:-.018em}.about-card{min-height:127px;padding:22px 23px}.about-card p{max-width:455px;margin-top:12px;color:#66666e;font-size:16px;line-height:1.45}.implemented-card{min-height:290px;margin-top:15px;padding:25px 23px 21px}.implemented-list{display:flex;flex-direction:column;gap:8px;margin-top:18px}.implemented-list button{width:100%;min-height:32px;display:flex;align-items:center;gap:12px;text-align:left}.implemented-list button>span{width:21px;height:21px;flex:0 0 auto;color:#52bd76}.implemented-list button>span svg{stroke-width:1.45}.implemented-list b{font-size:16px;font-weight:430}.implemented-list button.pending>span{color:#c6c6cc}.implemented-list button.pending b{color:#777780}.metric-card{min-height:130px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:15px;padding:23px 22px}.metric-copy{min-width:0;display:flex;flex-direction:column;gap:12px}.metric-copy>span{font-size:15px;font-weight:500}.metric-copy strong{font-size:27px;font-weight:680;letter-spacing:-.025em}.metric-copy small{margin-top:-7px;color:var(--muted);font-size:14px}.metric-icon{width:58px;height:58px}.metric-icon svg{width:27px;height:27px}.deadline-detail-card{min-height:154px}.team-card{min-height:123px;margin-bottom:40px}.hash-detail-card{margin-bottom:40px;padding:22px}.hash-facts{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:14px;background:#f8f8fa}.hash-facts>div{min-width:0;min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:14px;text-align:center}.hash-facts>div+div{border-left:1px solid #e1e1e5}.hash-facts span{color:var(--muted);font-size:14px}.hash-facts strong{font-size:25px;font-weight:680;line-height:1.15;letter-spacing:-.025em}.hash-facts>div:last-child strong{font-size:20px}.hash-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 4px 18px}.hash-summary p{max-width:285px;color:var(--muted);font-size:16px;line-height:1.45}.hash-summary .progress-badge{min-width:132px}.hash-feature-list{display:flex;flex-direction:column;gap:10px}.hash-feature-list button{width:100%;min-height:68px;display:flex;align-items:center;gap:13px;padding:13px 14px;border-radius:14px;background:#f8f8fa;text-align:left}.hash-feature-list button:active{background:#f2f2f5}.hash-feature-chevron{width:20px;height:20px;flex:0 0 auto;color:#85858d}.hash-feature-chevron svg{stroke-width:1.8}.hash-feature-list strong{min-width:0;flex:1;font-size:16px;font-weight:600;line-height:1.25}.hash-feature-progress{min-width:51px;padding:6px 9px;border-radius:999px;background:#eeeef1;color:#777780;font-size:14px;font-weight:600;text-align:center}.hash-feature-progress.green{background:var(--green-bg);color:#19ad50}.analysis-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding-top:28px;background:#08080c61;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.analysis-sheet{position:relative;width:100%;max-width:584px;max-height:92vh;overflow:auto;padding:31px 24px max(28px,env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -14px 50px #0a0a1429}.sheet-grabber{position:absolute;top:9px;left:50%;width:42px;height:5px;transform:translate(-50%);border-radius:999px;background:#dedee3}.sheet-close{position:absolute;top:22px;right:22px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#f5f5f7}.sheet-close svg{width:18px;height:18px}.analysis-kicker{color:#22ab55;font-size:13px;font-weight:650;text-transform:uppercase;letter-spacing:.08em}.analysis-sheet h2{max-width:calc(100% - 55px);margin-top:8px;font-size:27px;line-height:1.15;letter-spacing:-.025em}.analysis-loading{margin-top:30px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fafafd}.analysis-loading-top{display:flex;align-items:center;gap:15px}.analysis-loading-top>div{display:flex;flex-direction:column;gap:3px}.analysis-loading-top strong{font-size:16px}.analysis-loading-top span{color:var(--muted);font-size:13px}.spinner{width:32px;height:32px;flex:0 0 auto;border:3px solid #e4e4e8;border-top-color:#111;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.analysis-progress{height:7px;margin-top:20px;overflow:hidden;border-radius:999px;background:#e7e7ea}.analysis-progress span{display:block;height:100%;border-radius:inherit;background:#111;transition:width .1s linear}.analysis-loading>small{display:block;margin-top:7px;color:var(--muted);font-size:12px;text-align:right}.analysis-results{display:flex;flex-direction:column;gap:9px;margin-top:25px}.analysis-results>p{margin-bottom:2px;color:var(--muted);font-size:14px}.quote-row{min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 15px;border-radius:13px;background:#f7f7f9}.quote-row.hot{border:1px solid #18181c;background:#fff}.quote-row>span{display:flex;flex-direction:column;gap:2px}.quote-row strong{font-size:15px}.quote-row small{color:var(--muted);font-size:12px}.quote-row>b{flex:0 0 auto;font-size:18px}.quote-row>b.unavailable{color:#9a9aa2;font-weight:500}.included-row{min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:2px;padding:12px 15px;border:1px solid #bce9ca;border-radius:13px;background:var(--green-bg);color:#168b42}.included-row>span{display:flex;flex-direction:column;gap:2px}.included-row b{font-size:15px}.included-row small{color:#459863;font-size:12px}.included-row>strong{flex:0 0 auto;font-size:19px}.analyze-again{height:48px;margin-top:3px;border-radius:13px;background:#111;color:#fff;font-weight:600}@media (max-width: 440px){body{font-size:14px}.page{padding:max(36px,calc(env(safe-area-inset-top) + 18px)) 14px 22px}.home-page{padding-right:14px;padding-left:14px}.wrap{max-width:430px}.home-header{min-height:50px;margin-bottom:16px}.logo{width:48px;height:48px;border-radius:12px}.logo svg{width:37px;height:37px}.brand{gap:11px}.brand-copy{gap:2px}.brand-copy strong{font-size:17px;letter-spacing:.17em}.brand-copy span{font-size:13px}.ui-circle{width:44px;height:44px}.ui-circle svg,.ui-bell svg{width:20px;height:20px}.ui-bell i{top:6px;right:6px;width:8px;height:8px}.summary-list{gap:9px}.summary-card{min-height:82px;gap:13px;padding:11px 14px 11px 12px;border-radius:12px}.summary-icon{width:48px;height:48px}.summary-icon svg{width:28px;height:28px}.summary-copy{gap:2px}.summary-copy span{font-size:13px}.summary-copy strong{font-size:23px}.chevron{width:18px;height:18px}.section-title{margin:22px 1px 11px;font-size:19px}.module-list{border-radius:12px}.module-row{min-height:64px;gap:11px;padding:8px 13px 8px 11px}.module-icon{width:44px;height:44px}.module-icon svg{width:23px;height:23px}.module-name{font-size:14px}.progress-badge{min-width:47px;padding:4px 7px;border-radius:6px;font-size:12px}.info-card{gap:11px;margin-top:9px;padding:8px 13px 8px 11px;border-radius:12px}.deadline-card{min-height:62px}.remaining-card{min-height:78px}.info-copy>span{font-size:12px}.info-copy strong{font-size:16px}.info-copy small{font-size:11px}.app-store{min-width:112px;height:44px;padding:0 11px;border-radius:10px;font-size:13px}.app-store svg{width:20px;height:20px}.similar-section{margin:28px 0 36px}.similar-section>h2{margin-bottom:12px;font-size:20px}.similar-list{gap:10px}.similar-card{padding:16px;border-radius:14px}.similar-card-head{gap:10px}.similar-tag{padding:4px 9px;font-size:10px}.similar-card-head a,.similar-card-head strong{gap:5px;font-size:17px}.similar-card-head a svg{width:14px;height:14px}.similar-card p{margin-top:8px;font-size:13px;line-height:1.45}.detail-page{padding:max(42px,calc(env(safe-area-inset-top) + 22px)) 16px 24px}.detail-header{min-height:44px}.detail-title-block{margin:19px 1px 24px}.detail-title-block h1{font-size:24px;line-height:1.16}.detail-status{gap:9px;margin-top:12px}.detail-status>span:last-of-type{display:none}.detail-analysis-trigger{height:34px;padding:0 10px;border-radius:9px;font-size:12px}.detail-analysis-trigger svg{width:14px;height:14px}.detail-card{border-radius:14px}.detail-card h2{font-size:17px}.about-card{min-height:0;padding:17px}.about-card p{margin-top:8px;font-size:14px;line-height:1.42}.implemented-card{min-height:0;margin-top:11px;padding:17px}.implemented-list{gap:1px;margin-top:10px}.implemented-list button{min-height:44px;gap:10px}.implemented-list button>span{width:19px;height:19px}.implemented-list b{font-size:14px}.metric-card{min-height:98px;margin-top:11px;padding:17px}.metric-copy{gap:8px}.metric-copy>span{font-size:13px}.metric-copy strong{font-size:23px}.metric-copy small{margin-top:-4px;font-size:12px}.metric-icon{width:46px;height:46px}.metric-icon svg{width:23px;height:23px}.deadline-detail-card{min-height:112px}.team-card{min-height:98px;margin-bottom:28px}.hash-detail-card{margin-bottom:28px;padding:14px}.hash-facts{grid-template-columns:1fr}.hash-facts>div{min-height:68px;gap:5px;padding:10px}.hash-facts>div+div{border-top:1px solid #e1e1e5;border-left:0}.hash-facts span{font-size:12px}.hash-facts strong{font-size:21px}.hash-facts>div:last-child strong{font-size:17px}.hash-summary{align-items:flex-start;flex-direction:column;gap:10px;padding:17px 2px 13px}.hash-summary p{font-size:14px}.hash-summary .progress-badge{min-width:0}.hash-feature-list{gap:7px}.hash-feature-list button{min-height:56px;gap:9px;padding:9px 11px;border-radius:11px}.hash-feature-chevron{width:17px;height:17px}.hash-feature-list strong{font-size:14px}.hash-feature-progress{min-width:45px;padding:5px 7px;font-size:12px}.analysis-sheet{max-height:94vh;padding:27px 18px max(20px,env(safe-area-inset-bottom));border-radius:20px 20px 0 0}.sheet-close{top:18px;right:18px;width:36px;height:36px}.analysis-kicker{font-size:11px}.analysis-sheet h2{margin-top:6px;font-size:23px}.analysis-loading{margin-top:22px;padding:16px}.quote-row,.included-row{min-height:58px;padding:10px 12px;border-radius:11px}.quote-row strong,.included-row b{font-size:14px}.quote-row small,.included-row small{font-size:11px}.quote-row>b,.included-row>strong{font-size:17px}.analyze-again{height:44px;border-radius:11px;font-size:14px}}@media (min-width: 760px){.page{padding-top:56px;padding-bottom:56px}.wrap{max-width:560px}.detail-page{padding-top:56px}}.group-section{margin-top:15px}.group-section-head{display:flex;align-items:center;gap:10px;margin:22px 4px 12px;font-size:13px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.group-section-head .gs-ic{width:18px;height:18px;flex:0 0 auto}.group-section-head.done{color:#19ad50}.group-section-head.progress{color:var(--yellow)}.group-section-head i{margin-left:auto;font-style:normal;font-size:12px;font-weight:700;color:var(--muted);background:var(--icon-bg);border-radius:999px;padding:3px 9px}.group-acc{border:1px solid var(--line);border-radius:14px;background:var(--card);box-shadow:0 1px 3px #0f0f1405;overflow:hidden}.group-acc+.group-acc{margin-top:10px}.group-acc.open{border-color:#dededf}.group-acc-head{width:100%;min-height:60px;display:flex;align-items:center;gap:13px;padding:13px 18px;text-align:left}.group-status{width:22px;height:22px;flex:0 0 auto}.group-status.done{color:#2bbd63}.group-status.progress{color:#d92b2b}.group-acc-title{flex:1;min-width:0;font-size:16px;font-weight:600;letter-spacing:-.01em}.group-acc-count{flex:0 0 auto;min-width:26px;height:24px;display:grid;place-items:center;padding:0 8px;border-radius:999px;background:var(--icon-bg);color:var(--muted);font-size:13px;font-weight:700}.group-acc-chev{width:20px;height:20px;flex:0 0 auto;color:#9a9aa3;transition:transform .24s ease}.group-acc-chev.open{transform:rotate(90deg)}.group-acc-body{overflow:hidden}.group-items{display:flex;flex-direction:column;padding:4px 16px 14px;gap:0}.group-items li{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-top:1px solid var(--line)}.group-items li:first-child{border-top:none}.group-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;margin-top:6px}.group-dot.done{background:#2bbd63}.group-dot.progress{background:#d92b2b}.group-item-text{flex:1;min-width:0;font-size:14px;font-weight:450;line-height:1.5;color:#3a3a45}.group-item-search{width:18px;height:18px;flex:0 0 auto;color:#b8b8c0}.borrowed-section{margin-top:26px;border:1px solid var(--line);border-radius:14px;background:var(--card);box-shadow:0 1px 3px #0f0f1405;overflow:hidden}.borrowed-section.open{border-color:#dededf}.borrowed-toggle{width:100%;min-height:60px;display:flex;align-items:center;gap:12px;padding:15px 18px;text-align:left}.borrowed-head{flex:1;min-width:0;font-size:16px;font-weight:700;letter-spacing:-.01em;color:#25252b}.borrowed-count{flex:0 0 auto;min-width:26px;height:24px;display:grid;place-items:center;padding:0 8px;border-radius:999px;background:var(--icon-bg);color:var(--muted);font-size:13px;font-weight:700}.borrowed-chev{width:20px;height:20px;flex:0 0 auto;color:#9a9aa3;transition:transform .24s ease}.borrowed-chev.open{transform:rotate(90deg)}.borrowed-body{overflow:hidden}.borrowed-inner{padding:2px 14px 16px}.borrowed-sub{margin:0 4px 14px;color:var(--muted);font-size:14px;line-height:1.45}.borrowed-card{padding:16px 18px;border:1px dashed #d4d4da;border-radius:14px;background:#fbfbfc}.borrowed-card+.borrowed-card{margin-top:10px}.borrowed-card-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.borrowed-ic{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;background:var(--icon-bg);color:#4a4a52}.borrowed-ic svg{width:17px;height:17px}.borrowed-from{display:inline-flex;align-items:center;gap:5px;font-size:14px;font-weight:700;letter-spacing:-.01em}.borrowed-from-link{display:inline-flex;align-items:center;gap:4px;background:none;border:none;padding:0;cursor:pointer;color:inherit}.borrowed-from-link svg{width:14px;height:14px;color:#8a8a92;flex-shrink:0}.borrowed-mini-chev{width:14px;height:14px;color:#8a8a92;flex:0 0 auto}.borrowed-mini-chev svg{width:14px;height:14px}.borrowed-reason{margin:0 0 12px;color:#5c5c64;font-size:13.5px;line-height:1.5}.borrowed-items{display:flex;flex-direction:column;gap:8px}.borrowed-items li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;color:#2c2c30}.borrowed-dot{width:6px;height:6px;margin-top:7px;flex:0 0 auto;border-radius:50%;background:#b6b6bd}.borrowed-empty{padding:2px 4px 6px;color:var(--muted);font-size:14px;line-height:1.45}.group-acc-status{font-size:13px;color:var(--muted);font-weight:500;white-space:nowrap;margin-left:2px}@media (max-width: 380px){.group-acc-status{display:none}}.home-brand strong{display:block}.home-account{display:inline-flex;align-items:center;gap:9px;color:var(--text);font-size:16px;font-weight:550;white-space:nowrap}.home-account svg{width:24px;height:24px;flex:0 0 auto;color:var(--text)}.home-access{display:inline-flex;align-items:center;gap:8px;margin:-14px 2px 20px;color:var(--green);font-size:15px;font-weight:550;white-space:nowrap}.home-access svg{width:16px;height:16px;flex:0 0 auto}.home-devdays-card{display:flex;align-items:center;gap:14px;margin-top:12px;padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:var(--card);box-shadow:0 1px 3px #0f0f1406}.home-devdays-icon{display:flex;width:40px;height:40px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:11px;background:var(--icon-bg);color:#6b6b74}.home-devdays-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.home-devdays-copy{display:flex;flex-direction:column;gap:2px}.home-devdays-copy small{color:var(--muted);font-size:14px}.home-devdays-copy strong{font-size:19px;font-weight:720;letter-spacing:-.02em}.module-mark svg{width:20px;height:20px}.summary-single{width:100%;text-align:left}.summary-single .summary-copy{gap:6px}.summary-single .chevron{margin-left:auto}.module-row{gap:14px}.module-mark{width:24px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;color:var(--text)}.module-price{flex:0 0 auto;padding:6px 12px;border-radius:9px;background:var(--icon-bg);border:1px solid var(--line);font-size:15px;font-weight:650;color:var(--text);white-space:nowrap}.module-pct{flex:0 0 auto;min-width:48px;text-align:right;font-size:16px;font-weight:600;color:var(--text)}.apple-card{align-items:flex-start;gap:16px;padding:20px 22px}.apple-ic{flex:0 0 auto;color:var(--text);display:inline-flex}.apple-ic svg{width:30px;height:30px}.apple-text p{margin:2px 0 0;font-size:15px;line-height:1.45;color:var(--text)}.apple-text span{display:block;margin-top:10px;color:var(--muted);font-size:14px}.project-export-card{width:100%;min-height:82px;display:flex;align-items:center;gap:14px;margin:16px 0 0;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:var(--card);text-align:left;box-shadow:0 1px 3px #0f0f1405}.project-export-card:active{background:#fafafd}.project-export-icon{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--icon-bg);color:#4d4d55}.project-export-icon svg{width:22px;height:22px}.project-export-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.project-export-copy b{font-size:15px;font-weight:700;letter-spacing:-.01em}.project-export-copy small{color:var(--muted);font-size:13px;line-height:1.35}.home-brand-wrap{display:flex;align-items:center;gap:13px;min-width:0}.form-logo{width:46px;height:46px;flex:0 0 auto;border-radius:13px;background:#26282d;color:#fff;display:grid;place-items:center;font-family:var(--ui);font-weight:800;font-size:27px;line-height:1;box-shadow:0 4px 12px #1212182e}.form-logo{width:44px;height:44px;font-size:24px;border-radius:12px}.brand-copy strong{font-size:19px;letter-spacing:.16em}.brand-copy span{font-size:13.5px}.home-account{font-size:15px}.home-account svg{width:22px;height:22px}.home-access{font-size:14px;margin-bottom:18px}.summary-card{min-height:96px;padding:16px 20px}.summary-copy span{font-size:13.5px}.summary-copy strong{font-size:24px}.section-title{font-size:18px;margin:22px 0 13px}.module-row{min-height:66px;padding:11px 16px;gap:11px}.module-name{font-size:14.5px;font-weight:500}.module-mark{width:22px}.module-mark svg{width:18px;height:18px}.module-price{font-size:13.5px;padding:5px 10px;border-radius:8px}.module-pct{font-size:14px;font-weight:600;min-width:42px}.chevron{width:19px;height:19px}.deadline-card{min-height:66px}.info-copy strong{font-size:16px}.info-copy>span{font-size:13px}.apple-card{padding:18px 20px}.apple-text p{font-size:14px}.apple-text span{font-size:13px}.project-export-card{min-height:74px;padding:14px 16px}.project-export-icon{width:40px;height:40px}.project-export-icon svg{width:20px;height:20px}.project-export-copy b{font-size:14px}.project-export-copy small{font-size:12.5px}.home-page{padding-left:20px;padding-right:20px}.module-row{padding:12px 14px;gap:8px}.module-name{font-size:14px}.module-mark{width:20px}.module-price{font-size:13px;padding:4px 9px}.module-pct{font-size:14px;min-width:36px}.chevron{width:18px;height:18px}.module-row{gap:7px}.module-name{font-size:13.5px}.module-price{font-size:12.5px;padding:4px 8px}.module-pct{min-width:34px}.module-name{font-size:13px;line-height:1.3}.module-row{gap:6px;padding:11px 13px}.module-mark{width:19px}.module-price{font-size:12px;padding:4px 7px}.module-pct{min-width:32px;font-size:13.5px}.detail-title-block{margin:22px 4px 28px}.detail-title-block h1{font-size:22px}.detail-card h2{font-size:15.5px}.about-card p{font-size:13px}.metric-copy>span{font-size:13px}.metric-copy strong{font-size:21px}.metric-copy small{font-size:12px}.implemented-list b{font-size:13px}.detail-analysis-trigger{font-size:12px}.group-section-head{font-size:11.5px;margin:18px 4px 10px}.group-acc-head{gap:10px;min-height:54px;padding:12px 15px}.group-acc-title{flex:1 1 auto;min-width:0;font-size:14px;overflow-wrap:anywhere}.group-acc-status{flex:0 0 auto;font-size:11.5px;margin-left:0}.group-acc-count{flex:0 0 auto;font-size:12px;min-width:24px;height:22px}.group-acc-chev{width:18px;height:18px}.group-item-text{font-size:13px}.group-items button{padding:11px 8px}.borrowed-head{font-size:14px}.borrowed-from{font-size:13px}.borrowed-reason{font-size:12.5px}.borrowed-items li{font-size:13px}.apple-ic svg{fill:currentColor;stroke:none}.apple-text{flex:1;min-width:0}.apple-card .chevron{align-self:center}.appstore-lead{color:#4f4f57;font-size:14px;line-height:1.55;margin:0 2px 16px}.appstore-subtitle{font-size:15px;font-weight:650;margin:6px 2px 12px}.appstore-list{padding:6px 4px}.appstore-req{display:flex;align-items:center;gap:14px;padding:14px 16px;font-size:14px;line-height:1.4}.appstore-req+.appstore-req{border-top:1px solid var(--line)}.appstore-check{width:22px;height:22px;flex:0 0 auto;color:#b6b6bd}.appstore-check svg{width:22px;height:22px}.appstore-status{margin-top:12px}.appstore-status .info-copy small{color:var(--muted);font-size:13px;line-height:1.4}.appstore-icon{width:46px;height:46px}.appstore-icon svg{width:22px;height:22px;color:#3a3a42}@keyframes authIn{0%{opacity:0;transform:translateY(16px);filter:blur(6px)}to{opacity:1;transform:none;filter:blur(0)}}@keyframes authHeroIn{0%{opacity:0;transform:translate(-22px);filter:blur(6px)}to{opacity:1;transform:none;filter:blur(0)}}.anim{opacity:0;animation:authIn .6s cubic-bezier(.2,.8,.2,1) both}.anim.a1{animation-delay:.05s}.anim.a2{animation-delay:.12s}.anim.a3{animation-delay:.19s}.anim.a4{animation-delay:.26s}.anim.a5{animation-delay:.33s}.anim.a6{animation-delay:.4s}.anim.a7{animation-delay:.47s}.anim.a8{animation-delay:.54s}.anim.a9{animation-delay:.61s}.auth-page{min-height:calc(100vh - 66px);display:grid;place-items:center;padding:24px;background:radial-gradient(120% 90% at 0% 0%,#eaf6ee 0%,var(--bg) 42%)}.auth-back{position:fixed;top:16px;left:16px;z-index:5;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--card);border:1px solid var(--line);box-shadow:0 1px 3px #0f0f140f}.auth-back svg{width:20px;height:20px}.auth-shell{width:100%;max-width:1120px;display:grid;grid-template-columns:1fr}.auth-hero{display:none}.auth-hero-top{display:flex;align-items:center;gap:13px}.auth-hero-brand strong{display:block;font-weight:750;letter-spacing:.16em;font-size:18px}.auth-hero-brand span{color:#ffffff8c;font-size:13px}.auth-hero-eyebrow{display:block;color:var(--green);font-size:12px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.auth-hero-title{font-size:33px;font-weight:750;line-height:1.12;letter-spacing:-.02em;margin-top:14px}.auth-hero-desc{color:#ffffff94;font-size:15px;line-height:1.55;margin-top:16px;max-width:430px}.auth-hero-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-hero-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:16px}.auth-hero-card strong{display:block;font-size:14px;font-weight:700;margin-bottom:6px}.auth-hero-card span{color:#ffffff8c;font-size:12.5px;line-height:1.45}.auth-form-col{display:flex;align-items:center;justify-content:center;padding:26px 6px}.auth-form-inner{width:100%;max-width:420px}.auth-eyebrow{display:block;color:var(--green);font-size:12px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.auth-title{font-size:30px;font-weight:780;letter-spacing:-.02em;margin-top:8px}.auth-brand-title{margin:0 0 28px;letter-spacing:.13em}.auth-desc{margin:10px 0 26px;color:var(--muted);font-size:15px;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{display:flex;flex-direction:column;gap:8px}.auth-field>span{font-size:13.5px;font-weight:650}.auth-field input{width:100%;height:54px;padding:0 16px;border:1px solid var(--line);border-radius:14px;background:var(--card);font-size:15px;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}.auth-field input::placeholder{color:#aeaeb6}.auth-field input:focus{outline:none;border-color:#16161a;box-shadow:0 0 0 3px #1414160f}.auth-pass{position:relative}.auth-pass input{padding-right:50px}.auth-eye{position:absolute;top:0;right:6px;height:54px;width:40px;display:grid;place-items:center;color:var(--muted)}.auth-eye svg{width:21px;height:21px}.auth-check{display:inline-flex;align-items:center;gap:9px;font-size:14px;color:var(--text);cursor:pointer}.auth-check input{width:18px;height:18px;accent-color:#16161a}.auth-link{color:var(--text);font-size:14px;font-weight:650}.auth-link:hover{text-decoration:underline}.auth-link-muted{color:var(--muted);font-weight:500}.auth-submit{height:54px;margin-top:4px;border-radius:14px;background:#121214;color:#fff;font-size:15.5px;font-weight:650;transition:filter .15s ease}.auth-submit:hover{filter:brightness(1.25)}.auth-divider{position:relative;text-align:center;margin:22px 0 16px}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--line)}.auth-divider span{position:relative;background:var(--bg);padding:0 14px;color:var(--muted);font-size:13px}.auth-google{width:100%;height:54px;display:inline-flex;align-items:center;justify-content:center;gap:11px;border:1px solid var(--line);border-radius:14px;background:var(--card);font-size:15px;font-weight:600;color:var(--text);transition:background .15s ease}.auth-google:hover{background:#f6f6f8}.auth-google svg{width:21px;height:21px}.auth-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px;font-size:14px;color:var(--muted);flex-wrap:wrap}@media (min-width: 900px){.auth-page{padding:30px}.auth-shell{grid-template-columns:1.05fr 1fr;gap:0;background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:0 36px 90px #14141c1f;padding:14px}.auth-hero{display:flex;flex-direction:column;justify-content:space-between;gap:24px;min-height:600px;padding:36px 34px;border-radius:20px;color:#fff;background:linear-gradient(165deg,#232327,#131316);animation:authHeroIn .6s cubic-bezier(.2,.8,.2,1) both}.auth-form-col{padding:40px 52px}.auth-hero-title{font-size:35px}}.home-account-icon{width:44px;height:44px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:var(--card);border:1px solid var(--line);box-shadow:0 1px 3px #0f0f140a}.home-account-icon svg{width:22px;height:22px}.auth-form-inner{max-width:392px}.auth-title{font-size:27px}.auth-desc{font-size:14px;margin:9px 0 22px}.auth-field input,.auth-google,.auth-submit,.auth-eye{height:50px}.auth-field input{font-size:14.5px}.auth-field>span{font-size:13px}.auth-eyebrow{font-size:11.5px}.auth-divider{margin:18px 0 14px}.auth-foot{font-size:13.5px;margin-top:16px}@media (min-width: 900px){.auth-shell{max-width:1000px}.auth-hero{min-height:520px;padding:30px 28px;gap:20px}.auth-hero-title{font-size:29px}.auth-hero-desc{font-size:14px;margin-top:14px}.auth-form-col{padding:32px 44px}}.auth-shell{grid-template-columns:1fr;max-width:420px}@media (min-width: 900px){.auth-shell{grid-template-columns:1fr;max-width:420px;background:transparent;border:0;box-shadow:none;padding:0}.auth-form-col{padding:0}}.module-mark,.appstore-check{color:var(--green)}.process-page{padding-top:34px}.process-wrap{max-width:880px}.process-header{display:grid;grid-template-columns:52px 1fr 52px;align-items:center;gap:12px}.process-header h1{font-size:24px;font-weight:720;letter-spacing:-.025em;text-align:center}.process-access{display:inline-flex;align-items:center;gap:8px;margin:14px 4px 22px;color:var(--green);font-size:14px;font-weight:600}.process-access svg{width:16px;height:16px;flex:0 0 auto}.process-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.process-stat-card{min-width:0;min-height:196px;display:flex;flex-direction:column;padding:24px;border:1px solid var(--line);border-radius:17px;background:var(--card);box-shadow:0 1px 3px #0f0f1406}.process-stat-card>span{color:var(--muted);font-size:14px;line-height:1.35}.process-stat-card>strong{margin-top:34px;font-size:29px;font-weight:700;letter-spacing:-.03em}.process-paid-card>strong{margin-top:26px}.process-stat-card small{margin-top:14px;color:var(--muted);font-size:13px;line-height:1.45}.process-stat-card button{min-height:44px;margin-top:auto;border-radius:10px;background:#f0f0f2;color:#777780;font-size:14px;font-weight:600}.process-paid-card button{margin-top:12px}.process-paid-card>span,.process-paid-card small,.process-paid-card .receipt-link{color:#d92b2b}.process-paid-card{min-height:0;height:auto}.process-paid-card small{margin-top:12px}.process-paid-card .receipt-link{width:auto;min-height:0;margin:2px 0 0;padding:0;border-radius:0;background:transparent;font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:3px;text-align:left}.process-paid-card .receipt-link:active{background:transparent;color:#b91f1f}.process-paid-card .receipt-link+button{margin-top:16px}.process-completion-card{position:relative}.process-info{position:absolute;top:22px;right:20px;width:20px;height:20px;display:grid;place-items:center;border:1.5px solid #777780;border-radius:50%;color:#777780;font-size:12px;font-style:normal;font-weight:700}.process-result{width:100%;min-height:76px;display:flex;align-items:center;justify-content:space-between;margin-top:22px;padding:18px 24px;border:1px solid var(--line);border-radius:17px;background:var(--card);text-align:left}.process-result strong{font-size:20px;font-weight:700}.process-down{width:21px;height:21px;color:#73737c;transform:rotate(90deg)}.process-stage-card{margin-top:18px;padding:22px 24px 8px;border:1px solid var(--line);border-radius:17px;background:var(--card)}.process-stage-title{min-height:48px;display:flex;align-items:center;justify-content:space-between}.process-stage-title h2{font-size:20px;font-weight:700}.process-stage-list button{width:100%;min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line);text-align:left}.process-stage-list button>span:first-child{min-width:0;flex:1;font-size:15px}.process-mvp{flex:0 0 auto;padding:6px 11px;border:1px solid #edc87a;border-radius:10px;color:#d89a28;font-size:11px;font-weight:650;white-space:nowrap}.notice-backdrop{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#0a0a0e5c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.notice-dialog{width:min(100%,370px);max-height:calc(100dvh - 40px);overflow:auto;padding:30px 24px 24px;border-radius:18px;background:var(--card);box-shadow:0 22px 70px #0c0c1233;text-align:center}.notice-icon{width:50px;height:50px;display:grid;place-items:center;margin:0 auto;border:2px solid #ff456d;border-radius:50%;color:#ff456d;font-size:30px;font-weight:500;line-height:1}.notice-dialog h2{margin-top:22px;font-size:18px;font-weight:650;line-height:1.4}.notice-dialog button{width:100%;min-height:46px;margin-top:26px;border-radius:12px;background:#f0f0f2;color:#111114;font-size:15px;font-weight:650}@media (max-width: 640px){.process-page{padding:max(24px,env(safe-area-inset-top)) 14px 28px}.process-header{grid-template-columns:44px 1fr 44px;gap:7px}.process-header h1{font-size:19px}.process-access{margin:12px 2px 16px;font-size:12px}.process-stats{gap:7px}.process-stat-card{min-height:166px;padding:13px 11px;border-radius:13px}.process-paid-card{min-height:0}.process-stat-card>span{font-size:11px}.process-stat-card>strong{margin-top:24px;font-size:20px}.process-paid-card>strong{margin-top:17px}.process-stat-card small{margin-top:9px;font-size:10.5px}.process-stat-card button{min-height:40px;font-size:12px}.process-paid-card button{margin-top:8px}.process-paid-card .receipt-link{margin-top:1px;font-size:10.5px}.process-paid-card .receipt-link+button{margin-top:10px}.process-info{top:12px;right:10px;width:18px;height:18px;font-size:10px}.process-result{min-height:62px;margin-top:13px;padding:14px 16px;border-radius:13px}.process-result strong{font-size:17px}.process-stage-card{margin-top:12px;padding:14px 16px 4px;border-radius:13px}.process-stage-title{min-height:42px}.process-stage-title h2{font-size:17px}.process-stage-list button{min-height:54px;gap:7px}.process-stage-list button>span:first-child{font-size:12.5px}.process-mvp{padding:4px 7px;border-radius:8px;font-size:9px}.notice-dialog{max-width:330px;padding:21px;border-radius:16px}.notice-dialog h2{font-size:16px}.notice-icon{width:46px;height:46px;font-size:27px}}.home-access,.process-access{font-size:12px}@media (max-width: 440px){.home-access,.process-access{font-size:11px}}.process-modules-title{margin:24px 0 13px;font-size:18px;font-weight:700;letter-spacing:-.018em}.process-module-list{border-radius:14px}.process-indev-amount{color:#d92b2b}.proc-row{gap:9px;min-height:66px;padding:13px 16px}.proc-name{font-size:15px;font-weight:500;line-height:1.35}.proc-duration{flex:0 0 auto;color:var(--muted);font-size:13px;white-space:nowrap}@media (max-width: 640px){.process-modules-title{margin:18px 0 10px;font-size:16px}.proc-row{gap:7px;padding:11px 13px;min-height:58px}.proc-name{font-size:13.5px}.proc-duration{font-size:11.5px}}.proc-group-section{border:1px solid var(--line);border-radius:14px;background:var(--card);overflow:hidden;margin-bottom:10px}.proc-group-head{width:100%;display:flex;align-items:center;gap:10px;padding:16px 18px;text-align:left;font-size:16px;font-weight:600;letter-spacing:-.01em}.proc-group-head:active{background:#f8f8fa}.proc-group-label{flex:1}.proc-group-count{flex:0 0 auto;font-size:13px;font-weight:600;color:#fff;background:#25252b;border-radius:99px;padding:2px 9px}.proc-group-body{padding:0}.proc-group-body .module-row{border-top:1px solid var(--line);border-radius:0}.proc-group-empty{padding:14px 18px;font-size:14px;color:var(--muted)}.process-link-section{margin-top:18px;border:1px solid var(--line);border-radius:14px;background:var(--card);overflow:hidden;box-shadow:0 1px 3px #0f0f1405}.process-link-head{min-height:58px;display:flex;align-items:center;gap:12px;padding:15px 18px;border-bottom:1px solid var(--line)}.process-link-head h2{flex:1;min-width:0;font-size:18px;font-weight:730;letter-spacing:-.02em}.process-link-head span{min-width:27px;height:25px;display:grid;place-items:center;padding:0 8px;border-radius:999px;background:#25252b;color:#fff;font-size:13px;font-weight:700}.process-link-list{display:flex;flex-direction:column}.process-link-row{width:100%;min-height:72px;display:flex;align-items:center;gap:13px;padding:13px 16px;text-align:left}.process-link-row+.process-link-row{border-top:1px solid var(--line)}.process-link-row:active{background:#fafafd}.process-link-icon{width:24px;height:24px;flex:0 0 auto;color:#d92b2b}.process-link-icon.done{color:var(--green)}.process-link-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.process-link-copy small{color:var(--muted);font-size:12px;font-weight:600}.process-link-copy b{color:var(--text);font-size:15px;font-weight:650;line-height:1.25}.process-link-price{flex:0 0 auto;padding:5px 9px;border:1px solid var(--line);border-radius:8px;background:var(--icon-bg);font-size:13px;font-weight:700;white-space:nowrap}@media (max-width: 640px){.process-link-section{margin-top:12px;border-radius:13px}.process-link-head{min-height:50px;padding:12px 14px}.process-link-head h2{font-size:16px}.process-link-row{min-height:62px;gap:9px;padding:11px 12px}.process-link-icon{width:21px;height:21px}.process-link-copy small{font-size:10.5px}.process-link-copy b{font-size:13.5px}.process-link-price{padding:4px 7px;font-size:12px}}.andrey-block{margin:0 0 16px;border:1px solid var(--line);border-radius:14px;background:var(--card);overflow:hidden}.andrey-block-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 12px;border-bottom:1px solid var(--line)}.andrey-block-title{font-size:16px;font-weight:700;letter-spacing:-.01em}.andrey-row{width:100%;display:flex;align-items:center;gap:10px;padding:13px 18px;text-align:left}.andrey-row+.andrey-row{border-top:1px solid var(--line)}.andrey-row:active{background:#f8f8fa}.andrey-num{flex:0 0 auto;width:20px;font-size:13px;font-weight:600;color:var(--muted)}.andrey-name{flex:1;font-size:15px;font-weight:500;color:var(--text)}.andrey-price{flex:0 0 auto;font-size:14px;font-weight:650;color:var(--text);background:var(--icon-bg);border:1px solid var(--line);border-radius:8px;padding:3px 9px}.module-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0 0;align-items:stretch}.module-top-grid.single{grid-template-columns:1fr}.module-team-card{width:100%;min-height:242px;display:flex;flex-direction:column;align-items:flex-start;padding:24px 22px 22px}.module-team-card>span{color:var(--muted);font-size:16px;line-height:1.35}.module-team-card>strong{margin-top:24px;font-size:34px;font-weight:760;line-height:1.05;letter-spacing:-.03em}.module-team-note{margin-top:12px;color:var(--green);font-size:14px;font-weight:600;line-height:1.35}.module-team-actions{width:100%;margin-top:auto;display:flex;flex-direction:column;gap:8px;padding-top:16px}.module-team-actions button{width:100%;min-height:48px;border-radius:13px;background:#f0f0f2;color:#777780;font-size:15px;font-weight:700}.module-team-actions button:active{background:#e8e8eb}.module-price-card{margin:0;min-height:130px}.module-transfer-card{width:100%;min-height:242px;display:flex;flex-direction:column;align-items:flex-start;padding:24px 22px 22px}.module-transfer-card>span{color:var(--muted);font-size:16px;line-height:1.35}.module-transfer-card>strong{margin-top:24px;color:#f05a32;font-size:30px;font-weight:740;line-height:1.05;letter-spacing:-.03em}.module-transfer-card>small{margin-top:16px;color:var(--muted);font-size:15px;line-height:1.35}.module-transfer-card>button{width:100%;min-height:52px;margin-top:auto;border-radius:13px;background:#f0f0f2;color:#777780;font-size:16px;font-weight:700}.module-transfer-card>button:active{background:#e8e8eb}.completion-info-dialog{max-width:460px;padding:34px 32px 28px;text-align:left}.completion-info-dialog h2{margin-top:0;font-size:20px;font-weight:750;line-height:1.25}.completion-info-dialog p{margin-top:12px;font-size:16px;color:var(--muted);line-height:1.55}.completion-info-btn{width:100%;padding:13px;background:#25252b;color:#fff;border-radius:12px;font-size:15px;font-weight:600}.completion-info-close{width:100%;padding:11px;background:transparent;color:var(--muted);font-size:14px;font-weight:500}.module-acc{overflow:hidden}.module-acc+.module-acc{border-top:1px solid var(--line)}.module-acc-chev{transition:transform .22s ease}.module-acc-chev.open{transform:rotate(90deg)}.module-name-progress{color:#d92b2b}.module-dev-badge{flex:0 0 auto;padding:3px 8px;border-radius:8px;background:#fff3ed;color:#e8622e;font-size:11px;font-weight:650;white-space:nowrap}.module-acc-body{overflow:hidden}.module-acc-items{display:flex;flex-direction:column;padding:2px 16px 14px 44px;list-style:disc}.module-acc-items li{padding:3px 0;font-size:14px;color:#3a3a42;line-height:1.45}.module-acc-desc{padding:6px 16px 16px 44px;font-size:14px;color:#5a5a64;line-height:1.55}.proc-badge-inline{display:inline-block;margin:6px 0 10px 44px;padding:4px 10px;border-radius:8px;background:#ffeaea;color:#d92b2b;font-size:12px;font-weight:650}.breakdown-list{margin-top:18px;border:1px solid var(--line);border-radius:14px;background:var(--card);overflow:hidden;box-shadow:0 1px 3px #0f0f1405}.breakdown-acc+.breakdown-acc{border-top:1px solid var(--line)}.breakdown-head{width:100%;min-height:64px;display:grid;grid-template-columns:22px minmax(0,1fr) auto auto 20px;align-items:center;gap:10px;padding:13px 16px;text-align:left}.breakdown-head:active{background:#f8f8fa}.breakdown-status{grid-column:1;width:22px;height:22px;color:#d92b2b}.breakdown-status.done{color:var(--green)}.breakdown-status svg{width:22px;height:22px;stroke-width:1.7}.breakdown-title{grid-column:2;min-width:0;font-size:14.5px;font-weight:650;line-height:1.32;overflow-wrap:anywhere}.breakdown-note{display:block;margin-top:3px;color:var(--green);font-size:12px;font-weight:600}.breakdown-dev{grid-column:3;padding:4px 8px;border-radius:8px;background:#fff3ed;color:#e8622e;font-size:11px;font-weight:650;white-space:nowrap}.breakdown-price{grid-column:4;padding:5px 9px;border:1px solid var(--line);border-radius:8px;background:var(--icon-bg);font-size:13px;font-weight:700;white-space:nowrap}.breakdown-price.note{color:var(--muted);font-size:12px;font-weight:650}.breakdown-chev{grid-column:5;width:18px;height:18px;color:#8b8b94;transition:transform .22s ease}.breakdown-chev.open{transform:rotate(90deg)}.breakdown-items{display:flex;flex-direction:column;gap:0;padding:2px 16px 16px 50px;list-style:none}.breakdown-items li{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-top:1px solid var(--line);color:#3a3a42;font-size:14px;line-height:1.5}.breakdown-items li:first-child{border-top:0}.breakdown-dot{width:7px;height:7px;flex:0 0 auto;margin-top:7px;border-radius:50%;background:#d92b2b}.breakdown-dot.done{background:var(--green)}@media (max-width: 440px){.module-dev-badge{font-size:10px;padding:2px 6px;border-radius:6px}.module-acc-items,.module-acc-desc{padding-left:32px}.proc-badge-inline{margin-left:32px}.breakdown-list{margin-top:14px;border-radius:13px}.breakdown-head{min-height:58px;grid-template-columns:21px minmax(0,1fr) auto 18px;column-gap:8px;row-gap:6px;padding:11px 12px}.breakdown-status{grid-column:1;grid-row:1;width:21px;height:21px}.breakdown-title{grid-column:2;grid-row:1;font-size:13.5px}.breakdown-dev{grid-column:2 / 4;grid-row:2;justify-self:start;font-size:10px;padding:3px 7px}.breakdown-price{grid-column:3;grid-row:1;font-size:12px;padding:4px 7px}.breakdown-price.note{font-size:11px}.breakdown-chev{grid-column:4;grid-row:1;width:17px;height:17px}.breakdown-items{padding:0 12px 13px 41px}.breakdown-items li{padding:8px 0;font-size:13px;line-height:1.46}.custom-acc-body{padding:0 14px 13px 38px}.custom-acc-items{font-size:13px}.module-top-grid{grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.module-price-card{min-height:98px}.module-transfer-card{width:100%;min-height:210px;padding:17px 15px 15px;border-radius:14px}.module-transfer-card>span{font-size:13px}.module-transfer-card>strong{margin-top:18px;font-size:24px}.module-transfer-card>small{margin-top:13px;font-size:12.5px}.module-transfer-card>button{min-height:44px;border-radius:12px;font-size:14px}.module-team-card{min-height:210px;padding:17px 15px 15px;border-radius:14px}.module-team-card>span{font-size:13px}.module-team-card>strong{margin-top:18px;font-size:28px}.module-team-note{margin-top:10px;font-size:12.5px}.module-team-actions{gap:7px;padding-top:13px}.module-team-actions button{min-height:42px;border-radius:12px;font-size:13px}.completion-info-dialog{padding:24px 21px 21px}.completion-info-dialog h2{font-size:18px}.completion-info-dialog p{font-size:14px}}
