.dash-root{--blue:#0077c2;--blue-mid:#4da6e7;--blue-pale:rgba(0,119,194,.07);--blue-glow:rgba(0,119,194,.14);--bg:#f2f2f2;--white:#fff;--surface:#fff;--surface-2:#f6f6f6;--border:rgba(0,0,0,.07);--border-2:rgba(0,0,0,.12);--dark:#212121;--text:#212121;--text-2:#666;--text-3:#a0a0a0;--green:#2a9457;--orange:#d97b3a;--red:#e05555;--sidebar-w:224px;--topbar-h:62px;--serif:var(--font-fraunces),Georgia,serif;--sans:var(--font-jakarta),system-ui,sans-serif;--r:12px;--r-lg:18px;--sh:0 1px 8px rgba(0,0,0,.06),0 4px 20px rgba(0,0,0,.04);--sh-md:0 4px 24px rgba(0,0,0,.08)}.dash-sidebar{width:var(--sidebar-w);flex-shrink:0;height:100vh;background:var(--white);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;z-index:100;position:fixed;left:0;top:0}.dash-sidebar-logo{padding:1.35rem 1.2rem 1.2rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.6rem;flex-shrink:0;text-decoration:none}.dash-sidebar-logo-mark{width:32px;height:32px;flex-shrink:0;overflow:hidden;-o-object-fit:contain;object-fit:contain}.dash-sidebar-logo-name{font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--dark);letter-spacing:-.02em}.dash-sidebar-section{padding:.9rem .7rem;border-bottom:1px solid var(--border);flex-shrink:0}.dash-sidebar-section-label{font-size:.57rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);padding:0 .4rem;margin-bottom:.35rem}.dash-nav-link{display:flex;align-items:center;gap:.6rem;padding:.48rem .7rem;border-radius:8px;color:var(--text-2);font-size:.79rem;font-weight:500;transition:all .14s;text-decoration:none;border:none;background:none;width:100%;cursor:pointer;font-family:var(--sans)}.dash-nav-link:hover{background:var(--surface-2);color:var(--dark)}.dash-nav-link.active{background:var(--blue-pale);color:var(--blue);font-weight:600}.dash-nav-link.active .dash-icon{color:var(--blue)}.dash-nav-link .dash-icon{color:var(--text-3);transition:color .14s}.dash-nav-link:hover .dash-icon{color:var(--text-2)}.dash-nav-link.danger{color:rgba(224,85,85,.6)}.dash-nav-link.danger:hover{background:rgba(224,85,85,.06);color:var(--red)}.dash-nav-link.danger .dash-icon{color:inherit}.dash-nav-badge{margin-left:auto;min-width:18px;height:18px;padding:0 5px;border-radius:100px;background:var(--blue);color:#fff;font-size:.58rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.dash-sidebar-projects{padding:.9rem .7rem;flex:1;overflow-y:auto;overflow-x:hidden}.dash-sidebar-projects::-webkit-scrollbar{width:3px}.dash-sidebar-projects::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:100px}.dash-proj-link{display:flex;align-items:center;gap:.55rem;padding:.42rem .7rem;border-radius:8px;color:var(--text-3);font-size:.76rem;font-weight:500;transition:all .14s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;position:relative}.dash-proj-link:hover{background:var(--surface-2);color:var(--text-2)}.dash-proj-dot{width:5px;height:5px;border-radius:50%;background:var(--border-2);flex-shrink:0}.dash-proj-dot.on{background:var(--green)}.dash-proj-dot.wip{background:var(--orange)}.dash-proj-dot.done{background:var(--green)}.dash-proj-unread{margin-left:auto;width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}.dash-sidebar-bottom{padding:.7rem;border-top:1px solid var(--border);flex-shrink:0}.dash-topbar{height:var(--topbar-h);background:hsla(0,0%,100%,.8);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 1.5rem;gap:1rem;flex-shrink:0;position:sticky;top:0;z-index:50}.dash-topbar-search{flex:1;max-width:460px;position:relative}.dash-topbar-search-icon{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);color:var(--text-3);display:flex}.dash-topbar-search input{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:9px;padding:.52rem 1rem .52rem 2.1rem;font-family:var(--sans);font-size:.79rem;color:var(--dark);outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.dash-topbar-search input::-moz-placeholder{color:var(--text-3)}.dash-topbar-search input::placeholder{color:var(--text-3)}.dash-topbar-search input:focus{border-color:rgba(0,119,194,.3);box-shadow:0 0 0 3px var(--blue-glow);background:var(--white)}.dash-search-overlay{position:fixed;inset:0;z-index:199}.dash-search-drawer{position:absolute;top:calc(100% + 8px);left:0;right:0;min-width:320px;background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:0 12px 40px rgba(0,0,0,.12);z-index:200;animation:notif-slide .18s ease;overflow:hidden}.dash-topbar-end{display:flex;align-items:center;gap:.45rem;margin-left:auto}.dash-topbar-btn{width:38px;height:38px;border-radius:8px;background:transparent;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-2);transition:all .18s;position:relative;cursor:pointer;font-family:var(--sans)}.dash-topbar-btn:hover{background:var(--surface-2);color:var(--dark)}.dash-topbar-burger{display:none}.dash-topbar-logo-mobile{display:none;align-items:center}.dash-notif-dot{position:absolute;top:2px;right:2px;width:10px;height:10px;background:#ef4444;border-radius:50%;border:2px solid var(--white);box-shadow:0 0 0 1px rgba(239,68,68,.3);animation:notifPulse 2s ease-in-out infinite}@keyframes notifPulse{0%,to{box-shadow:0 0 0 1px rgba(239,68,68,.3)}50%{box-shadow:0 0 0 4px rgba(239,68,68,.15)}}.dash-notif-wrapper{position:relative}.dash-notif-drawer{position:absolute;top:calc(100% + 8px);right:0;width:340px;max-height:420px;background:var(--white);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);border:1px solid var(--border-1);z-index:200;overflow:hidden;animation:notifSlideIn .18s ease-out}@keyframes notifSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dash-notif-header{padding:.75rem 1rem;font-family:var(--serif);font-size:.85rem;font-weight:700;color:var(--dark);border-bottom:1px solid var(--border-1);display:flex;align-items:center;justify-content:space-between}.dash-notif-header .dash-notif-count{font-family:var(--sans);font-size:.65rem;font-weight:600;background:var(--blue);color:#fff;padding:.1rem .45rem;border-radius:100px}.dash-notif-list{overflow-y:auto;max-height:340px}.dash-notif-item{display:flex;align-items:flex-start;gap:.65rem;padding:.7rem 1rem;text-decoration:none;color:var(--dark);transition:background .12s;border-bottom:1px solid var(--border-1);cursor:pointer}.dash-notif-item:last-child{border-bottom:none}.dash-notif-item:hover{background:var(--surface-1)}.dash-notif-item-icon{width:32px;height:32px;border-radius:8px;background:rgba(0,119,194,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--blue)}.dash-notif-item-icon svg{width:15px;height:15px}.dash-notif-item-body{flex:1;min-width:0}.dash-notif-item-project{font-size:.72rem;font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-notif-item-text{font-size:.65rem;color:var(--text-3);margin-top:.15rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dash-notif-item-time{font-size:.58rem;color:var(--text-3);margin-top:.2rem}.dash-notif-empty{padding:2.5rem 1rem;text-align:center;color:var(--text-3);font-size:.78rem}.dash-notif-empty svg{width:28px;height:28px;margin:0 auto .6rem;opacity:.35}.dash-notif-overlay{position:fixed;inset:0;z-index:199}.dash-topbar-avatar{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#1a2d4a,var(--blue));display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.76rem;font-weight:700;color:#fff;cursor:pointer;transition:transform .18s;border:1px solid rgba(0,119,194,.2);text-decoration:none;overflow:hidden}.dash-topbar-avatar:hover{transform:scale(1.06)}.dash-topbar-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dash-help-btn{position:fixed;bottom:1.5rem;right:1.5rem;width:38px;height:38px;background:var(--white);border:1px solid var(--border-2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-2);font-family:var(--serif);font-size:.88rem;font-weight:700;transition:all .22s;z-index:999;box-shadow:var(--sh-md);text-decoration:none}.dash-help-btn:hover{background:var(--blue);color:#fff;border-color:var(--blue);transform:scale(1.08);box-shadow:0 6px 22px var(--blue-glow)}.dash-help-btn:hover .dash-help-tip{opacity:1;transform:translateX(-50%) translateY(-4px)}.dash-help-tip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%) translateY(0);background:var(--dark);color:hsla(0,0%,100%,.8);font-family:var(--sans);font-size:.62rem;font-weight:600;padding:.25rem .55rem;border-radius:5px;white-space:nowrap;opacity:0;transition:all .18s;pointer-events:none;letter-spacing:.03em}.dash-main-wrapper{overflow:hidden;min-width:0;margin-left:var(--sidebar-w)}.dash-main-scroll,.dash-main-wrapper{flex:1;display:flex;flex-direction:column}.dash-main-scroll{overflow-y:auto;overflow-x:hidden;padding:1.25rem 1.5rem 1.5rem}.dash-main-scroll::-webkit-scrollbar{width:5px}.dash-main-scroll::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:100px}.dash-central{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto;gap:1.25rem}.dash-welcome-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);overflow:hidden;display:flex;flex-direction:column;animation:dashUp .3s ease both}.dash-welcome-inner{flex:1;background:linear-gradient(135deg,#0a1e35,#0077c2);display:flex;align-items:center;justify-content:center;gap:2rem;padding:2rem;position:relative;overflow:hidden}.dash-welcome-inner:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(-45deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.03) 1px,transparent 0,transparent 18px);pointer-events:none}.dash-welcome-logo-box{width:30%;aspect-ratio:1;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.2);font-family:var(--serif);font-size:.7rem;font-weight:700;color:var(--blue);text-align:center;padding:.5rem;flex-shrink:0;overflow:hidden}.dash-welcome-logo-box img{width:85%;height:85%;-o-object-fit:contain;object-fit:contain}.dash-welcome-ampersand{font-size:2.2rem;font-weight:700;color:hsla(0,0%,100%,.7);flex-shrink:0;font-family:var(--serif);font-style:italic}.dash-welcome-footer{background:#fff;padding:.85rem 1rem;text-align:center}.dash-welcome-footer-title{font-size:.72rem;font-weight:700;letter-spacing:.16em;color:var(--blue);text-transform:uppercase}.dash-stats-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);padding:1.5rem;display:flex;flex-direction:column;justify-content:space-around;gap:0;animation:dashUp .3s ease .05s both}.dash-stat-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.dash-stat-row:last-child{border-bottom:none}.dash-stat-label{font-size:.82rem;color:var(--text-2);font-weight:500}.dash-stat-value{font-family:var(--serif);font-size:1.65rem;font-weight:700;color:var(--blue);letter-spacing:-.02em;line-height:1}.dash-credits-card{grid-column:1/-1;background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);padding:1.35rem 1.75rem;display:flex;align-items:center;justify-content:center;gap:.6rem;position:relative;overflow:hidden;animation:dashUp .3s ease .1s both}.dash-credits-card:before{content:"";position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(0,119,194,.05) 0,transparent 70%);pointer-events:none}.dash-credits-text{font-size:1.1rem;color:var(--text-2);font-weight:400}.dash-credits-number{font-family:var(--serif);font-size:2rem;font-weight:700;color:var(--blue);letter-spacing:-.03em;line-height:1}.dash-credits-unit{font-size:1rem;color:var(--text-2);font-weight:400}.dash-cta-card{grid-column:1/-1;background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);padding:1.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.1rem;cursor:pointer;transition:all .2s;text-decoration:none;color:inherit;animation:dashUp .3s ease .15s both}.dash-cta-card:hover{border-color:rgba(0,119,194,.25);box-shadow:var(--sh-md);transform:translateY(-2px)}.dash-cta-plus-btn{width:64px;height:64px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(0,119,194,.3);transition:transform .2s;flex-shrink:0;border:none;color:#fff}.dash-cta-card:hover .dash-cta-plus-btn{transform:scale(1.08)}.dash-cta-carousel-wrap{height:28px;overflow:hidden;position:relative;width:100%;display:flex;justify-content:center}.dash-cta-carousel-track{display:flex;flex-direction:column;animation:dashScrollUp 8s ease-in-out infinite}@keyframes dashScrollUp{0%,20%{transform:translateY(0)}25%,45%{transform:translateY(-28px)}50%,70%{transform:translateY(-56px)}75%,95%{transform:translateY(-84px)}to{transform:translateY(-112px)}}.dash-cta-carousel-item{height:28px;display:flex;align-items:center;justify-content:center;font-size:.88rem;color:var(--text-2);white-space:nowrap;flex-shrink:0}.dash-cta-tagline{font-size:1rem;font-weight:600;color:var(--text-2)}.dash-central-projects{grid-column:1/-1;background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);padding:1.25rem 1.35rem;display:flex;flex-direction:column;gap:1rem;animation:dashUp .3s ease .2s both}.dash-central-projects-header{display:flex;align-items:center;justify-content:space-between}.dash-central-projects-title{font-family:var(--serif);font-size:.88rem;font-weight:700;color:var(--dark)}.dash-central-projects-link{font-size:.68rem;color:var(--blue);font-weight:600;transition:color .15s;text-decoration:none}.dash-central-projects-link:hover{color:#005fa3}.dash-proj-grid{display:grid;grid-template-columns:repeat(5,1fr);align-items:start;gap:.8rem;position:relative}.dash-cp-card{background:hsla(0,0%,100%,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.07);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:all .2s;cursor:pointer;text-decoration:none;color:inherit}.dash-cp-card:hover{background:hsla(0,0%,100%,.95);border-color:rgba(0,0,0,.12);transform:translateY(-2px);box-shadow:0 6px 24px rgba(0,0,0,.08)}.dash-cp-card.dash-cp-new{border:1.5px dashed rgba(0,0,0,.1);background:rgba(0,119,194,.03);align-items:center;justify-content:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);height:100%;min-height:calc(220px + 60px)}.dash-cp-card.dash-cp-new:hover{border-color:rgba(0,119,194,.3);background:rgba(0,119,194,.06)}.dash-cp-new-inner{text-align:center;padding:1.25rem .75rem}.dash-cp-new-icon{width:36px;height:36px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:9px;display:flex;align-items:center;justify-content:center;margin:0 auto .6rem;transition:all .18s;color:var(--text-2);box-shadow:0 2px 8px rgba(0,0,0,.06)}.dash-cp-card.dash-cp-new:hover .dash-cp-new-icon{background:var(--blue);border-color:var(--blue);color:#fff}.dash-cp-new-label{font-size:.69rem;font-weight:600;color:var(--text-2);line-height:1.4}.dash-cp-card.dash-cp-new:hover .dash-cp-new-label{color:var(--blue)}.dash-cp-thumb{height:220px;flex-shrink:0;position:relative;overflow:hidden;background:linear-gradient(135deg,#ececec,#e4e4e4)}.dash-cp-thumb-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d4d4d4}.dash-cp-thumb-inner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dash-cp-thumb:after{content:"";position:absolute;bottom:0;left:0;right:0;height:45%;background:linear-gradient(transparent,hsla(0,0%,100%,.5));backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);transition:backdrop-filter .25s;pointer-events:none}.dash-cp-card:hover .dash-cp-thumb:after{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.dash-cp-status{position:absolute;bottom:.4rem;left:.45rem;font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .45rem;border-radius:100px;z-index:2}.dash-cp-status.active{background:#e8f5ee;color:var(--green);border:1px solid rgba(42,148,87,.25)}.dash-cp-status.progress{background:#fdf0e6;color:var(--orange);border:1px solid rgba(217,123,58,.25)}.dash-cp-status.draft{background:#f0f0f0;color:var(--text-3);border:1px solid var(--border-2)}.dash-cp-info{padding:.6rem .65rem}.dash-cp-addr{font-size:.58rem;color:var(--text-3);margin-bottom:.12rem}.dash-cp-addr,.dash-cp-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-cp-name{font-size:.76rem;font-weight:600;color:var(--dark)}.dash-cp-next{position:absolute;right:-.85rem;top:50%;transform:translateY(-50%);width:28px;height:28px;background:#fff;border:1px solid var(--border-2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-2);transition:all .18s;z-index:5;box-shadow:0 2px 10px rgba(0,0,0,.08)}.dash-cp-next:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.dash-icon{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;display:block}@keyframes dashUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.dash-proj-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:960px){.dash-central{grid-template-columns:1fr}.dash-central-projects,.dash-credits-card,.dash-cta-card{grid-column:1}.dash-proj-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.dash-root{--sidebar-w:0px}.dash-sidebar{position:fixed;top:0;left:-240px;width:240px!important;height:100vh!important;height:100dvh!important;z-index:200;background:var(--white);box-shadow:none;overflow-y:auto;display:flex;flex-direction:column;transition:left .3s ease,box-shadow .3s ease}.dash-sidebar.open{left:0;box-shadow:4px 0 24px rgba(0,0,0,.12)}.dash-main-wrapper{margin-left:0}.dash-topbar-burger,.dash-topbar-logo-mobile{display:flex}.dash-topbar-search{display:none}.dash-central{grid-template-columns:1fr}.dash-central-projects,.dash-credits-card,.dash-cta-card{grid-column:1}.dash-proj-grid{grid-template-columns:repeat(2,1fr)}.dash-cp-thumb{height:160px}.dash-cp-next{display:none}}#central_component_my_projects{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);display:flex;flex-direction:column;flex:1;overflow:hidden;animation:fadeIn .3s ease both}.mp-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0;background:var(--white)}.mp-header-left{display:flex;align-items:baseline;gap:.75rem}.mp-title{font-family:var(--serif);font-size:1.1rem;font-weight:700;color:var(--dark)}.mp-count{font-size:.65rem;font-weight:700;color:var(--text-3);background:var(--surface-2);border:1px solid var(--border);padding:.15rem .55rem;border-radius:100px}.mp-search{position:relative;width:220px}.mp-search-icon{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);color:var(--text-3)}.mp-search input{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:.45rem .75rem .45rem 2rem;font-family:var(--sans);font-size:.75rem;color:var(--dark);outline:none;transition:border-color .18s,box-shadow .18s}.mp-search input::-moz-placeholder{color:var(--text-3)}.mp-search input::placeholder{color:var(--text-3)}.mp-search input:focus{border-color:rgba(0,119,194,.3);box-shadow:0 0 0 3px var(--blue-glow);background:var(--white)}.mp-cols{display:grid;grid-template-columns:110px 1fr 160px 200px 1fr 44px;gap:1rem;padding:.6rem 1.5rem;border-bottom:1px solid var(--border);background:var(--surface-2);flex-shrink:0}.mp-col-label{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--text-3);display:flex;align-items:center;gap:.3rem;cursor:pointer;transition:color .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mp-col-label:hover{color:var(--dark)}.mp-col-label.active{color:var(--blue)}.mp-list{flex:1;overflow-y:auto;overflow-x:hidden}.mp-list::-webkit-scrollbar{width:4px}.mp-list::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:100px}.mp-row{display:grid;grid-template-columns:110px 1fr 160px 200px 1fr 44px;gap:1rem;padding:.9rem 1.5rem;border-bottom:1px solid var(--border);align-items:center;text-decoration:none;color:inherit;transition:background .14s;cursor:pointer;animation:rowIn .25s ease both}@keyframes rowIn{0%{opacity:0;transform:translateX(-6px)}to{opacity:1;transform:translateX(0)}}.mp-row:first-child{animation-delay:.04s}.mp-row:nth-child(2){animation-delay:.08s}.mp-row:nth-child(3){animation-delay:.12s}.mp-row:nth-child(4){animation-delay:.16s}.mp-row:nth-child(5){animation-delay:.2s}.mp-row:last-child{border-bottom:none}.mp-row:hover{background:#fafafa}.mp-row:hover .mp-arrow{background:rgba(0,119,194,.2);border-color:rgba(0,119,194,.35)}.mp-date{font-size:.72rem;color:var(--text-3);font-variant-numeric:tabular-nums}.mp-name{font-size:.82rem;font-weight:600;color:var(--dark)}.mp-name,.mp-name-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-name-sub{font-size:.65rem;color:var(--text-3);margin-top:.1rem}.mp-type{font-size:.75rem;color:var(--text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.63rem;font-weight:700;padding:.22rem .65rem;border-radius:100px;white-space:nowrap}.mp-badge-dot{width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.badge-depose{background:#f0f0f0;color:var(--text-3);border:1px solid var(--border-2)}.badge-transmis{background:rgba(0,119,194,.08);color:var(--blue);border:1px solid rgba(0,119,194,.15)}.badge-validee{background:rgba(0,119,194,.12);color:var(--blue);border:1px solid rgba(0,119,194,.2)}.badge-amorce{background:rgba(124,92,191,.08);color:var(--purple);border:1px solid rgba(124,92,191,.15)}.badge-encours{background:#fdf0e6;color:var(--orange);border:1px solid rgba(217,123,58,.18)}.badge-livree{background:#e8f5ee;color:var(--green);border:1px solid rgba(42,148,87,.18)}.badge-attente{background:rgba(224,85,85,.08);color:var(--red);border:1px solid rgba(224,85,85,.15)}.badge-termine{background:rgba(42,148,87,.07);color:var(--green);border:1px solid rgba(42,148,87,.12)}.mp-notif{display:flex;align-items:center;justify-content:flex-start;gap:.35rem}.notif-pill{display:inline-flex;align-items:center;gap:.25rem;background:rgba(224,85,85,.1);color:var(--red);border:1px solid rgba(224,85,85,.18);font-size:.6rem;font-weight:700;padding:.18rem .5rem;border-radius:100px;white-space:nowrap}.mp-arrow{width:28px;height:28px;border-radius:7px;background:rgba(0,119,194,.12);color:var(--blue);border:1px solid rgba(0,119,194,.2);transition:background .15s,border-color .15s;justify-self:center}.mp-arrow,.mp-empty{display:flex;align-items:center;justify-content:center}.mp-empty{flex:1;flex-direction:column;gap:1.25rem;padding:3rem;text-align:center}.mp-empty-icon{width:52px;height:52px;background:var(--surface-2);border-radius:14px;border:1px solid var(--border-2);display:flex;align-items:center;justify-content:center;color:var(--text-3)}.mp-empty-title{font-family:var(--serif);font-size:1.1rem;font-weight:700;color:var(--dark);font-style:italic}.mp-empty-sub{font-size:.78rem;color:var(--text-3);line-height:1.6}.mp-empty-btn{background:var(--blue);color:#fff;border:none;padding:.65rem 1.5rem;border-radius:9px;font-family:var(--sans);font-size:.8rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 3px 12px rgba(0,119,194,.22);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem}.mp-empty-btn:hover{background:#005fa3;transform:translateY(-1px)}.mp-footer{padding:.75rem 1.5rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-shrink:0;background:var(--surface-2)}.mp-footer-info{font-size:.65rem;color:var(--text-3)}.mp-footer-info strong{color:var(--dark)}.mp-new-btn{display:inline-flex;align-items:center;gap:.4rem;background:var(--blue);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-family:var(--sans);font-size:.72rem;font-weight:700;cursor:pointer;transition:all .18s;text-decoration:none;box-shadow:0 2px 10px rgba(0,119,194,.2)}.mp-new-btn:hover{background:#005fa3;transform:translateY(-1px)}@media (max-width:900px){.mp-cols{grid-template-columns:100px 1fr 190px 44px}.mp-cols>div:nth-child(3),.mp-cols>div:nth-child(5){display:none}.mp-row{grid-template-columns:100px 1fr 190px 44px}.mp-row>div:nth-child(3),.mp-row>div:nth-child(5){display:none}.mp-search{width:180px}}@media (max-width:600px){.mp-cols{display:none}.mp-row{display:flex!important;flex-direction:row!important;align-items:center;gap:.5rem;padding:.85rem 1rem}.mp-row>*{display:none!important}.mp-row>div:nth-child(2){display:block!important;flex:1;min-width:0}.mp-row>div:nth-child(2) .mp-name{font-size:.85rem;white-space:normal;overflow:visible;text-overflow:unset;line-height:1.35}.mp-row>div:nth-child(2) .mp-name-sub{display:none!important}.mp-row>div:nth-child(5){align-items:center}.mp-row>div:nth-child(5),.mp-row>div:nth-child(6){display:flex!important;flex-shrink:0}.notif-pill{gap:.2rem;padding:.18rem .45rem;font-size:.62rem}.notif-pill-text{display:none}.mp-header{flex-direction:column;align-items:flex-start;gap:.75rem}.mp-search{width:100%}.mp-footer{flex-direction:column;gap:.6rem;align-items:stretch}.mp-new-btn{justify-content:center}}#central_component_details_project{display:flex;flex-direction:column;gap:1.1rem;flex:1;animation:fadeIn .3s ease both;min-height:0;overflow:visible}.dp-header{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);display:grid;grid-template-columns:220px 1fr;overflow:hidden;min-height:180px;flex-shrink:0}.dp-image{background:linear-gradient(135deg,#ececec,#e4e4e4);display:flex;align-items:center;justify-content:center;border-right:1px solid var(--border);position:relative;overflow:hidden}.dp-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dp-image-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ccc}.dp-image-placeholder span{font-size:.65rem;font-weight:600;color:var(--text-3);letter-spacing:.05em}.dp-info{padding:1.5rem 1.75rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.dp-project-name{font-family:var(--serif);font-size:1.5rem;font-weight:700;font-style:italic;color:var(--dark);letter-spacing:-.02em;line-height:1.15;margin-bottom:.25rem}.dp-project-addr{font-size:.75rem;color:var(--text-3);display:flex;align-items:center;gap:.35rem}.dp-info-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.dp-meta-chip{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);padding:.65rem .85rem}.dp-meta-label{font-size:.57rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--text-3);margin-bottom:.3rem}.dp-meta-value{font-size:.8rem;font-weight:600;color:var(--dark);line-height:1.3}.dp-meta-value.blue{color:var(--blue)}.dp-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.65rem;font-weight:700;padding:.2rem .6rem;border-radius:100px}.dp-badge-dot{width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.dp-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;flex:1;min-height:0}.dp-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);display:flex;flex-direction:column;overflow:hidden;min-height:0}.dp-card-header{padding:1rem 1.2rem .85rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.dp-card-title{font-family:var(--serif);font-size:.88rem;font-weight:700;color:var(--dark)}.dp-card-count{font-size:.62rem;font-weight:700;color:var(--text-3);background:var(--surface-2);border:1px solid var(--border);padding:.12rem .45rem;border-radius:100px}.dp-card-action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:.85rem 1.2rem;padding:.6rem 1rem;background:var(--surface-2);border:1.5px dashed rgba(0,0,0,.1);border-radius:var(--r);font-family:var(--sans);font-size:.75rem;font-weight:600;color:var(--text-2);cursor:pointer;transition:all .18s;flex-shrink:0;text-decoration:none}.dp-card-action-btn:hover{background:var(--blue-pale);border-color:rgba(0,119,194,.25);color:var(--blue)}.dp-card-action-btn.primary{background:var(--blue);border:none;color:#fff;box-shadow:0 3px 12px rgba(0,119,194,.22)}.dp-card-action-btn.primary:hover{background:#005fa3;color:#fff;transform:translateY(-1px)}.dp-file-list{flex:1;overflow-y:auto;min-height:0;padding:0 1.2rem}.dp-file-list::-webkit-scrollbar{width:3px}.dp-file-list::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:100px}.dp-file-item{display:flex;align-items:center;gap:.65rem;padding:.7rem 0;border-bottom:1px solid var(--border);cursor:pointer;transition:background .14s}.dp-file-item:last-child{border-bottom:none}.dp-file-item:hover{background:var(--surface-2);margin:0 -1.2rem;padding-left:1.2rem;padding-right:1.2rem;border-radius:8px}.dp-file-icon{width:32px;height:32px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-3);flex-shrink:0;transition:all .15s}.dp-file-item:hover .dp-file-icon{background:var(--blue-pale);color:var(--blue);border-color:rgba(0,119,194,.18)}.dp-file-name{font-size:.75rem;font-weight:500;color:var(--dark);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dp-file-size{font-size:.62rem;color:var(--text-3);flex-shrink:0}.dp-empty{flex:1;flex-direction:column;gap:.6rem;padding:1.5rem;text-align:center}.dp-empty,.dp-empty-icon{display:flex;align-items:center;justify-content:center}.dp-empty-icon{width:40px;height:40px;border-radius:10px;background:var(--surface-2);border:1px solid var(--border);color:var(--text-3)}.dp-empty-title{font-size:.8rem;font-weight:600;color:var(--dark)}.dp-empty-sub{font-size:.7rem;color:var(--text-3);line-height:1.55;max-width:180px}.dp-messages{flex:1;overflow-y:auto;min-height:0;padding:.85rem 1.2rem;display:flex;flex-direction:column;gap:.6rem}.dp-messages::-webkit-scrollbar{width:3px}.dp-messages::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:100px}.dp-msg{display:flex;flex-direction:column;max-width:82%}.dp-msg.user{align-self:flex-end;align-items:flex-end}.dp-msg.admin{align-self:flex-start;align-items:flex-start}.dp-msg-sender{font-size:.58rem;font-weight:700;color:var(--blue);margin-bottom:.2rem;letter-spacing:.04em}.dp-msg-bubble{padding:.6rem .85rem;border-radius:12px;font-size:.78rem;line-height:1.5}.dp-msg.user .dp-msg-bubble{background:var(--blue);color:#fff;border-bottom-right-radius:4px}.dp-msg.admin .dp-msg-bubble{background:var(--surface-2);color:var(--dark);border:1px solid var(--border);border-bottom-left-radius:4px}.dp-msg-time{font-size:.58rem;color:var(--text-3);margin-top:.2rem}.dp-msg.user .dp-msg-time{color:hsla(0,0%,100%,.6)}.dp-msg-input-wrap{padding:.75rem 1.2rem;border-top:1px solid var(--border);display:flex;gap:.5rem;flex-shrink:0}.dp-msg-input{flex:1;background:var(--surface-2);border:1px solid var(--border);border-radius:9px;padding:.5rem .85rem;font-family:var(--sans);font-size:.78rem;color:var(--dark);outline:none;resize:none;transition:border-color .18s,box-shadow .18s;min-height:36px}.dp-msg-input::-moz-placeholder{color:var(--text-3)}.dp-msg-input::placeholder{color:var(--text-3)}.dp-msg-input:focus{border-color:rgba(0,119,194,.3);box-shadow:0 0 0 3px var(--blue-glow);background:var(--white)}.dp-msg-send{width:36px;height:36px;background:var(--blue);border:none;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .18s;flex-shrink:0;box-shadow:0 2px 10px rgba(0,119,194,.25)}.dp-msg-send:hover{background:#005fa3;transform:scale(1.05)}.dp-msg-send:disabled{opacity:.4;cursor:default;transform:none}@media (max-height:900px){#central_component_details_project{overflow-y:auto}#central_component_details_project .dp-grid{flex:none}#central_component_details_project .dp-card{flex:none!important;min-height:0!important;max-height:350px}}@media (max-width:900px){#central_component_details_project{flex:none;overflow:visible}.dp-header{grid-template-columns:130px 1fr;min-height:160px}.dp-info-meta{grid-template-columns:repeat(2,1fr)}.dp-grid{grid-template-columns:1fr 1fr}.dp-card{flex:none!important;min-height:0!important;max-height:350px}}@media (max-width:600px){#central_component_details_project{flex:none;overflow:visible}.dp-header{grid-template-columns:1fr;min-height:auto}.dp-image{height:120px;border-right:none;border-bottom:1px solid var(--border)}.dp-info-meta{grid-template-columns:1fr 1fr}.dp-grid{display:flex;flex-direction:column;gap:1.1rem}.dp-card-title{font-size:.78rem}.dp-card{flex:none!important;min-height:0!important;max-height:350px}}#central_component_my_profile{display:grid;grid-template-columns:1fr 260px;gap:1.1rem;flex:1;min-height:0;animation:fadeIn .3s ease both}.mp-form-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);display:flex;flex-direction:column;overflow:hidden;min-height:0}.mp-form-header{padding:1.2rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.mp-form-title{font-family:var(--serif);font-size:1.05rem;font-weight:700;color:var(--dark)}.mp-unsaved-pill{display:inline-flex;align-items:center;gap:.3rem;font-size:.62rem;font-weight:700;color:var(--orange,#d97b3a);background:rgba(217,123,58,.08);border:1px solid rgba(217,123,58,.18);padding:.18rem .55rem;border-radius:100px;opacity:0;transition:opacity .2s}.mp-unsaved-pill.visible{opacity:1}.mp-form-scroll{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:0}.mp-form-scroll::-webkit-scrollbar{width:3px}.mp-form-scroll::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:100px}.mpp-section{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border)}.mpp-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.mpp-section-label{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);margin-bottom:.9rem}.mpp-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.mpp-row.single{grid-template-columns:1fr}.mpp-row:last-child{margin-bottom:0}.mp-field{display:flex;flex-direction:column;gap:.3rem}.mp-field-label{font-size:.68rem;font-weight:600;color:var(--text-2)}.mp-input{width:100%;background:var(--surface-2);border:1px solid var(--border-2);border-radius:8px;padding:.5rem .75rem;font-family:var(--sans);font-size:.78rem;color:var(--dark);outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.mp-input::-moz-placeholder{color:var(--text-3)}.mp-input::placeholder{color:var(--text-3)}.mp-input:focus{border-color:rgba(0,119,194,.35);box-shadow:0 0 0 3px var(--blue-glow);background:var(--white)}.mp-input:disabled{opacity:.5;cursor:not-allowed;background:var(--surface-2)}select.mp-input{cursor:pointer}.mp-field-error{font-size:.62rem;color:var(--red);display:flex;align-items:center;gap:.25rem}.mp-form-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);display:flex;gap:.65rem;flex-shrink:0;background:var(--surface-2)}.mp-btn{flex:1;padding:.6rem 1rem;border-radius:9px;font-family:var(--sans);font-size:.75rem;font-weight:700;cursor:pointer;transition:all .18s;display:flex;align-items:center;justify-content:center;gap:.4rem;border:none}.mp-btn-secondary{background:var(--white);color:var(--text-2);border:1px solid var(--border-2)}.mp-btn-secondary:hover{background:var(--surface-2);color:var(--dark)}.mp-btn-primary{background:var(--blue);color:#fff;box-shadow:0 3px 12px rgba(0,119,194,.22)}.mp-btn-primary:hover{background:#005fa3;transform:translateY(-1px)}.mp-btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none}.mp-side{gap:1.1rem}.mp-logo-card,.mp-side{display:flex;flex-direction:column}.mp-logo-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);padding:1.2rem;gap:.85rem}.mp-logo-card-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3)}.mp-logo-zone{aspect-ratio:1;background:var(--surface-2);border:1.5px dashed rgba(0,0,0,.1);border-radius:var(--r);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;cursor:pointer;transition:all .18s;position:relative;overflow:hidden}.mp-logo-zone:hover{background:var(--blue-pale);border-color:rgba(0,119,194,.25)}.mp-logo-zone:hover .mp-logo-placeholder-icon,.mp-logo-zone:hover .mp-logo-placeholder-text{color:var(--blue)}.mp-logo-placeholder-icon,.mp-logo-placeholder-text{color:var(--text-3);transition:color .18s}.mp-logo-placeholder-text{font-size:.68rem;font-weight:600;text-align:center}.mp-logo-btn{width:100%;padding:.6rem;background:var(--blue);color:#fff;border:none;border-radius:9px;font-family:var(--sans);font-size:.72rem;font-weight:700;cursor:pointer;transition:all .18s;box-shadow:0 2px 10px rgba(0,119,194,.2);display:flex;align-items:center;justify-content:center;gap:.4rem}.mp-logo-btn:hover{background:#005fa3;transform:translateY(-1px)}.mp-plan-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);padding:1.2rem;display:flex;flex-direction:column;gap:.85rem}.mp-plan-label{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3)}.mp-plan-name{font-family:var(--serif);font-size:1.35rem;font-weight:700;font-style:italic;color:var(--dark);letter-spacing:-.02em;line-height:1}.mp-plan-details{display:flex;flex-direction:column;gap:.4rem}.mp-plan-row{display:flex;align-items:center;justify-content:space-between;font-size:.7rem}.mp-plan-row-label{color:var(--text-3)}.mp-plan-row-value{font-weight:600;color:var(--dark)}.mp-plan-row-value.green{color:var(--green)}.mp-plan-divider{height:1px;background:var(--border);margin:.25rem 0}.mp-plan-btn{width:100%;padding:.6rem;background:var(--surface-2);color:var(--text-2);border:1px solid var(--border-2);border-radius:9px;font-family:var(--sans);font-size:.72rem;font-weight:700;cursor:pointer;transition:all .18s;display:flex;align-items:center;justify-content:center;gap:.4rem}.mp-plan-btn:hover{background:var(--white);color:var(--dark);border-color:var(--border-2);box-shadow:0 2px 8px rgba(0,0,0,.06)}.mp-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100}.mp-modal{background:var(--white);border-radius:var(--r-lg);padding:1.75rem;width:380px;max-width:90vw;box-shadow:0 20px 60px rgba(0,0,0,.15)}.mp-modal-title{font-family:var(--serif);font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.mp-modal-text{font-size:.78rem;color:var(--text-2);line-height:1.6;margin-bottom:1.25rem}.mp-modal-actions{display:flex;gap:.65rem}@media (max-width:900px){#central_component_my_profile{grid-template-columns:1fr 220px}}@media (max-width:650px){#central_component_my_profile{grid-template-columns:1fr;display:flex;flex-direction:column;gap:1.1rem;overflow:hidden}.mp-form-card{flex:1;min-height:0;overflow:hidden}.mp-side{flex-direction:row;flex-wrap:wrap;order:-1;flex-shrink:0}.mp-logo-card,.mp-plan-card{flex:1;min-width:200px}.mpp-row{grid-template-columns:1fr}}#central_component_help{display:grid;grid-template-columns:1fr 280px;gap:1.1rem;flex:1;min-height:0;height:100%;animation:fadeIn .3s ease both}.help-main{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);display:flex;flex-direction:column;overflow:hidden;min-height:0}.help-header{padding:1.25rem 1.5rem 0;flex-shrink:0}.help-eyebrow{font-size:.58rem;text-transform:uppercase;letter-spacing:.1em;color:var(--blue)}.help-eyebrow,.help-title{font-weight:700;margin-bottom:.3rem}.help-title{font-family:var(--serif);font-size:1.15rem;color:var(--dark);line-height:1.2}.help-title em{font-style:italic;color:var(--blue)}.help-sub{font-size:.75rem;color:var(--text-3);line-height:1.6;margin-bottom:1rem}.help-tabs{display:flex;border-bottom:1px solid var(--border)}.help-tab{padding:.7rem 1.1rem;font-size:.75rem;font-weight:700;color:var(--text-3);cursor:pointer;transition:all .18s;display:flex;align-items:center;gap:.4rem;background:none;border:none;border-bottom:2.5px solid transparent;font-family:var(--sans);white-space:nowrap}.help-tab:hover{color:var(--dark)}.help-tab.active{color:var(--blue);border-bottom-color:var(--blue)}.tab-faq-mobile{display:none}.help-body{flex:1;overflow-y:auto;min-height:0;padding:1.35rem 1.5rem}.help-body::-webkit-scrollbar{width:3px}.help-body::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:100px}.help-panel{display:none}.help-panel.active{display:block}.form-group{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.9rem}.form-label{font-size:.68rem;font-weight:600;color:var(--text-2)}.form-input,.form-select,.form-textarea{width:100%;padding:.55rem .85rem;border:1.5px solid var(--border-2);border-radius:9px;font-family:var(--sans);font-size:.78rem;color:var(--dark);background:var(--surface-2);outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:rgba(0,119,194,.35);box-shadow:0 0 0 3px var(--blue-glow);background:var(--white)}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:var(--text-3)}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-3)}.form-textarea{resize:vertical;min-height:110px;line-height:1.6}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A0A0A0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.2rem;cursor:pointer}.type-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.9rem}.type-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:100px;font-size:.68rem;font-weight:700;border:1.5px solid var(--border-2);background:var(--surface-2);color:var(--text-2);cursor:pointer;transition:all .18s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.type-chip:hover{border-color:rgba(0,119,194,.3)}.type-chip.sel-blue,.type-chip:hover{color:var(--blue);background:var(--blue-pale)}.type-chip.sel-blue{border-color:var(--blue)}.type-chip.sel-orange{border-color:var(--orange);color:var(--orange);background:rgba(217,123,58,.07)}.type-chip.sel-red{border-color:var(--red);color:var(--red);background:rgba(224,85,85,.07)}.help-dropzone{border:1.5px dashed rgba(0,0,0,.1);border-radius:9px;padding:.75rem 1rem;background:var(--surface-2);display:flex;align-items:center;gap:.6rem;cursor:pointer;transition:all .18s}.help-dropzone:hover{border-color:rgba(0,119,194,.25)}.form-note{font-size:.63rem;color:var(--text-3);line-height:1.6;align-items:flex-start;gap:.35rem}.form-note,.form-submit{margin-top:.5rem;display:flex}.form-submit{width:100%;padding:.7rem;background:var(--blue);color:#fff;border:none;border-radius:10px;font-family:var(--sans);font-size:.8rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 3px 14px rgba(0,119,194,.28);align-items:center;justify-content:center;gap:.5rem}.form-submit:hover{background:#005fa3;transform:translateY(-1px)}.form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-success{display:none;text-align:center;padding:2.5rem 1.5rem;flex-direction:column;align-items:center;gap:.85rem}.form-success.visible{display:flex}.success-icon{width:52px;height:52px;background:rgba(42,148,87,.1);border:1px solid rgba(42,148,87,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green)}.success-title{font-family:var(--serif);font-size:1.05rem;font-weight:700}.success-sub{font-size:.75rem;color:var(--text-3);line-height:1.65;max-width:280px}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid var(--border);border-radius:var(--r);overflow:hidden}.faq-q{padding:.85rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;font-size:.8rem;font-weight:600;color:var(--dark);background:var(--surface-2);transition:background .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-q:hover{background:#f0f0f0}.faq-q.open{background:var(--blue-pale);color:var(--blue)}.faq-chevron{transition:transform .2s;flex-shrink:0;color:var(--text-3)}.faq-q.open .faq-chevron{transform:rotate(180deg);color:var(--blue)}.faq-a{display:none;padding:.85rem 1rem;font-size:.75rem;color:var(--text-2);line-height:1.7;border-top:1px solid var(--border);background:var(--white)}.faq-a.open{display:block}.help-side{display:flex;flex-direction:column;gap:1.1rem;height:100%}.side-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);padding:1.2rem}.side-card-title{font-family:var(--serif);font-size:.88rem;font-weight:700;color:var(--dark);margin-bottom:.9rem}.side-faq{flex:1;display:flex;flex-direction:column;overflow:hidden}.side-faq .faq-list{flex:1;overflow-y:auto}.side-faq .faq-list::-webkit-scrollbar{width:3px}.side-faq .faq-list::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:100px}.side-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.side-item:last-child{border-bottom:none;padding-bottom:0}.side-item-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.side-item-icon.blue{background:var(--blue-pale);color:var(--blue);border:1px solid rgba(0,119,194,.14)}.side-item-icon.green{background:rgba(42,148,87,.08);color:var(--green);border:1px solid rgba(42,148,87,.14)}.side-item-icon.orange{background:rgba(217,123,58,.08);color:var(--orange);border:1px solid rgba(217,123,58,.14)}.side-item-label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);margin-bottom:.15rem}.side-item-value{font-size:.78rem;font-weight:600;color:var(--dark)}.side-item-sub{font-size:.65rem;color:var(--text-3);margin-top:.1rem;line-height:1.5}.help-delais-mobile{display:none;flex-direction:column;gap:0;margin-bottom:.85rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);overflow:hidden}.hdm-item{display:flex;align-items:center;gap:.65rem;padding:.65rem .85rem;border-bottom:1px solid var(--border)}.hdm-item:last-child{border-bottom:none}.hdm-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hdm-icon.green{background:rgba(42,148,87,.1);color:var(--green);border:1px solid rgba(42,148,87,.15)}.hdm-icon.orange{background:rgba(217,123,58,.1);color:var(--orange);border:1px solid rgba(217,123,58,.15)}.hdm-icon.blue{background:var(--blue-pale);color:var(--blue);border:1px solid rgba(0,119,194,.15)}.hdm-label{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3)}.hdm-value{font-size:.75rem;font-weight:600;color:var(--dark)}.hdm-sub{font-size:.62rem;color:var(--text-3);margin-top:.05rem}@media (max-width:900px){#central_component_help{grid-template-columns:1fr 240px}}@media (max-width:650px){#central_component_help{grid-template-columns:1fr!important;height:auto;width:100%}.help-main{width:100%;min-width:0}.help-side{display:none!important}.help-delais-mobile{display:flex}.tab-faq-mobile{display:flex!important}}@media (min-width:651px){.help-delais-mobile,.tab-faq-mobile{display:none!important}}#ad-dash{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;align-items:stretch}.ad-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);overflow:hidden;display:flex;flex-direction:column}.ad-hero{grid-column:1/-1;background:linear-gradient(130deg,#041c35,#0077c2 55%,#1a9ad4);border:none;box-shadow:0 8px 32px rgba(0,119,194,.28);position:relative;overflow:hidden}.ad-hero:before{inset:0;background:repeating-linear-gradient(-45deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,.02) 1px,transparent 0,transparent 20px)}.ad-hero:after,.ad-hero:before{content:"";position:absolute;pointer-events:none}.ad-hero:after{top:-40px;right:-40px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,hsla(0,0%,100%,.07) 0,transparent 65%)}.ad-hero-inner{justify-content:space-between;gap:2rem;padding:1.75rem 2rem;position:relative;z-index:1}.ad-hero-inner,.ad-hero-left{display:flex;align-items:center}.ad-hero-left{gap:1.35rem}.ad-hero-icon{width:54px;height:54px;border-radius:14px;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);flex-shrink:0}.ad-hero-eyebrow{font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:hsla(0,0%,100%,.5);margin-bottom:.3rem}.ad-hero-name{font-family:var(--serif);font-size:1.4rem;font-weight:700;color:#fff;line-height:1.15}.ad-hero-name em{font-style:italic;font-weight:300;opacity:.85}.ad-hero-role{font-size:.7rem;color:hsla(0,0%,100%,.55);margin-top:.2rem;display:flex;align-items:center;gap:.4rem}.ad-hero-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.6rem;font-weight:700;padding:.25rem .7rem;border-radius:100px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.85);backdrop-filter:blur(4px)}.ad-hero-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#4ade80;flex-shrink:0}.ad-hero-right{display:flex;gap:.75rem;flex-shrink:0}.ad-hero-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1.1rem;border-radius:9px;font-family:var(--sans);font-size:.72rem;font-weight:700;cursor:pointer;transition:all .18s;text-decoration:none;border:none}.ad-hero-btn-primary{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);color:#fff;backdrop-filter:blur(4px)}.ad-hero-btn-primary:hover{background:hsla(0,0%,100%,.25)}.ad-hero-btn-ghost{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.7)}.ad-hero-btn-ghost:hover{background:hsla(0,0%,100%,.13);color:#fff}.ad-card-head{gap:.75rem;padding:1.1rem 1.35rem .9rem;border-bottom:1px solid var(--border)}.ad-card-head,.ad-card-icon{display:flex;align-items:center}.ad-card-icon{width:34px;height:34px;border-radius:9px;justify-content:center;flex-shrink:0}.ad-card-title{font-family:var(--serif);font-size:.9rem;font-weight:700;color:var(--dark)}.ad-card-subtitle{font-size:.61rem;color:var(--text-3);margin-top:.04rem}.ad-metric-list{display:flex;flex-direction:column;flex:1}.ad-metric-row{display:flex;align-items:center;gap:1rem;padding:.95rem 1.35rem;border-bottom:1px solid var(--border);transition:background .15s}.ad-metric-row:last-child{border-bottom:none}.ad-metric-row:hover{background:var(--surface-2)}.ad-metric-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ad-metric-val{font-family:var(--serif);font-size:1.55rem;font-weight:700;line-height:1;letter-spacing:-.03em}.ad-metric-lbl{font-size:.63rem;color:var(--text-3);margin-top:.1rem}.ad-metric-trend{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.ad-proj-4{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;padding:1.1rem 1.35rem}.ad-proj-cell{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:.9rem;border-radius:var(--r);border:1px solid var(--border);background:var(--surface-2);transition:all .18s}.ad-proj-cell:hover{border-color:var(--border-2);box-shadow:var(--sh)}.ad-proj-cell-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.ad-proj-val{font-family:var(--serif);font-size:1.5rem;font-weight:700;line-height:1;letter-spacing:-.03em}.ad-proj-lbl{font-size:.61rem;color:var(--text-3);line-height:1.3}.ad-prog-wrap{padding:0 1.35rem 1.1rem;gap:.45rem}.ad-prog-row,.ad-prog-wrap{display:flex;flex-direction:column}.ad-prog-row{gap:.22rem}.ad-prog-head{display:flex;justify-content:space-between;font-size:.6rem}.ad-prog-label{color:var(--text-3)}.ad-prog-bar-bg{height:4px;border-radius:100px;background:rgba(0,0,0,.06);overflow:hidden}.ad-prog-bar-fill{height:100%;border-radius:100px}.ad-alert-list{display:flex;flex-direction:column;flex:1}.ad-alert-item{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1.35rem;border-bottom:1px solid var(--border);transition:background .15s}.ad-alert-item:last-child{border-bottom:none}.ad-alert-item:hover{background:var(--surface-2)}.ad-alert-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:3px}.ad-alert-title{font-size:.75rem;font-weight:600;color:var(--dark);margin-bottom:.15rem;line-height:1.3}.ad-alert-meta{font-size:.62rem;color:var(--text-3)}.ad-alert-badge{display:inline-flex;align-items:center;font-size:.58rem;font-weight:700;padding:.12rem .5rem;border-radius:100px;margin-left:.4rem}.ad-actions-wrap{display:flex;flex-direction:column;gap:.6rem;padding:1.1rem 1.35rem;flex:1;justify-content:center}.ad-action-btn{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.1rem;border-radius:var(--r);font-family:var(--sans);font-size:.75rem;font-weight:700;cursor:pointer;transition:all .18s;text-decoration:none;border:none;width:100%}.ad-action-primary{background:var(--blue);color:#fff;box-shadow:0 3px 14px rgba(0,119,194,.22)}.ad-action-primary:hover{background:#005fa3;transform:translateY(-1px)}.ad-action-outline{background:var(--white);color:var(--dark);border:1.5px solid var(--border-2)}.ad-action-outline:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-pale)}.ad-action-btn-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ad-action-arrow{margin-left:auto}@media(max-width:680px){#ad-dash{grid-template-columns:1fr}.ad-hero{grid-column:1}.ad-hero-inner{flex-direction:column;align-items:flex-start}.ad-hero-right{width:100%}.ad-hero-btn{flex:1;justify-content:center}}#ed-dash{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;align-items:stretch}.ed-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);overflow:hidden;display:flex;flex-direction:column}.ed-span2{grid-column:1/-1}.ed-hero{background:linear-gradient(130deg,#0a2540,#0b5a8c 50%,#0077c2);border:none;box-shadow:0 8px 32px rgba(0,119,194,.22);position:relative;overflow:hidden}.ed-hero:before{inset:0;background:repeating-linear-gradient(-45deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,.02) 1px,transparent 0,transparent 20px)}.ed-hero:after,.ed-hero:before{content:"";position:absolute;pointer-events:none}.ed-hero:after{top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,hsla(0,0%,100%,.06) 0,transparent 65%)}.ed-hero-inner{justify-content:space-between;gap:2rem;padding:1.75rem 2rem;position:relative;z-index:1}.ed-hero-inner,.ed-hero-left{display:flex;align-items:center}.ed-hero-left{gap:1.35rem}.ed-hero-icon{width:54px;height:54px;border-radius:14px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.18);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);flex-shrink:0}.ed-hero-eyebrow{font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:hsla(0,0%,100%,.45);margin-bottom:.3rem}.ed-hero-name{font-family:var(--serif);font-size:1.4rem;font-weight:700;color:#fff;line-height:1.15}.ed-hero-name em{font-style:italic;font-weight:300;opacity:.85}.ed-hero-sub{font-size:.7rem;color:hsla(0,0%,100%,.5);margin-top:.25rem;display:flex;align-items:center;gap:.5rem}.ed-hero-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.6rem;font-weight:700;padding:.22rem .65rem;border-radius:100px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.8)}.ed-hero-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#4ade80;flex-shrink:0}.ed-hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.58rem 1.15rem;border-radius:9px;font-family:var(--sans);font-size:.73rem;font-weight:700;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.22);color:#fff;cursor:pointer;text-decoration:none;transition:all .18s;backdrop-filter:blur(4px);flex-shrink:0}.ed-hero-cta:hover{background:hsla(0,0%,100%,.25)}.ed-card-head{gap:.75rem;padding:1.1rem 1.35rem .9rem;border-bottom:1px solid var(--border)}.ed-card-head,.ed-card-icon{display:flex;align-items:center;flex-shrink:0}.ed-card-icon{width:34px;height:34px;border-radius:9px;justify-content:center}.ed-card-title{font-family:var(--serif);font-size:.9rem;font-weight:700;color:var(--dark)}.ed-card-subtitle{font-size:.61rem;color:var(--text-3);margin-top:.04rem}.ed-metric-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:0;flex:1}.ed-m-tile{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;padding:1.1rem 1.25rem;border-right:1px solid var(--border);transition:background .15s}.ed-m-tile:last-child{border-right:none}.ed-m-tile:hover{background:var(--surface-2)}.ed-m-tile-icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center}.ed-m-tile-val{font-family:var(--serif);font-size:1.65rem;font-weight:700;letter-spacing:-.04em;line-height:1}.ed-m-tile-lbl{font-size:.62rem;color:var(--text-3);line-height:1.3}.ed-m-tile-sub{font-size:.6rem;font-weight:700;display:inline-flex;align-items:center;gap:.25rem;padding:.12rem .45rem;border-radius:100px;margin-top:.1rem}.ed-proj-list{display:flex;flex-direction:column;flex:1}.ed-proj-row{display:flex;align-items:center;gap:.85rem;padding:.85rem 1.35rem;border-bottom:1px solid var(--border);transition:background .15s;cursor:pointer;text-decoration:none;color:inherit}.ed-proj-row:last-child{border-bottom:none}.ed-proj-row:hover{background:var(--surface-2)}.ed-proj-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ed-proj-info{flex:1;min-width:0}.ed-proj-name{font-size:.76rem;font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.12rem}.ed-proj-meta{font-size:.62rem;color:var(--text-3);display:flex;align-items:center;gap:.4rem}.ed-proj-badge{display:inline-flex;align-items:center;font-size:.58rem;font-weight:700;padding:.1rem .45rem;border-radius:100px}.ed-proj-deadline{margin-left:auto;text-align:right;flex-shrink:0}.ed-proj-deadline-val{font-size:.7rem;font-weight:700;color:var(--dark)}.ed-proj-deadline-lbl{font-size:.58rem;color:var(--text-3)}.ed-charge-body{padding:1.1rem 1.35rem;flex:1;gap:.9rem}.ed-charge-body,.ed-charge-row{display:flex;flex-direction:column}.ed-charge-row{gap:.35rem}.ed-charge-head{display:flex;justify-content:space-between;align-items:center}.ed-charge-lbl{font-size:.72rem;font-weight:600;color:var(--dark)}.ed-charge-val{font-size:.65rem;font-weight:700}.ed-charge-bar-bg{height:7px;border-radius:100px;background:rgba(0,0,0,.06);overflow:hidden}.ed-charge-bar-fill{height:100%;border-radius:100px;transition:width .4s ease}.ed-charge-legend{display:flex;gap:1rem;margin-top:.1rem;padding-top:.85rem;border-top:1px solid var(--border)}.ed-charge-legend-item{display:flex;align-items:center;gap:.35rem;font-size:.6rem;color:var(--text-3)}.ed-charge-legend-dot{width:8px;height:8px;border-radius:50%}.ed-actions-body{padding:1.1rem 1.35rem;flex:1;display:grid;grid-template-columns:1fr 1fr;gap:.6rem;align-content:center}.ed-action-btn{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.1rem;border-radius:var(--r);font-family:var(--sans);font-size:.75rem;font-weight:700;cursor:pointer;transition:all .18s;text-decoration:none;border:none;width:100%}.ed-action-primary{background:var(--blue);color:#fff;box-shadow:0 3px 14px rgba(0,119,194,.2)}.ed-action-primary:hover{background:#005fa3;transform:translateY(-1px)}.ed-action-outline{background:var(--white);color:var(--dark);border:1.5px solid var(--border-2)}.ed-action-outline:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-pale)}.ed-action-btn-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ed-action-arrow{margin-left:auto}@media(max-width:680px){#ed-dash{grid-template-columns:1fr}.ed-span2{grid-column:1}.ed-hero-inner{flex-direction:column;align-items:flex-start}.ed-metric-tiles{grid-template-columns:1fr 1fr}.ed-m-tile:nth-child(2){border-right:none}.ed-m-tile:nth-child(3){border-top:1px solid var(--border)}.ed-actions-body{grid-template-columns:1fr}}#gd{display:flex;flex-direction:column;gap:1.1rem}.gd-row{display:grid;gap:1.1rem}.gd-r1{grid-template-columns:1fr 340px}.gd-r2{grid-template-columns:repeat(4,1fr)}.gd-r3{grid-template-columns:2fr 1fr}.gd-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--sh);overflow:hidden}.gd-head{justify-content:space-between;padding:1.1rem 1.35rem .9rem;border-bottom:1px solid var(--border)}.gd-head,.gd-icon{display:flex;align-items:center}.gd-icon{width:34px;height:34px;border-radius:9px;justify-content:center;flex-shrink:0}.gd-title{font-family:var(--serif);font-size:.9rem;font-weight:700;color:var(--dark)}.gd-sub{font-size:.62rem;color:var(--text-3);margin-top:.05rem}.gd-body{padding:1.1rem 1.35rem}.gd-chart .gd-head{padding:1.25rem 1.5rem 1rem}.gd-legend{display:flex;gap:1rem;align-items:center}.gd-ldot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.gd-litm{display:flex;align-items:center;gap:.4rem;font-size:.65rem;font-weight:600;color:var(--text-2)}.gd-cwrap{padding:.5rem 1rem 1rem;height:210px;position:relative}.gd-kv{font-family:var(--serif);font-size:1.3rem;font-weight:700;letter-spacing:-.03em;line-height:1;margin:.55rem 0 .6rem}.gd-kd{border-top:1px solid var(--border);margin:0 -1.35rem;padding:.65rem 1.35rem 0;display:flex;flex-direction:column;gap:.3rem}.gd-kr{display:flex;justify-content:space-between;align-items:center;font-size:.65rem}.gd-krl{color:var(--text-3)}.gd-krv{font-weight:700;color:var(--dark)}.gd-kl{text-transform:uppercase;letter-spacing:.1em}.gd-badge,.gd-kl{font-size:.58rem;font-weight:700}.gd-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .5rem;border-radius:100px}.gd-cout{background:#0a1e35;border-color:hsla(0,0%,100%,.08)}.gd-cout .gd-title{color:hsla(0,0%,100%,.9)}.gd-cout .gd-sub{color:hsla(0,0%,100%,.35)}.gd-cout .gd-kd{border-color:hsla(0,0%,100%,.08)}.gd-cout .gd-krl{color:hsla(0,0%,100%,.4)}.gd-cout .gd-krv{color:hsla(0,0%,100%,.8)}.gd-cout .gd-kl{color:hsla(0,0%,100%,.35)}.gd-pg{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;padding:1.1rem 1.35rem}.gd-pt{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.85rem .5rem;border-radius:var(--r);border:1px solid var(--border);background:var(--surface-2);text-align:center;transition:all .18s}.gd-pt:hover{border-color:var(--border-2);box-shadow:var(--sh)}.gd-pti{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center}.gd-pv{font-family:var(--serif);font-size:1.5rem;font-weight:700;color:var(--dark);line-height:1}.gd-pl{font-size:.6rem;font-weight:600;color:var(--text-3);line-height:1.3}.gd-ur{display:flex;align-items:center;gap:.85rem;padding:.85rem 1.35rem;border-bottom:1px solid var(--border)}.gd-ur:last-child{border-bottom:none}.gd-ui{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gd-uv{font-family:var(--serif);font-size:1.6rem;font-weight:700;line-height:1}.gd-ul{font-size:.63rem;color:var(--text-3);margin-top:.1rem}.gd-urt{font-size:.62rem;font-weight:700;display:inline-flex;gap:.25rem;margin-top:.25rem}.gd-sl,.gd-urt{align-items:center}.gd-sl{font-size:.56rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--text-3);padding:.1rem 0 .6rem;display:flex;gap:.5rem}.gd-sl:after{content:"";flex:1;height:1px;background:var(--border-2)}.gd-ok{color:var(--green)}.gd-warn{color:var(--orange)}.gd-late{color:var(--red)}@media(max-width:900px){.gd-r1,.gd-r3{grid-template-columns:1fr}.gd-pg,.gd-r2{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.gd-r2{grid-template-columns:1fr}}.dash-root{scrollbar-width:thin;scrollbar-color:var(--border-2) transparent}