@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--green: #0b9b70;--green-dark: #087b5a;--green-soft: #e9f8f3;--navy: #122335;--bg: #f5f7fa;--surface: #ffffff;--muted: #697789;--border: #e3e8ee;--shadow: 0 3px 16px rgb(31 48 67 / 5%);--hero: linear-gradient(115deg, #102c36 0%, #0e705d 59%, #11a97c 100%);font-family:DM Sans,Inter,system-ui,sans-serif;color:var(--navy);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg)}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}a{color:inherit;text-decoration:none}.nexum-shell{min-height:100vh;background:var(--bg);position:relative}.brand{display:flex;align-items:center;gap:11px;font-family:Manrope,sans-serif;text-decoration:none}.brand-icon-frame{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;overflow:hidden;flex-shrink:0;background:#e8f8f2}.brand-icon{width:100%;height:100%;object-fit:cover;display:block}.brand-mark{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:var(--green);color:#fff;transform:rotate(-3deg);box-shadow:0 8px 18px #0b9b702e}.brand-text b{display:block;font-size:17px;line-height:1.1;color:var(--navy)}.brand-text strong{display:block;margin-top:2px;color:var(--green);font-size:9px;letter-spacing:2.2px;font-weight:800}.sidebar-toggle{position:absolute;top:22px;right:-12px;width:24px;height:24px;border-radius:50%;background:var(--surface);border:1px solid var(--border);color:var(--navy);display:grid;place-items:center;z-index:30;box-shadow:0 2px 8px #0000001f;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease}.sidebar-toggle:hover{background:var(--green-soft);color:var(--green-dark);border-color:#bce8da;transform:scale(1.08)}.sidebar-collapsed .sidebar .brand{padding:0;justify-content:center;width:100%}.sidebar-collapsed .sidebar .sidebar-nav{margin-top:44px;width:100%;align-items:center;gap:8px}.sidebar-collapsed .sidebar .sidebar-nav a{justify-content:center;padding:10px;width:44px;height:44px;gap:0;border-radius:8px}@media(min-width:1024px){.mobile-only{display:none!important}.desktop-only{display:flex!important}.sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:250px;height:100vh;padding:22px 16px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;transition:width .25s cubic-bezier(.4,0,.2,1)}.sidebar-collapsed .sidebar{width:72px;padding:22px 12px;align-items:center}.nexum-body{min-height:100vh;padding-left:250px;transition:padding-left .25s cubic-bezier(.4,0,.2,1)}.sidebar-collapsed .nexum-body{padding-left:72px}.desktop-topbar{height:76px;background:#fffffff0;border-bottom:1px solid var(--border);padding:0 34px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:15;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-content{padding:28px 34px 56px;max-width:1580px;margin:0 auto}}.search-box{width:min(420px,42%);height:39px;border:1px solid var(--border);border-radius:7px;display:flex;align-items:center;padding:0 12px;color:#9ba6b1;background:#fff}.search-box.inactive-search{opacity:.7;cursor:not-allowed;background:#fbfcfd}.search-box.inactive-search input{cursor:not-allowed}.search-box input{border:0;outline:0;flex:1;padding:0 10px;color:var(--navy);min-width:0;font-size:13px;background:transparent}.search-box input::placeholder{color:#a5afba}.topbar-actions{display:flex;align-items:center;gap:12px}.icon-button{width:38px;height:38px;border-radius:7px;background:transparent;color:#5f6e7e;display:grid;place-items:center;position:relative;border:0;cursor:pointer}.icon-button:hover:not(:disabled){background:#f2f5f6}.icon-button:disabled{opacity:.45;cursor:not-allowed}.divider{height:26px;width:1px;background:var(--border)}.user-dropdown-container{position:relative}.profile-button{display:flex;align-items:center;gap:9px;background:transparent;border:0;padding:4px 8px;border-radius:8px;cursor:pointer;white-space:nowrap}.profile-button:hover{background:#f2f5f6}.avatar{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#17394a,#0c9b70);font-size:12px;font-weight:700;flex-shrink:0}.profile-button>span:nth-child(2){display:flex;flex-direction:column;text-align:left;min-width:112px;white-space:nowrap}.profile-button b{font-size:12px;color:var(--navy);white-space:nowrap;line-height:1.15}.profile-button small{color:var(--muted);font-size:10px;margin-top:2px;white-space:nowrap}.user-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 10px 25px #1223351a;padding:8px 0;z-index:50;display:flex;flex-direction:column}.dropdown-user-header{padding:8px 16px 10px;display:flex;flex-direction:column;white-space:nowrap}.dropdown-user-header b{font-size:13px;color:var(--navy);white-space:nowrap}.dropdown-user-header small{color:var(--muted);font-size:11px;white-space:nowrap}.user-dropdown-menu hr{border:0;border-top:1px solid var(--border);margin:4px 0}.user-dropdown-menu a,.user-dropdown-menu button{display:flex;align-items:center;gap:10px;padding:9px 16px;font-size:13px;color:#4a5868;font-weight:500;background:transparent;border:0;width:100%;text-align:left;cursor:pointer}.user-dropdown-menu a:hover,.user-dropdown-menu button:hover{background:var(--green-soft);color:var(--green-dark)}.user-dropdown-menu button.dropdown-logout{color:#d93838}.user-dropdown-menu button.dropdown-logout:hover{background:#fff0ff}.sidebar-nav{margin-top:44px;display:flex;flex-direction:column;gap:6px}.sidebar-nav>span{margin:0 0 6px 8px;color:#91a0b1;font-size:10px;font-weight:800;letter-spacing:1.8px}.sidebar-nav a{position:relative;display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:7px;color:#566579;font-weight:600;font-size:14px;text-decoration:none}.sidebar-nav a:hover{background:#f5f8f7;color:var(--green-dark)}.sidebar-nav a.active{background:var(--green-soft);color:var(--green-dark);font-weight:800}.sidebar-nav a.active:before{content:"";position:absolute;left:0;width:3px;height:22px;border-radius:0 3px 3px 0;background:var(--green)}.sidebar-card{margin-top:auto;padding:15px;border-radius:8px;background:linear-gradient(145deg,#ecfbf6,#fff);border:1px solid #cceee3;box-shadow:var(--shadow)}.sidebar-card span{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:var(--green-soft);color:var(--green)}.sidebar-card b{display:block;margin-top:10px;font-size:13px;color:var(--navy)}.sidebar-card p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.sidebar-footer{margin-top:16px;color:#a0acba;font-size:10px;line-height:1.5}.hero-card{position:relative;overflow:hidden;min-height:240px;border-radius:8px;padding:28px 30px;background:var(--hero);color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 24px #07533f21}.hero-card h1{max-width:740px;margin:12px 0 8px;font-family:Manrope,sans-serif;font-size:clamp(24px,3.8vw,42px);line-height:1.1}.hero-card p{max-width:680px;color:#ffffffd6;font-size:15px;line-height:1.55}.hero-eyebrow,.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:10px;font-weight:900;letter-spacing:1.8px;text-transform:uppercase}.hero-card .hero-eyebrow{color:#93f8d8}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.hero-actions button{height:42px;border:0;border-radius:8px;padding:0 16px;display:inline-flex;align-items:center;gap:9px;color:var(--green-dark);background:#fff;font-weight:800;font-size:13px}.hero-actions .secondary{color:#fff;background:#ffffff21;border:1px solid rgb(255 255 255 / 28%)}.hero-orbit{width:170px;height:170px;display:grid;place-items:center;color:#ffffffb8;border-radius:50%;border:1px solid rgb(255 255 255 / 20%)}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.metric-card,.section-card,.empty-card{background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.metric-card{padding:16px;display:flex;align-items:center;gap:13px}.metric-card span{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;background:var(--green-soft);color:var(--green)}.metric-card svg{width:20px;height:20px}.metric-card b{display:block;font-family:Manrope,sans-serif;font-size:24px}.metric-card small{color:var(--muted);font-weight:650}.content-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:18px;align-items:start}.section-card{padding:18px}.section-card header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.section-card h2{margin:5px 0 0;font-family:Manrope,sans-serif;font-size:18px}.link-button{border:0;background:transparent;color:var(--green-dark);display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:13px}.report-list{display:grid;gap:10px}.report-list article{display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--border);border-radius:8px}.report-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:var(--green);background:var(--green-soft)}.report-list b,.template-list b,.quick-list b{display:block;font-size:14px}.report-list small,.template-list small,.quick-list small{color:var(--muted);font-size:12px}.status{border-radius:999px;padding:4px 9px;font-size:11px;font-weight:850}.status.draft{background:#f2f5f8;color:#65758a}.status.review{background:#fff5df;color:#99670a}.status.ready{background:var(--green-soft);color:var(--green-dark)}time{color:#91a0b1;font-size:12px;font-weight:700}.side-stack{display:grid;gap:18px}.quick-list,.template-list{display:grid;gap:10px}.quick-list button,.template-list article{width:100%;text-align:left;border:1px solid var(--border);background:#fff;border-radius:8px;padding:12px}.quick-list button{display:grid;grid-template-columns:1fr auto;gap:4px 8px}.quick-list small{grid-column:1 / 2}.template-list p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.placeholder-page{max-width:860px}.placeholder-page h1{margin:8px 0;font-family:Manrope,sans-serif;font-size:clamp(26px,3.5vw,42px)}.placeholder-page p{color:var(--muted);font-size:15px;line-height:1.55}.empty-card{margin-top:24px;padding:22px;display:grid;gap:8px;color:var(--muted)}.empty-card b{color:var(--navy)}.project-list{display:grid;gap:10px;margin-top:22px}.project-card{grid-template-columns:42px minmax(0,1fr);align-items:center;margin-top:0}.project-card small{display:block;margin-top:4px;color:var(--muted)}.empty-card b svg{vertical-align:-3px;margin-right:6px}@media(max-width:1023px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.nexum-shell{width:100%;max-width:100vw;overflow-x:hidden}.sidebar,.topbar,.desktop-topbar{display:none!important}.nexum-body{padding-left:0!important;width:100%!important;max-width:100vw;min-width:0;box-sizing:border-box}.page-content{padding:14px 14px 88px!important;width:100%!important;max-width:100vw;box-sizing:border-box}.mobile-header{height:56px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30;width:100%;box-sizing:border-box}.mobile-header-actions{display:flex;align-items:center;gap:8px}.mobile-header-actions .icon-btn{width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#566579;display:grid;place-items:center;cursor:pointer}.mobile-header-actions .icon-btn:disabled{opacity:.45;cursor:not-allowed}.hero-card{min-height:auto;padding:22px 18px;border-radius:8px;width:100%;box-sizing:border-box}.hero-card h1.hero-title-mobile{font-size:20px;margin:8px 0 6px;line-height:1.25;color:#fff;font-family:Manrope,sans-serif;font-weight:800}.hero-card p.hero-desc-mobile{color:#ffffffd9;font-size:12.5px;line-height:1.45;margin:0 0 14px;max-width:100%}.hero-actions{margin-top:0}.hero-actions button{height:38px;padding:0 16px;font-size:12px;font-weight:800;border-radius:8px}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}.metric-card{padding:12px;gap:10px}.metric-card b{font-size:20px}.metric-card small{font-size:11px}.content-grid{grid-template-columns:1fr;gap:12px}.section-card{padding:14px}.report-list article{grid-template-columns:36px minmax(0,1fr);gap:10px}.report-list .status,.report-list time{justify-self:start;margin-left:46px}.bottom-nav{position:fixed;z-index:40;left:0;right:0;bottom:0;height:64px;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -4px 20px #0000000f;padding-bottom:env(safe-area-inset-bottom);width:100%;box-sizing:border-box;overflow:visible!important}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#7b899a;font-size:10.5px;font-weight:700;text-decoration:none;min-width:0;width:100%;overflow:hidden;padding:4px 2px;box-sizing:border-box}.bottom-nav a span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center;line-height:1.1;font-size:10px}.bottom-nav a.active{color:var(--green-dark);font-weight:800}.bottom-primary-elevated{display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border:0;padding:4px 2px;cursor:pointer;text-decoration:none;min-width:0;width:100%;overflow:visible!important;box-sizing:border-box;position:relative}.elevated-circle{width:44px;height:44px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;margin-top:-22px;flex-shrink:0;position:relative;z-index:45;box-shadow:0 8px 20px #0b9b7061;transition:transform .15s ease,background-color .15s ease}.bottom-primary-elevated:active .elevated-circle{transform:scale(.92);background:var(--green-dark)}.elevated-label{font-size:10px;font-weight:800;color:var(--green-dark);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex}.drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#12233580;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:0;cursor:pointer}.drawer-panel{position:absolute;inset:0 0 0 auto;width:min(320px,85vw);height:100%;padding:20px 16px;background:#fff;display:flex;flex-direction:column;gap:16px;box-shadow:-10px 0 30px #00000026;z-index:51;animation:slideInRight .25s ease-out}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--border)}.drawer-head .close-btn{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--navy);display:grid;place-items:center}.drawer-user-info{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--bg);border-radius:8px}.drawer-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(145deg,#17394a,#0c9b70);color:#fff;font-weight:800;display:grid;place-items:center;font-size:12px}.drawer-user-info b{display:block;font-size:13px;color:var(--navy)}.drawer-user-info small{display:block;color:var(--muted);font-size:11px}.drawer-nav{display:flex;flex-direction:column;gap:6px;flex:1;overflow-y:auto}.drawer-nav a{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:7px;color:#566579;font-weight:600;font-size:14px;text-decoration:none}.drawer-nav a.active{background:var(--green-soft);color:var(--green-dark);font-weight:800}.drawer-footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--border)}.drawer-support-card{display:flex;align-items:center;gap:10px;padding:12px;border-radius:8px;background:var(--green-soft);color:var(--green-dark);font-size:12px;font-weight:700}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.projects-page-v2,.project-detail-page{display:grid;gap:16px}.projects-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.projects-header h1,.project-detail-hero h1{margin:7px 0 6px;font-family:Manrope,sans-serif;font-size:clamp(28px,3.6vw,44px);line-height:1.05;color:var(--navy)}.projects-header p,.project-detail-hero p{margin:0;color:var(--muted);max-width:720px;line-height:1.55}.primary-action,.secondary-action{min-height:40px;border-radius:8px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:13px;border:1px solid transparent}.primary-action{color:#fff;background:var(--green);box-shadow:0 8px 18px #0b9b7024}.primary-action:hover:not(:disabled){background:var(--green-dark)}.secondary-action{color:var(--green-dark);background:#fff;border-color:var(--border)}.secondary-action:hover:not(:disabled){border-color:#bce8da;background:var(--green-soft)}.projects-toolbar{margin-top:4px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.projects-toolbar b{display:block;font-size:14px;color:var(--navy)}.projects-toolbar small{color:var(--muted);font-size:12px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px}.project-card-v2{background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);padding:16px;display:grid;gap:14px}.project-card-main{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px}.project-card-icon,.project-info-card>span,.project-workspace-card>span,.empty-projects>span{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;color:var(--green);background:var(--green-soft);flex-shrink:0}.project-card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.project-card-title-row h2{margin:0;font-family:Manrope,sans-serif;font-size:17px;line-height:1.25;color:var(--navy)}.project-card-main p{margin:5px 0 11px;color:var(--muted);font-size:13px;font-weight:700}.project-meta-grid{display:grid;gap:7px;color:#65758a;font-size:12px}.project-meta-grid span{display:flex;align-items:center;gap:7px;min-width:0}.project-card-footer{border-top:1px solid var(--border);padding-top:13px;display:flex;align-items:center;justify-content:space-between;gap:12px}.project-stats{display:flex;align-items:center;gap:10px}.project-stats span{min-width:62px;padding:8px 9px;border-radius:8px;background:#f8fafb;border:1px solid #eef2f5}.project-stats b{display:block;font-size:16px;font-family:Manrope,sans-serif;color:var(--navy)}.project-stats small{display:block;color:var(--muted);font-size:10px;font-weight:800}.project-card-actions{display:grid;justify-items:end;gap:8px}.project-card-actions small{color:#91a0b1;font-size:11px;font-weight:700}.project-card-actions a,.back-link{display:inline-flex;align-items:center;gap:7px;color:var(--green-dark);font-weight:850;font-size:13px}.project-status{white-space:nowrap;border-radius:999px;padding:5px 9px;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:850}.project-status.active,.project-status.completed{background:var(--green-soft);color:var(--green-dark)}.project-status.draft{background:#f2f5f8;color:#65758a}.project-status.archived{background:#f8eeee;color:#9b4747}.empty-projects{min-height:280px;display:grid;place-items:center;align-content:center;text-align:center;gap:10px;padding:32px}.empty-projects h1,.empty-projects h2{margin:6px 0 0;font-family:Manrope,sans-serif;color:var(--navy)}.empty-projects p{margin:0 0 8px;max-width:480px;color:var(--muted);line-height:1.5}.project-skeleton{min-height:214px;border-radius:8px;border:1px solid var(--border);background:linear-gradient(90deg,#fff,#f5f7fa,#fff 90%);background-size:220% 100%;animation:skeletonPulse 1.2s ease-in-out infinite}@keyframes skeletonPulse{0%{background-position:100% 0}to{background-position:-100% 0}}.project-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:18px}.project-dialog-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#12233570;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.project-dialog-panel{position:relative;z-index:1;width:min(760px,100%);max-height:min(86vh,780px);overflow:auto;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 24px 70px #1223352e;padding:20px}.project-dialog-panel header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.project-dialog-panel h2{margin:6px 0 4px;font-family:Manrope,sans-serif;color:var(--navy)}.project-dialog-panel p{margin:0;color:var(--muted);line-height:1.45}.dialog-close{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:#fff;color:#65758a;display:grid;place-items:center}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.form-grid label{display:grid;gap:6px;color:#526173;font-weight:800;font-size:12px}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--navy);padding:10px 11px;outline:0;font-size:13px}.form-grid textarea{resize:vertical;min-height:94px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#9bddca;box-shadow:0 0 0 3px #0b9b701a}.form-wide{grid-column:1 / -1}.form-alert{padding:11px 12px;border-radius:8px;display:flex;align-items:center;gap:8px;color:#9b5c0c;background:#fff7e6;border:1px solid #ffdf9a;font-weight:750;font-size:13px;margin-bottom:13px}.project-dialog-panel footer{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.project-detail-hero{border-radius:8px;padding:24px;background:linear-gradient(115deg,#102c36,#0d6f5c 68%,#0b9b70);color:#fff;display:flex;justify-content:space-between;gap:18px;align-items:flex-end;box-shadow:0 8px 24px #07533f21}.project-detail-hero .eyebrow{color:#93f8d8}.project-detail-hero h1,.project-detail-hero p{color:#fff}.project-detail-hero p{color:#ffffffd1}.project-detail-summary{display:flex;gap:10px}.project-detail-summary span{min-width:86px;padding:12px;border-radius:8px;background:#ffffff1f;border:1px solid rgb(255 255 255 / 18%)}.project-detail-summary b{display:block;font-family:Manrope,sans-serif;font-size:24px;color:#fff}.project-detail-summary small{color:#ffffffbd;font-size:11px;font-weight:800}.project-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.project-info-card{margin-top:0;padding:14px;display:flex;align-items:center;gap:11px;min-width:0}.project-info-card small{display:block;color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.7px}.project-info-card b{display:block;margin-top:3px;color:var(--navy);font-size:13px;overflow-wrap:anywhere}.project-workspace-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.project-workspace-card{margin-top:0;padding:18px;display:grid;gap:12px;align-content:start}.project-workspace-card h2{margin:6px 0 4px;font-family:Manrope,sans-serif;font-size:18px;color:var(--navy)}.project-workspace-card p{margin:0;color:var(--muted);line-height:1.5;font-size:13px}.project-detail-loading{padding:22px;color:var(--muted)}@media(max-width:1023px){.projects-header{align-items:stretch;flex-direction:column;gap:12px}.projects-header .primary-action{width:100%}.projects-toolbar{align-items:stretch;flex-direction:column}.projects-toolbar .secondary-action{width:100%}.projects-grid{grid-template-columns:1fr;gap:10px}.project-card-v2{padding:14px}.project-card-title-row{flex-direction:column;gap:7px}.project-card-footer{align-items:stretch;flex-direction:column}.project-stats{display:grid;grid-template-columns:repeat(3,1fr)}.project-card-actions{justify-items:stretch}.project-card-actions a{justify-content:center;min-height:38px;border-radius:8px;background:#f6faf8}.form-grid{grid-template-columns:1fr}.project-dialog{align-items:end;padding:0}.project-dialog-panel{width:100%;max-height:88vh;border-radius:8px 8px 0 0;padding:16px}.project-dialog-panel footer{flex-direction:column-reverse}.project-dialog-panel footer button{width:100%}.project-detail-hero{padding:18px;flex-direction:column;align-items:stretch}.project-detail-summary{display:grid;grid-template-columns:repeat(3,1fr)}.project-detail-summary span{min-width:0}.project-info-grid,.project-workspace-grid{grid-template-columns:1fr;gap:10px}}.evidence-groups-panel{display:grid;gap:16px;padding:18px}.evidence-groups-header{margin-bottom:0!important;align-items:flex-start!important}.evidence-groups-header h2{margin:6px 0 4px;font-family:Manrope,sans-serif;color:var(--navy)}.evidence-groups-header p{margin:0;color:var(--muted);max-width:650px;font-size:13px;line-height:1.5}.evidence-groups-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.evidence-groups-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.evidence-groups-summary span{border:1px solid #eef2f5;background:#f8fafb;border-radius:8px;padding:12px}.evidence-groups-summary b{display:block;font-family:Manrope,sans-serif;color:var(--navy);font-size:18px}.evidence-groups-summary small{display:block;margin-top:2px;color:var(--muted);font-size:11px;font-weight:800}.evidence-groups-list{display:grid;gap:10px}.evidence-group-card{position:relative;display:grid;grid-template-columns:auto 42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid var(--border);border-radius:8px;background:#fff}.evidence-group-card:hover{border-color:#cdeee3;background:linear-gradient(90deg,#fff,#fbfffd)}.evidence-group-index{color:#9aa8b6;font-size:11px;font-weight:900;letter-spacing:.8px}.evidence-group-icon{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;color:var(--green);background:var(--green-soft)}.evidence-group-content{min-width:0}.evidence-group-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.evidence-group-title-row h3{margin:0;font-family:Manrope,sans-serif;font-size:15px;color:var(--navy);line-height:1.25}.evidence-group-content p{margin:5px 0 8px;color:var(--muted);font-size:12px;line-height:1.45}.evidence-group-meta{display:inline-flex;align-items:baseline;gap:6px;padding:5px 8px;border-radius:8px;background:#f8fafb;border:1px solid #eef2f5}.evidence-group-meta b{font-family:Manrope,sans-serif;color:var(--navy);font-size:14px}.evidence-group-meta small{color:var(--muted);font-size:10px;font-weight:850}.evidence-group-open{width:34px;height:34px;border-radius:8px;border:1px solid var(--border);color:#9aa8b6;background:#fff;display:grid;place-items:center}.evidence-group-status{white-space:nowrap;border-radius:999px;padding:5px 9px;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:850}.evidence-group-status.active,.evidence-group-status.completed{background:var(--green-soft);color:var(--green-dark)}.evidence-group-status.draft{background:#f2f5f8;color:#65758a}.evidence-group-status.archived{background:#f8eeee;color:#9b4747}.empty-evidence-groups{min-height:240px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center;border:1px dashed #d6e0e8;border-radius:8px;background:linear-gradient(145deg,#fbfffd,#fff);padding:28px}.empty-evidence-groups>span{width:46px;height:46px;display:grid;place-items:center;color:var(--green);background:var(--green-soft);border-radius:8px}.empty-evidence-groups h3{margin:4px 0 0;font-family:Manrope,sans-serif;color:var(--navy)}.empty-evidence-groups p{margin:0 0 8px;max-width:520px;color:var(--muted);line-height:1.5;font-size:13px}.evidence-group-skeleton{min-height:88px;border-radius:8px;border:1px solid var(--border);background:linear-gradient(90deg,#fff,#f5f7fa,#fff 90%);background-size:220% 100%;animation:skeletonPulse 1.2s ease-in-out infinite}.evidence-group-dialog-panel{width:min(640px,100%)}@media(max-width:1023px){.evidence-groups-panel{padding:14px;gap:12px}.evidence-groups-header{flex-direction:column;align-items:stretch!important}.evidence-groups-actions{display:grid;grid-template-columns:1fr;width:100%}.evidence-groups-summary{grid-template-columns:1fr;gap:8px}.evidence-group-card{grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px}.evidence-group-index{display:none}.evidence-group-icon{width:34px;height:34px}.evidence-group-title-row{flex-direction:column;gap:6px}.evidence-group-open{display:none}.empty-evidence-groups{min-height:210px;padding:20px}}.evidence-group-page{display:grid;gap:16px}.evidence-group-hero{border-radius:8px;padding:22px;background:linear-gradient(115deg,#102c36,#0d6f5c 68%,#0b9b70);color:#fff;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;box-shadow:0 8px 24px #07533f21}.evidence-group-hero .eyebrow{color:#93f8d8}.evidence-group-hero h1{margin:7px 0 6px;font-family:Manrope,sans-serif;font-size:clamp(27px,3.4vw,42px);line-height:1.08;color:#fff}.evidence-group-hero p{margin:0;max-width:720px;color:#ffffffd1;line-height:1.5}.evidence-group-hero small{display:inline-flex;margin-top:12px;padding:6px 9px;border:1px solid rgb(255 255 255 / 18%);border-radius:999px;color:#fffc;background:#ffffff1a;font-weight:800;font-size:11px}.evidence-group-hero-actions{flex-shrink:0}.evidences-panel{display:grid;gap:16px;padding:18px}.evidences-header{margin-bottom:0!important;align-items:flex-start!important}.evidences-header h2{margin:6px 0 4px;font-family:Manrope,sans-serif;color:var(--navy)}.evidences-header p{margin:0;color:var(--muted);max-width:650px;font-size:13px;line-height:1.5}.evidences-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.evidences-summary span{border:1px solid #eef2f5;background:#f8fafb;border-radius:8px;padding:12px;min-width:0}.evidences-summary b{display:block;font-family:Manrope,sans-serif;color:var(--navy);font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.evidences-summary small{display:block;margin-top:2px;color:var(--muted);font-size:11px;font-weight:800}.evidences-list{display:grid;gap:10px}.evidence-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px;border:1px solid var(--border);border-radius:8px;background:#fff}.evidence-card:hover{border-color:#cdeee3;background:linear-gradient(90deg,#fff,#fbfffd)}.evidence-card-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:var(--green);background:var(--green-soft)}.evidence-card-content{min-width:0}.evidence-card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.evidence-card-title-row h3{margin:0;font-family:Manrope,sans-serif;color:var(--navy);font-size:15px;line-height:1.25}.evidence-card-content p{margin:6px 0 10px;color:var(--muted);font-size:13px;line-height:1.5}.evidence-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#65758a;font-size:11px;font-weight:800}.evidence-card-meta span{display:inline-flex;align-items:center;gap:5px;border:1px solid #eef2f5;background:#f8fafb;border-radius:999px;padding:5px 8px}.evidence-status{white-space:nowrap;border-radius:999px;padding:5px 9px;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:850}.evidence-status.active,.evidence-status.completed{background:var(--green-soft);color:var(--green-dark)}.evidence-status.draft{background:#f2f5f8;color:#65758a}.evidence-status.archived{background:#f8eeee;color:#9b4747}.empty-evidences{min-height:240px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center;border:1px dashed #d6e0e8;border-radius:8px;background:linear-gradient(145deg,#fbfffd,#fff);padding:28px}.empty-evidences>span{width:46px;height:46px;display:grid;place-items:center;color:var(--green);background:var(--green-soft);border-radius:8px}.empty-evidences h3{margin:4px 0 0;font-family:Manrope,sans-serif;color:var(--navy)}.empty-evidences p{margin:0 0 8px;max-width:520px;color:var(--muted);line-height:1.5;font-size:13px}.evidence-skeleton{min-height:94px;border-radius:8px;border:1px solid var(--border);background:linear-gradient(90deg,#fff,#f5f7fa,#fff 90%);background-size:220% 100%;animation:skeletonPulse 1.2s ease-in-out infinite}.evidence-dialog-panel{width:min(650px,100%)}.evidence-dialog-note{margin-top:12px;padding:11px 12px;border-radius:8px;border:1px solid #cdeee3;background:var(--green-soft);color:var(--green-dark);font-size:12px;font-weight:750;line-height:1.45}@media(max-width:1023px){.evidence-group-hero{padding:18px;flex-direction:column;align-items:stretch}.evidence-group-hero-actions .primary-action{width:100%}.evidences-panel{padding:14px;gap:12px}.evidences-header{flex-direction:column;align-items:stretch!important}.evidences-summary{grid-template-columns:1fr;gap:8px}.evidence-card{grid-template-columns:34px minmax(0,1fr);padding:12px}.evidence-card-icon{width:34px;height:34px}.evidence-card-title-row{flex-direction:column;gap:6px}.empty-evidences{min-height:210px;padding:20px}}.evidence-card-with-media{align-items:start}.evidence-media-panel{margin-top:12px;padding-top:12px;border-top:1px solid #eef2f5;display:grid;gap:10px}.evidence-media-head,.pending-media-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.evidence-media-head b,.pending-media-head b{display:block;color:var(--navy);font-size:13px}.evidence-media-head small,.pending-media-head small{display:block;margin-top:2px;color:var(--muted);font-size:11px;font-weight:750}.evidence-media-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.media-file-input{display:none}.media-alert{padding:9px 10px;border-radius:8px;color:#9b5c0c;background:#fff7e6;border:1px solid #ffdf9a;font-size:12px;font-weight:800}.pending-media-box{display:grid;gap:10px;padding:12px;border:1px solid #cdeee3;border-radius:8px;background:linear-gradient(145deg,#f3fffb,#fff)}.media-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.media-preview-card{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 2px 10px #1f30430a}.media-preview-card img,.media-missing-preview{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;background:#f2f5f8}.media-missing-preview{display:grid;place-items:center;padding:12px;color:var(--muted);font-size:12px;font-weight:800;text-align:center}.media-preview-card div{padding:8px 9px;min-width:0}.media-preview-card b{display:block;color:var(--navy);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-preview-card small{display:block;margin-top:2px;color:var(--muted);font-size:10px;font-weight:800}.media-preview-card button{position:absolute;top:7px;right:7px;width:28px;height:28px;display:grid;place-items:center;border-radius:8px;border:1px solid rgb(255 255 255 / 70%);background:#122335c2;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.media-confirm-action{justify-self:start}.media-loading,.empty-media-state{min-height:44px;display:flex;align-items:center;gap:8px;border:1px dashed #d6e0e8;border-radius:8px;padding:10px 12px;color:var(--muted);background:#fbfcfd;font-size:12px;font-weight:800}.persisted-media-grid{margin-top:2px}.media-preview-card.persisted{border-color:#dce5eb}@media(max-width:1023px){.evidence-media-head,.pending-media-head{flex-direction:column;align-items:stretch}.evidence-media-actions{display:grid;grid-template-columns:1fr;justify-content:stretch}.evidence-media-actions button,.media-confirm-action{width:100%}.media-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.media-preview-card b{font-size:11px}}
