@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Space+Grotesk:wght@500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-heading:"Space Grotesk", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace;--cream:#f7f2e4;--cream-deep:#efe8d4;--ink:#181a2a;--ink-soft:#4b4e63;--amber:#e39a3c;--amber-deep:#c77b24;--line:#e4dcc4;--paper:#fff;--ongoing:#3e7a5c;--ongoing-bg:#e4f0e9;--proposed:#c77b24;--proposed-bg:#fbead3;--completed:#7a7562;--completed-bg:#edeadf;--navy:var(--ink);--navy-2:#242640;--blue:var(--amber);--blue-light:var(--proposed-bg);--green:var(--ongoing);--green-light:var(--ongoing-bg);--orange:var(--proposed);--orange-light:var(--proposed-bg);--red:#c0503f;--red-light:#fbe3de;--gray:var(--ink-soft);--gray-light:var(--cream-deep);--bg:var(--cream);--border:var(--line);--c-bg:var(--bg);--c-surface:var(--paper);--c-border:var(--border);--c-border-md:#d1ccb4;--c-text:var(--ink);--c-text-2:var(--ink-soft);--c-text-3:#7a7562;--c-primary:var(--amber);--c-primary-h:var(--amber-deep);--c-primary-bg:var(--proposed-bg);--c-green:var(--ongoing);--c-green-bg:var(--ongoing-bg);--c-amber:var(--amber);--c-amber-bg:var(--proposed-bg);--c-red:#c0503f;--c-red-bg:#fbe3de;--c-gray:var(--ink-soft);--c-gray-bg:var(--cream-deep);--r-sm:8px;--r-md:10px;--r-lg:12px;--r-xl:14px;--shadow-card:0 10px 24px -14px #181a2a2e;--shadow-sm:0 1px 2px #181a2a0f;--shadow-md:0 14px 30px -20px #181a2a40;--shadow-hover:0 16px 30px -16px #181a2a52;--ease-out:cubic-bezier(.23, 1, .32, 1);--ease-in-out:cubic-bezier(.77, 0, .175, 1);--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px}::selection{background:var(--amber);color:var(--ink)}html{font-size:14px}body{font-family:var(--font-body);background:radial-gradient(circle,#ded4b4 1px,#0000 1px) 0 0/22px 22px;background-color:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}h1,h2,h3,h4,h5,h6,.font-heading{font-family:var(--font-heading);color:var(--navy)}.mono{font-family:var(--font-mono)}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-header{background:var(--ink);border-bottom:4px solid var(--amber);align-items:center;gap:var(--sp-4);z-index:100;height:74px;padding:0 48px;display:flex;position:sticky;top:0;overflow:hidden}.app-header:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff12 1px,#0000 1px);background-size:16px 16px;position:absolute;inset:0}.app-header .logo{z-index:1;align-items:center;gap:18px;text-decoration:none;display:flex;position:relative}.app-header .brand-mark{background:var(--amber);border-radius:10px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.app-header .brand-mark svg{width:26px;height:26px}.app-header .logo-img{object-fit:contain;filter:drop-shadow(0 2px 6px #0000004d);width:auto;height:50px;transition:transform .15s var(--ease-out), background .15s ease;background:#ffffff1a;border:1px solid #ffffff26;border-radius:10px;flex-shrink:0;padding:4px}.app-header .logo:hover .logo-img{background:#ffffff2e;transform:scale(1.02)}.app-header .logo-eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:#d9cdae;font-size:10px;line-height:1}.app-header .logo-text{font-family:var(--font-heading);color:#fcf9ef;letter-spacing:-.01em;margin-top:2px;font-size:22px;font-weight:700;line-height:1.1}.app-header .logo-sub{font-family:var(--font-body);color:#b9b5c7;margin-top:2px;font-size:11.5px}.app-header .header-right{font-family:var(--font-mono);color:#d9cdae;z-index:1;align-items:center;gap:14px;margin-left:auto;font-size:12px;display:flex;position:relative}.app-header .header-blueprint{opacity:.12;pointer-events:none;position:absolute;top:-20px;right:-30px}.btn-nav-pill{color:#fff;font:500 var(--text-sm) var(--font-body);cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;text-decoration:none;transition:all .15s;display:inline-flex}.btn-nav-pill:hover{color:#fff;background:#ffffff38;border-color:#ffffff59}.icon-circle-arrow-left{vertical-align:middle;flex-shrink:0;transition:transform .15s;display:inline-block}.btn-back-projects-icon{color:#fcf9ef;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,border-color .15s,transform .15s,box-shadow .15s;display:inline-flex}.btn-back-projects-icon:hover{color:#fff;background:#ffffff4d;border-color:#ffffff80;box-shadow:0 4px 12px #00000026}.btn-back-projects-icon:hover .icon-circle-arrow-left{transform:translate(-2px)scale(1.05)}.btn-back-projects-icon:active{transform:scale(.94)}.main-content{width:100%;max-width:1280px;padding:var(--sp-5) 48px var(--sp-8);z-index:1;flex:1;margin:0 auto;position:relative}.card{border:1px solid var(--border);border-radius:var(--r-xl);padding:var(--sp-5);box-shadow:var(--shadow-card);background:#fff;transition:box-shadow .15s}.card+.card{margin-top:var(--sp-5)}.card-header{margin-bottom:var(--sp-4);padding-bottom:var(--sp-3);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;display:flex}.card-title{font-family:var(--font-heading);color:var(--navy);font-size:16px;font-weight:700}.section-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;color:var(--gray);margin-bottom:var(--sp-2);font-size:11px;font-weight:600}.stats-bar{margin-bottom:var(--sp-6);z-index:2;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:-20px;display:grid;position:relative}.stat-card{background:var(--paper);border-radius:var(--r-xl);border-top:3px solid var(--stat-bar-color,var(--ink));transition:transform .2s var(--ease-out), box-shadow .2s var(--ease-out), border-color .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:2px solid #0000;border-left:2px solid #0000;border-right:2px solid #0000;padding:22px 22px 20px;position:relative;overflow:hidden;box-shadow:0 10px 24px -14px #181a2a47}.stat-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.stat-card:active{transform:scale(.98)}.stat-card.active{box-shadow:0 0 0 2.5px var(--stat-bar-color,var(--ink)), 0 14px 30px -10px #181a2a52;border-color:var(--stat-bar-color,var(--ink));background:#fff}.stat-card:before,.stat-card:after,.stat-corner-bl,.stat-corner-br{content:"";opacity:.9;border-style:solid;border-color:#d8d0b6;width:9px;height:9px;position:absolute}.stat-card:before{border-width:1.5px 0 0 1.5px;top:8px;left:8px}.stat-card:after{border-width:1.5px 1.5px 0 0;top:8px;right:8px}.stat-corner-bl{border-width:0 0 1.5px 1.5px;bottom:8px;left:8px}.stat-corner-br{border-width:0 1.5px 1.5px 0;bottom:8px;right:8px}.stat-card.stat-total{--stat-bar-color:var(--ink)}.stat-card.stat-ongoing{--stat-bar-color:var(--ongoing)}.stat-card.stat-proposed{--stat-bar-color:var(--proposed)}.stat-card.stat-completed{--stat-bar-color:var(--completed)}.stat-top{justify-content:flex-end;align-items:flex-start;display:flex}.stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.stat-icon svg{width:20px;height:20px}.stat-card.stat-total .stat-icon{color:var(--ink);background:#edebf1}.stat-card.stat-ongoing .stat-icon{background:var(--ongoing-bg);color:var(--ongoing)}.stat-card.stat-proposed .stat-icon{background:var(--proposed-bg);color:var(--proposed)}.stat-card.stat-completed.stat-icon,.stat-card.stat-completed .stat-icon{background:var(--completed-bg);color:var(--completed)}.stat-value{font-family:var(--font-heading);color:var(--ink);letter-spacing:-.5px;margin-top:14px;font-size:40px;font-weight:700;line-height:1}.stat-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);margin-top:7px;font-size:10.5px}.stat-info{flex:1}.stat-value.total,.stat-value.ongoing,.stat-value.proposed,.stat-value.completed{color:var(--ink)}.page-header{justify-content:space-between;align-items:center;gap:var(--sp-4);margin-top:10px;margin-bottom:20px;padding:0 2px;display:flex}.page-header-accent{opacity:.96;pointer-events:none;-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:flex-end;align-items:center;margin-top:-12px;margin-bottom:-12px;display:flex}.header-accent-svg{object-fit:contain;filter:drop-shadow(0 4px 10px #181a2a14);width:auto;height:135px}.page-title-row{align-items:center;gap:14px;display:flex}.page-icon-badge{background:var(--paper);border:1px solid var(--line);width:46px;height:46px;box-shadow:var(--shadow-sm);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-icon-badge svg{color:var(--ink)}.page-title{font-family:var(--font-heading);color:var(--ink);letter-spacing:-.01em;font-size:26px;font-weight:700;line-height:1.15}.page-subtitle{font-family:var(--font-body);color:var(--ink-soft);margin-top:2px;font-size:13px}.btn{justify-content:center;align-items:center;gap:var(--sp-2);border-radius:var(--r-md);font-family:var(--font-body);cursor:pointer;transition:background .15s var(--ease-out), transform .1s var(--ease-out), box-shadow .15s var(--ease-out);white-space:nowrap;border:1px solid #0000;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--amber);color:var(--ink);border-color:var(--amber);box-shadow:0 1px 2px #e39a3c33}.btn-primary:hover{background:var(--amber-deep);border-color:var(--amber-deep);transform:translateY(-1px);box-shadow:0 6px 16px -8px #c77b248c}.btn-primary:active{background:var(--amber-deep);transform:scale(.97)}.btn-ghost{color:var(--ink);border-color:var(--line);background:0 0}.btn-ghost:hover{background:var(--cream-deep);border-color:#d1ccb4}.btn-outline-pill{color:var(--ink);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:999px;padding:5px 14px;font-size:12px;font-weight:600;transition:all .15s}.btn-outline-pill:hover{border-color:var(--amber);color:var(--amber-deep);background:var(--proposed-bg)}.btn-dashed{border:1.5px dashed var(--line);border-radius:var(--r-lg);width:100%;color:var(--amber-deep);font-family:var(--font-body);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:6px;padding:12px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.btn-dashed:hover{background:var(--proposed-bg);border-color:var(--amber)}.btn-sm{border-radius:var(--r-sm);padding:5px 12px;font-size:12px}.btn-xs{border-radius:6px;padding:3px 8px;font-size:11px}.action-btn{border:1px solid var(--line);background:var(--paper);cursor:pointer;width:32px;height:32px;transition:background .15s ease-out, border-color .15s ease-out, transform .1s var(--ease-out);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.action-btn:active{transform:scale(.92)}.action-btn-edit svg{color:var(--amber-deep)}.action-btn-edit:hover{background:var(--proposed-bg);border-color:var(--amber)}.action-btn-delete svg{color:#c0503f}.action-btn-delete:hover{background:#fbe3de;border-color:#e3897a}.badge{font-family:var(--font-body);white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.badge-green{background:var(--ongoing-bg);color:var(--ongoing)}.badge-amber{background:var(--proposed-bg);color:var(--proposed)}.badge-red{color:#c0503f;background:#fbe3de}.badge-gray{background:var(--completed-bg);color:var(--completed)}.badge-blue{background:var(--proposed-bg);color:var(--proposed)}.chip-contractor{background:var(--cream-deep);color:var(--ink-soft);border-radius:6px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}.table-top-bar{z-index:2;border-top-left-radius:var(--r-xl);border-top-right-radius:var(--r-xl);background:#ebe2ced9;border-bottom:1px solid #d7cdb4b3;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:12px 18px;display:flex;position:relative}.table-top-right{align-items:center;gap:12px;display:flex}.tab-group-container{background:#fff;border:1px solid #dcd5c3;border-radius:12px;align-items:center;gap:4px;padding:4px;display:inline-flex}.tab-btn{font-family:var(--font-body);color:#555042;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.tab-btn:hover{background:#eae3d280}.tab-btn.active{color:#181a2a;background:#eae3d2}.tab-count{font-family:var(--font-mono);border-radius:20px;padding:2px 7px;font-size:11px;font-weight:600;line-height:1}.count-ongoing{color:#2d6b45;background:#dcefe3}.count-proposed{color:#c77b24;background:#fbe6d2}.count-completed{color:#787365;background:#e8e5dc}.search-input-wrap{width:240px;position:relative}.search-input-wrap .search-icon{color:#8c8675;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-input-wrap input{width:100%;height:36px;font-family:var(--font-body);color:var(--ink);background:#fff;border:1px solid #d9d2c0;border-radius:10px;outline:none;padding:0 12px 0 34px;font-size:13px;transition:border-color .15s,box-shadow .15s}.search-input-wrap input:focus{border-color:var(--amber);box-shadow:0 0 0 3px #e39a3c26}.search-input-wrap input::placeholder{color:#a39d8c}.table-container{border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--shadow-md);-webkit-overflow-scrolling:touch;background:#f7f2e48c;position:relative;overflow-x:auto}.table-pattern-bg{z-index:0;pointer-events:none;opacity:.55;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='190' viewBox='0 0 1200 190'%3E%3Cstyle%3E.l%7Bstroke:%23C9BF9E;stroke-width:1.2;fill:none;%7D.ls%7Bstroke:%23E2D9BE;stroke-width:1;fill:none;%7D.g%7Bstroke:%23EADFCD;stroke-width:1;stroke-dasharray:4 4;%7D.a%7Bfill:%23E39A3C;stroke:%23E39A3C;%7D%3C/style%3E%3Cline x1='0' y1='38' x2='1200' y2='38' class='g'/%3E%3Cline x1='0' y1='105' x2='1200' y2='105' class='g'/%3E%3Cline x1='150' y1='0' x2='150' y2='190' class='g'/%3E%3Cline x1='450' y1='0' x2='450' y2='190' class='g'/%3E%3Cline x1='750' y1='0' x2='750' y2='190' class='g'/%3E%3Cline x1='1050' y1='0' x2='1050' y2='190' class='g'/%3E%3Cline x1='0' y1='172' x2='1200' y2='172' class='l' style='stroke-width:1.5'/%3E%3Crect x='25' y='44' width='90' height='128' class='l'/%3E%3Cline x1='25' y1='44' x2='115' y2='44' class='l' style='stroke-width:2'/%3E%3Cg class='ls'%3E%3Crect x='36' y='56' width='8' height='10'/%3E%3Crect x='50' y='56' width='8' height='10'/%3E%3Crect x='64' y='56' width='8' height='10'/%3E%3Crect x='78' y='56' width='8' height='10'/%3E%3Crect x='92' y='56' width='8' height='10'/%3E%3Crect x='36' y='74' width='8' height='10'/%3E%3Crect x='50' y='74' width='8' height='10'/%3E%3Crect x='64' y='74' width='8' height='10'/%3E%3Crect x='78' y='74' width='8' height='10'/%3E%3Crect x='92' y='74' width='8' height='10'/%3E%3Crect x='36' y='92' width='8' height='10'/%3E%3Crect x='50' y='92' width='8' height='10'/%3E%3Crect x='64' y='92' width='8' height='10'/%3E%3Crect x='78' y='92' width='8' height='10'/%3E%3Crect x='92' y='92' width='8' height='10'/%3E%3Crect x='36' y='110' width='8' height='10'/%3E%3Crect x='50' y='110' width='8' height='10'/%3E%3Crect x='64' y='110' width='8' height='10'/%3E%3Crect x='78' y='110' width='8' height='10'/%3E%3Crect x='92' y='110' width='8' height='10'/%3E%3Crect x='36' y='128' width='8' height='10'/%3E%3Crect x='50' y='128' width='8' height='10'/%3E%3Crect x='64' y='128' width='8' height='10'/%3E%3Crect x='78' y='128' width='8' height='10'/%3E%3Crect x='92' y='128' width='8' height='10'/%3E%3C/g%3E%3Cline x1='140' y1='172' x2='140' y2='150' class='l'/%3E%3Ccircle cx='140' cy='138' r='12' class='l'/%3E%3Crect x='170' y='64' width='70' height='108' class='l'/%3E%3Cline x1='170' y1='64' x2='240' y2='64' class='l' style='stroke-width:2'/%3E%3Cg class='ls'%3E%3Crect x='180' y='76' width='7' height='9'/%3E%3Crect x='192' y='76' width='7' height='9'/%3E%3Crect x='204' y='76' width='7' height='9'/%3E%3Crect x='216' y='76' width='7' height='9'/%3E%3Crect x='180' y='91' width='7' height='9'/%3E%3Crect x='192' y='91' width='7' height='9'/%3E%3Crect x='204' y='91' width='7' height='9'/%3E%3Crect x='216' y='91' width='7' height='9'/%3E%3Crect x='180' y='106' width='7' height='9'/%3E%3Crect x='192' y='106' width='7' height='9'/%3E%3Crect x='204' y='106' width='7' height='9'/%3E%3Crect x='216' y='106' width='7' height='9'/%3E%3Crect x='180' y='121' width='7' height='9'/%3E%3Crect x='192' y='121' width='7' height='9'/%3E%3Crect x='204' y='121' width='7' height='9'/%3E%3Crect x='216' y='121' width='7' height='9'/%3E%3C/g%3E%3Cg transform='translate(275, 0)'%3E%3Cpath d='M -2 150 L -9 169' stroke='%237A7362' stroke-width='3.6' stroke-linecap='round'/%3E%3Cellipse cx='-10' cy='170' rx='4.5' ry='2.2' fill='%23181A2A' stroke='%235B5747' stroke-width='0.8'/%3E%3Cpath d='M 2 150 L 8 169' stroke='%237A7362' stroke-width='3.6' stroke-linecap='round'/%3E%3Cellipse cx='9' cy='170' rx='4.5' ry='2.2' fill='%23181A2A' stroke='%235B5747' stroke-width='0.8'/%3E%3Cpath d='M 6 134 L 12 146' stroke='%235B5747' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M -3 130 L 3 130 L 0 135 Z' fill='%23FFFFFF'/%3E%3Cpath d='M -8 132 L 8 132 L 6.5 150 L -6.5 150 Z' fill='%23E39A3C' stroke='%235B5747' stroke-width='1.4' stroke-linejoin='round'/%3E%3Cline x1='-6' y1='134' x2='4' y2='148' stroke='%23F7F2E4' stroke-width='2.2' stroke-linecap='round'/%3E%3Cline x1='-4' y1='148' x2='6' y2='134' stroke='%23F7F2E4' stroke-width='2.2' stroke-linecap='round'/%3E%3Ccircle cx='0' cy='124' r='6.5' fill='%23EFE3C9' stroke='%235B5747' stroke-width='1.3'/%3E%3Cpath d='M -8.5 123 C -8.5 109 8.5 109 8.5 123 Z' fill='%23E39A3C' stroke='%235B5747' stroke-width='1.3'/%3E%3Cpath d='M -10.5 123 Q 0 120 10.5 123' fill='none' stroke='%235B5747' stroke-width='1.5' stroke-linecap='round'/%3E%3Cg transform='rotate(-14 -4 142)'%3E%3Crect x='-14' y='138' width='20' height='7' rx='2' fill='%23F7F2E4' stroke='%235B5747' stroke-width='1.2'/%3E%3Cline x1='-11' y1='138' x2='-11' y2='145' stroke='%23C77B24' stroke-width='1.6'/%3E%3Cline x1='3' y1='138' x2='3' y2='145' stroke='%23C77B24' stroke-width='1.6'/%3E%3C/g%3E%3Cpath d='M -6 134 L -11 142 L -3 142' fill='none' stroke='%235B5747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Ccircle cx='308' cy='138' r='3.5' class='a'/%3E%3Cg transform='translate(340, 0)'%3E%3Cline x1='0' y1='172' x2='0' y2='22' class='l' style='stroke-width:1.6'/%3E%3Cline x1='-8' y1='172' x2='8' y2='172' class='l' style='stroke-width:1.6'/%3E%3Cline x1='0' y1='22' x2='125' y2='22' class='l' style='stroke-width:1.6'/%3E%3Cline x1='0' y1='22' x2='-35' y2='22' class='l' style='stroke-width:1.6'/%3E%3Cline x1='-22' y1='22' x2='0' y2='38' class='l'/%3E%3Cline x1='75' y1='22' x2='0' y2='38' class='l'/%3E%3Cline x1='100' y1='22' x2='100' y2='68' class='ls'/%3E%3Ccircle cx='100' cy='74' r='3.5' class='a'/%3E%3C/g%3E%3Crect x='480' y='34' width='90' height='138' class='l'/%3E%3Cline x1='480' y1='34' x2='570' y2='34' class='l' style='stroke-width:2'/%3E%3Cg class='ls'%3E%3Crect x='492' y='46' width='8' height='10'/%3E%3Crect x='506' y='46' width='8' height='10'/%3E%3Crect x='520' y='46' width='8' height='10'/%3E%3Crect x='534' y='46' width='8' height='10'/%3E%3Crect x='548' y='46' width='8' height='10'/%3E%3Crect x='492' y='64' width='8' height='10'/%3E%3Crect x='506' y='64' width='8' height='10'/%3E%3Crect x='520' y='64' width='8' height='10'/%3E%3Crect x='534' y='64' width='8' height='10'/%3E%3Crect x='548' y='64' width='8' height='10'/%3E%3Crect x='492' y='82' width='8' height='10'/%3E%3Crect x='506' y='82' width='8' height='10'/%3E%3Crect x='520' y='82' width='8' height='10'/%3E%3Crect x='534' y='82' width='8' height='10'/%3E%3Crect x='548' y='82' width='8' height='10'/%3E%3Crect x='492' y='100' width='8' height='10'/%3E%3Crect x='506' y='100' width='8' height='10'/%3E%3Crect x='520' y='100' width='8' height='10'/%3E%3Crect x='534' y='100' width='8' height='10'/%3E%3Crect x='548' y='100' width='8' height='10'/%3E%3Crect x='492' y='118' width='8' height='10'/%3E%3Crect x='506' y='118' width='8' height='10'/%3E%3Crect x='520' y='118' width='8' height='10'/%3E%3Crect x='534' y='118' width='8' height='10'/%3E%3Crect x='548' y='118' width='8' height='10'/%3E%3C/g%3E%3Crect x='516' y='150' width='18' height='22' class='l'/%3E%3Cg transform='translate(595, 155)'%3E%3Crect x='0' y='0' width='28' height='7' class='l'/%3E%3Cline x1='3' y1='0' x2='0' y2='7' stroke='%23E39A3C' stroke-width='1.3'/%3E%3Cline x1='10' y1='0' x2='7' y2='7' stroke='%23E39A3C' stroke-width='1.3'/%3E%3Cline x1='17' y1='0' x2='14' y2='7' stroke='%23E39A3C' stroke-width='1.3'/%3E%3Cline x1='24' y1='0' x2='21' y2='7' stroke='%23E39A3C' stroke-width='1.3'/%3E%3Cline x1='4' y1='7' x2='4' y2='17' class='l'/%3E%3Cline x1='24' y1='7' x2='24' y2='17' class='l'/%3E%3C/g%3E%3Cline x1='645' y1='172' x2='645' y2='126' class='l'/%3E%3Ccircle cx='645' cy='122' r='4.5' class='a'/%3E%3Crect x='680' y='62' width='75' height='110' class='l'/%3E%3Cline x1='680' y1='62' x2='755' y2='62' class='l' style='stroke-width:2'/%3E%3Cg class='ls'%3E%3Crect x='691' y='74' width='7' height='9'/%3E%3Crect x='703' y='74' width='7' height='9'/%3E%3Crect x='715' y='74' width='7' height='9'/%3E%3Crect x='727' y='74' width='7' height='9'/%3E%3Crect x='739' y='74' width='7' height='9'/%3E%3Crect x='691' y='89' width='7' height='9'/%3E%3Crect x='703' y='89' width='7' height='9'/%3E%3Crect x='715' y='89' width='7' height='9'/%3E%3Crect x='727' y='89' width='7' height='9'/%3E%3Crect x='739' y='89' width='7' height='9'/%3E%3Crect x='691' y='104' width='7' height='9'/%3E%3Crect x='703' y='104' width='7' height='9'/%3E%3Crect x='715' y='104' width='7' height='9'/%3E%3Crect x='727' y='104' width='7' height='9'/%3E%3Crect x='739' y='104' width='7' height='9'/%3E%3Crect x='691' y='119' width='7' height='9'/%3E%3Crect x='703' y='119' width='7' height='9'/%3E%3Crect x='715' y='119' width='7' height='9'/%3E%3Crect x='727' y='119' width='7' height='9'/%3E%3Crect x='739' y='119' width='7' height='9'/%3E%3C/g%3E%3Cg transform='translate(785, 0)'%3E%3Cpath d='M -2 150 L -9 169' stroke='%237A7362' stroke-width='3.6' stroke-linecap='round'/%3E%3Cellipse cx='-10' cy='170' rx='4.5' ry='2.2' fill='%23181A2A' stroke='%235B5747' stroke-width='0.8'/%3E%3Cpath d='M 2 150 L 8 169' stroke='%237A7362' stroke-width='3.6' stroke-linecap='round'/%3E%3Cellipse cx='9' cy='170' rx='4.5' ry='2.2' fill='%23181A2A' stroke='%235B5747' stroke-width='0.8'/%3E%3Cpath d='M 6 134 L 12 146' stroke='%235B5747' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M -3 130 L 3 130 L 0 135 Z' fill='%23FFFFFF'/%3E%3Cpath d='M -8 132 L 8 132 L 6.5 150 L -6.5 150 Z' fill='%23E39A3C' stroke='%235B5747' stroke-width='1.4' stroke-linejoin='round'/%3E%3Cline x1='-6' y1='134' x2='4' y2='148' stroke='%23F7F2E4' stroke-width='2.2' stroke-linecap='round'/%3E%3Cline x1='-4' y1='148' x2='6' y2='134' stroke='%23F7F2E4' stroke-width='2.2' stroke-linecap='round'/%3E%3Ccircle cx='0' cy='124' r='6.5' fill='%23EFE3C9' stroke='%235B5747' stroke-width='1.3'/%3E%3Cpath d='M -8.5 123 C -8.5 109 8.5 109 8.5 123 Z' fill='%23E39A3C' stroke='%235B5747' stroke-width='1.3'/%3E%3Cpath d='M -10.5 123 Q 0 120 10.5 123' fill='none' stroke='%235B5747' stroke-width='1.5' stroke-linecap='round'/%3E%3Cg transform='rotate(-14 -4 142)'%3E%3Crect x='-14' y='138' width='20' height='7' rx='2' fill='%23F7F2E4' stroke='%235B5747' stroke-width='1.2'/%3E%3Cline x1='-11' y1='138' x2='-11' y2='145' stroke='%23C77B24' stroke-width='1.6'/%3E%3Cline x1='3' y1='138' x2='3' y2='145' stroke='%23C77B24' stroke-width='1.6'/%3E%3C/g%3E%3Cpath d='M -6 134 L -11 142 L -3 142' fill='none' stroke='%235B5747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Ccircle cx='800' cy='128' r='3.5' class='a'/%3E%3Cline x1='835' y1='172' x2='835' y2='150' class='l'/%3E%3Ccircle cx='835' cy='138' r='12' class='l'/%3E%3Crect x='870' y='40' width='95' height='132' class='l'/%3E%3Cline x1='870' y1='40' x2='965' y2='40' class='l' style='stroke-width:2'/%3E%3Cg class='ls'%3E%3Crect x='883' y='52' width='8' height='10'/%3E%3Crect x='897' y='52' width='8' height='10'/%3E%3Crect x='911' y='52' width='8' height='10'/%3E%3Crect x='925' y='52' width='8' height='10'/%3E%3Crect x='939' y='52' width='8' height='10'/%3E%3Crect x='883' y='70' width='8' height='10'/%3E%3Crect x='897' y='70' width='8' height='10'/%3E%3Crect x='911' y='70' width='8' height='10'/%3E%3Crect x='925' y='70' width='8' height='10'/%3E%3Crect x='939' y='70' width='8' height='10'/%3E%3Crect x='883' y='88' width='8' height='10'/%3E%3Crect x='897' y='88' width='8' height='10'/%3E%3Crect x='911' y='88' width='8' height='10'/%3E%3Crect x='925' y='88' width='8' height='10'/%3E%3Crect x='939' y='88' width='8' height='10'/%3E%3Crect x='883' y='106' width='8' height='10'/%3E%3Crect x='897' y='106' width='8' height='10'/%3E%3Crect x='911' y='106' width='8' height='10'/%3E%3Crect x='925' y='106' width='8' height='10'/%3E%3Crect x='939' y='106' width='8' height='10'/%3E%3Crect x='883' y='124' width='8' height='10'/%3E%3Crect x='897' y='124' width='8' height='10'/%3E%3Crect x='911' y='124' width='8' height='10'/%3E%3Crect x='925' y='124' width='8' height='10'/%3E%3Crect x='939' y='124' width='8' height='10'/%3E%3C/g%3E%3Cline x1='995' y1='172' x2='995' y2='126' class='l'/%3E%3Ccircle cx='995' cy='122' r='4.5' class='a'/%3E%3Crect x='1030' y='60' width='80' height='112' class='l'/%3E%3Cline x1='1030' y1='60' x2='1110' y2='60' class='l' style='stroke-width:2'/%3E%3Cg class='ls'%3E%3Crect x='1041' y='72' width='7' height='9'/%3E%3Crect x='1058' y='72' width='7' height='9'/%3E%3Crect x='1070' y='72' width='7' height='9'/%3E%3Crect x='1082' y='72' width='7' height='9'/%3E%3Crect x='1089' y='72' width='7' height='9'/%3E%3Crect x='1041' y='87' width='7' height='9'/%3E%3Crect x='1053' y='87' width='7' height='9'/%3E%3Crect x='1065' y='87' width='7' height='9'/%3E%3Crect x='1077' y='87' width='7' height='9'/%3E%3Crect x='1089' y='87' width='7' height='9'/%3E%3Crect x='1041' y='102' width='7' height='9'/%3E%3Crect x='1053' y='102' width='7' height='9'/%3E%3Crect x='1065' y='102' width='7' height='9'/%3E%3Crect x='1077' y='102' width='7' height='9'/%3E%3Crect x='1089' y='102' width='7' height='9'/%3E%3Crect x='1041' y='117' width='7' height='9'/%3E%3Crect x='1053' y='117' width='7' height='9'/%3E%3Crect x='1065' y='117' width='7' height='9'/%3E%3Crect x='1077' y='117' width='7' height='9'/%3E%3Crect x='1089' y='117' width='7' height='9'/%3E%3C/g%3E%3Ccircle cx='1140' cy='52' r='3.5' class='a'/%3E%3C/svg%3E");background-repeat:repeat;background-size:1200px 190px;position:absolute;inset:0}.project-table{z-index:1;border-collapse:collapse;table-layout:fixed;width:100%;position:relative}.project-table thead tr{background:#efe6d2d1;border-bottom:1px solid #d7cdb4b3;height:48px}.project-table th{text-align:left;font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:#736d5c;white-space:nowrap;border-bottom:1px solid #d7cdb4b3;padding:12px 16px;font-size:10.5px;font-weight:600}.project-table tbody tr{opacity:0;height:66px;animation:rowIn .26s var(--ease-out) forwards;background:#ffffffa6;border-bottom:1px solid #dcd2b98c;transition:background .15s;transform:translateY(6px)}.project-table tbody tr:last-child{border-bottom:none}.project-table tbody td{vertical-align:middle;color:var(--ink);text-overflow:ellipsis;padding:12px 16px;font-size:13.5px;overflow:hidden}.project-table .project-row:hover{background:#ffffffe0}.project-table .project-row:hover td{background:0 0}.contractor-text{font-family:var(--font-body);color:#595546;line-clamp:2;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:12.5px;line-height:1.3;display:-webkit-box;overflow:hidden}.contractor-text-internal{font-family:var(--font-body);color:var(--amber-deep);line-clamp:2;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:12px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}@keyframes rowIn{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.project-table tbody tr{opacity:1;animation:none;transform:none}}.project-table th:first-child,.project-table td:first-child{text-overflow:clip!important;white-space:nowrap!important;padding-left:14px!important;padding-right:4px!important;overflow:visible!important}.project-table .project-row td:first-child{font-family:var(--font-mono);color:var(--ink-soft);font-size:13px;font-weight:600}.project-table .project-row.cat-ongoing td:first-child{border-left:3px solid var(--ongoing)}.project-table .project-row.cat-proposed td:first-child{border-left:3px solid var(--proposed)}.project-table .project-row.cat-completed td:first-child{border-left:3px solid var(--completed)}.project-name-cell{font-family:var(--font-heading);line-clamp:2;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.3;transition:color .15s;display:-webkit-box;overflow:hidden;color:var(--ink)!important}.project-row:hover .project-name-cell{color:var(--amber-deep)!important}.project-code-text{font-family:var(--font-mono);color:var(--amber-deep);letter-spacing:.03em;margin-top:4px;font-size:11px;display:block}.contract-amount-text{font-family:var(--font-mono);color:var(--ink);white-space:nowrap;font-size:13.5px;font-weight:500}.progress-column-wrap{min-width:110px}.text-pending{color:#b0b5bd;font-size:12px;font-style:italic;font-family:var(--font-body)}.chip-contractor-muted{color:#6b7280;background:#f1f1ef;border-radius:6px;padding:2px 8px;font-size:12px;font-style:italic;font-weight:500;display:inline-block}.chip-contractor-internal{color:#4b5563;border:1px solid var(--border);background:#f1f1ef;border-radius:6px;align-items:center;padding:2px 8px;font-size:11.5px;font-style:italic;font-weight:500;display:inline-flex}.progress-track-thin{background:var(--border);border-radius:999px;height:6px;margin-top:4px;overflow:hidden}.progress-fill-thin{border-radius:999px;height:100%;transition:width .4s}.progress-fill-thin.fill-green{background:var(--green)}.progress-fill-thin.fill-amber{background:var(--orange)}.progress-fill-thin.fill-red{background:var(--red)}.progress-fill-thin.fill-gray{background:var(--gray)}.detail-header-card{border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow-card);margin-bottom:var(--sp-5);background:#fff;overflow:hidden}.detail-header-top{padding:var(--sp-5)}.detail-title{font-family:var(--font-heading);color:var(--navy);margin-top:var(--sp-2);font-size:24px;font-weight:700;line-height:1.25}.detail-info-grid{border-top:1px solid var(--border);background:#fafafa;grid-template-columns:repeat(6,1fr);display:grid}.detail-grid-cell{border-right:1px solid var(--border);padding:16px}.detail-grid-cell:last-child{border-right:none}.cell-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;color:var(--gray);margin-bottom:4px;font-size:10.5px;font-weight:700}.cell-value{font-family:var(--font-body);color:var(--navy);font-size:13.5px;font-weight:700}.cell-value.value-blue{font-family:var(--font-mono);color:var(--blue)}.cell-value.value-orange{color:var(--orange)}.cell-value.value-mono{font-family:var(--font-mono)}@media (width<=900px){.detail-info-grid{grid-template-columns:repeat(2,1fr)}.detail-grid-cell{border-bottom:1px solid var(--border)}.stats-bar{grid-template-columns:repeat(2,1fr)}}.detail-grid{gap:var(--sp-5);margin-bottom:var(--sp-5);grid-template-columns:1fr 1fr;align-items:stretch;display:grid}.detail-grid>.card,.detail-grid>*{flex-direction:column;height:100%;display:flex;margin-top:0!important}.detail-grid .card-header{align-items:center;min-height:44px}@media (width<=768px){.detail-grid{grid-template-columns:1fr}}.gauge-container{align-items:center;gap:var(--sp-5);margin-bottom:var(--sp-4);display:flex}.gauge-svg-wrap{flex-shrink:0;width:120px;height:120px;position:relative}.gauge-center-text{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.gauge-val{font-family:var(--font-heading);font-size:26px;font-weight:700;line-height:1}.gauge-lbl{font-family:var(--font-body);letter-spacing:.06em;color:var(--gray);margin-top:2px;font-size:10px;font-weight:700}.banner-slippage{border-radius:var(--r-md);font-family:var(--font-body);margin-bottom:var(--sp-4);align-items:center;gap:8px;padding:10px 14px;font-size:12.5px;font-weight:700;display:flex}.banner-slippage.behind{background:var(--red-light);color:var(--red)}.banner-slippage.ontrack{background:var(--green-light);color:var(--green)}.vo-card-item{border:1px solid var(--border);border-left:4px solid var(--blue);border-radius:var(--r-md);padding:14px var(--sp-4);margin-bottom:var(--sp-3);background:#fbfbf9;transition:all .15s}.vo-card-item:last-child{margin-bottom:0}.vo-card-item:hover{box-shadow:var(--shadow-sm);background:#fff}.vo-amount-bold{font-family:var(--font-mono);color:var(--blue);font-size:14px;font-weight:700}.issue-card-item{border:1px solid var(--border);border-radius:var(--r-md);padding:var(--sp-4);margin-bottom:var(--sp-3);background:#fbfbf9}.issue-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.ongoing{background:var(--orange)}.status-dot.resolved{background:var(--green)}.comment-link-action{color:var(--blue);font-family:var(--font-body);cursor:pointer;border:none;border-top:1px solid var(--border);background:0 0;align-items:center;gap:6px;width:100%;margin-top:8px;padding-top:8px;font-size:12px;font-weight:600;display:flex}.comment-link-action:hover{text-decoration:underline}.form-group{margin-bottom:var(--sp-4)}.form-label{font-family:var(--font-body);color:var(--navy);margin-bottom:4px;font-size:12.5px;font-weight:600;display:block}.form-input,.form-select,.form-textarea{border:1px solid var(--border);border-radius:var(--r-md);width:100%;font-family:var(--font-body);color:var(--navy);background:#fff;outline:none;padding:9px 12px;font-size:13px;transition:border-color .15s,box-shadow .15s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2451b81f}.form-textarea{resize:vertical;min-height:80px}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;-webkit-overflow-scrolling:touch;background:#0b1e3d8c;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{border-radius:var(--r-xl);box-shadow:var(--shadow-md);width:100%;max-width:440px;max-height:90vh;padding:var(--sp-6);background:#fff;overflow-y:auto}.modal-title{font-family:var(--font-heading);color:var(--navy);font-size:18px;font-weight:700}.avatar{width:32px;height:32px;font-family:var(--font-heading);color:#fff;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#3b6bd9,#2451b8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.avatar-sm{width:26px;height:26px;font-size:10px}.text-muted{color:var(--gray)}.text-sm{font-size:13px}.text-xs{font-size:11.5px}.fw-600{font-weight:600}.fw-700{font-weight:700}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.empty-state{text-align:center;padding:var(--sp-6);color:var(--gray);font-size:13px}.loading-wrap{justify-content:center;align-items:center;gap:var(--sp-4);min-height:240px;color:var(--gray);flex-direction:column;display:flex}.spinner{border:3px solid var(--line);border-top-color:var(--amber);border-radius:50%;width:30px;height:30px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.full-skyline-loading-view{background:var(--cream);z-index:999;opacity:1;flex-direction:column;justify-content:flex-end;width:100vw;height:100vh;transition:opacity .35s ease-out;display:flex;position:fixed;inset:0;overflow:hidden}.full-skyline-loading-view.fade-out{opacity:0;pointer-events:none}.skyline-loading-bg{opacity:.85;pointer-events:none;width:100%;position:absolute;bottom:0;left:0;right:0}.skyline-loading-bg svg{transform-origin:bottom;width:100%;height:auto;display:block;transform:scale(1.6)}@media (width<=900px){.skyline-loading-bg svg{transform:scale(2.2)}}.skyline-walking-engineer{animation:14s ease-in-out infinite alternate engineerWalkLoop}@keyframes engineerWalkLoop{0%{transform:translate(80px)scaleX(1)}48%{transform:translate(1480px)scaleX(1)}50%{transform:translate(1480px)scaleX(-1)}98%{transform:translate(80px)scaleX(-1)}to{transform:translate(80px)scaleX(1)}}.engineer-stride-f1{animation:.45s step-end infinite toggleStrideFrame1}.engineer-stride-f2{animation:.45s step-end infinite toggleStrideFrame2}@keyframes toggleStrideFrame1{0%,49.99%{opacity:1;visibility:visible}50%,to{opacity:0;visibility:hidden}}@keyframes toggleStrideFrame2{0%,49.99%{opacity:0;visibility:hidden}50%,to{opacity:1;visibility:visible}}.skyline-lamp-bulb{transition:fill .3s,stroke .3s}.skyline-lamp-bulb-1{animation:3.2s ease-in-out infinite alternate lampBulbPulse}.skyline-lamp-bulb-2{animation:3.2s ease-in-out 1.1s infinite alternate lampBulbPulse}.skyline-lamp-bulb-3{animation:3.2s ease-in-out 2.2s infinite alternate lampBulbPulse}@keyframes lampBulbPulse{0%,25%{fill:#c9bf9e;stroke:#c9bf9e;filter:drop-shadow(0 0 #e39a3c00)}65%,to{fill:#e39a3c;stroke:#c77b24;filter:drop-shadow(0 0 5px #e39a3cd9)}}.skyline-loading-corner-label{font-family:var(--font-mono);color:#8c846d;letter-spacing:.04em;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:10;font-size:13px;font-weight:500;position:absolute;bottom:28px;right:36px}.skyline-dot{opacity:.2;animation:1.4s ease-in-out infinite dotSequentialFade}.skyline-dot.dot-1{animation-delay:0s}.skyline-dot.dot-2{animation-delay:.28s}.skyline-dot.dot-3{animation-delay:.56s}@keyframes dotSequentialFade{0%,to{opacity:.15}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.skyline-walking-engineer,.engineer-stride-f1,.engineer-stride-f2,.skyline-lamp-bulb-1,.skyline-lamp-bulb-2,.skyline-lamp-bulb-3,.skyline-dot{animation:none!important}.engineer-stride-f1{opacity:1!important;visibility:visible!important}.engineer-stride-f2{opacity:0!important;visibility:hidden!important}.skyline-lamp-bulb{fill:var(--amber)!important;stroke:var(--amber)!important}.skyline-dot{opacity:1!important}}.error-box{background:var(--red-light);border-radius:var(--r-md);padding:var(--sp-4);color:var(--red);border:1px solid #dc262633;font-size:13px}.kebab-wrap{display:inline-block;position:relative}.kebab-btn{width:26px;height:26px;color:var(--gray);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:1;transition:all .15s;display:flex}.kebab-btn:hover,.kebab-btn.active{background:var(--gray-light);color:var(--navy)}.kebab-dropdown{border:1px solid var(--border);z-index:100;background:#fff;border-radius:10px;width:170px;margin-top:4px;padding:4px 0;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 8px 20px #1018281f}.kebab-item{width:100%;font-family:var(--font-body);color:var(--navy);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:flex}.kebab-item:hover{background:var(--blue-light);color:var(--blue)}.kebab-item.danger{color:var(--red)}.kebab-item.danger:hover{color:var(--red);background:#fdecec}.kebab-divider{background:var(--border);height:1px;margin:4px 0}.status-pill-dropdown-wrap{display:inline-block;position:relative}.status-pill-trigger-btn{cursor:pointer;background:0 0;border:none;outline:none;padding:0;font-family:inherit;transition:transform .12s,opacity .12s}.status-pill-trigger-btn:hover{opacity:.9;transform:translateY(-1px)}.status-pill-trigger-btn:focus-visible{box-shadow:0 0 0 2px var(--amber);border-radius:20px}.status-pill-text{font-size:12px;font-weight:600}.status-pill-chevron{opacity:.7;margin-left:2px;transition:transform .2s}.status-pill-chevron.open{transform:rotate(180deg)}.status-pill-menu{box-sizing:border-box;border:1px solid var(--border);z-index:200;background:#fff;border-radius:12px;width:285px;max-width:calc(100vw - 32px);padding:8px 0;animation:.15s ease-out dropdownFadeIn;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 25px #181a2a29}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.status-pill-menu-title{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);padding:4px 14px 8px;font-size:11px;font-weight:700}.status-pill-options-list{flex-direction:column;display:flex}.status-pill-option-btn{width:100%;font-family:var(--font-body);color:var(--navy);text-align:left;cursor:pointer;box-sizing:border-box;background:0 0;border:none;justify-content:space-between;align-items:center;padding:8px 14px;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:flex}.status-pill-option-btn:hover{background:var(--blue-light);color:var(--blue)}.status-pill-option-btn.active{color:var(--amber-deep);background:#e39a3c14;font-weight:600}.status-option-checkmark{color:var(--amber-deep);flex-shrink:0}.status-pill-divider{background:var(--border);height:1px;margin:6px 0}.status-pill-other-section{box-sizing:border-box;padding:6px 14px 8px}.status-other-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.status-other-title{font-family:var(--font-body);color:var(--navy);font-size:12px;font-weight:600}.status-other-active-tag{background:var(--blue-light);color:var(--blue);border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600}.status-other-input-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;display:flex}.status-other-field{min-width:0;height:34px;font-family:var(--font-body);color:var(--navy);border:1px solid var(--border);box-sizing:border-box;background:#fff;border-radius:6px;outline:none;flex:1;padding:0 10px;font-size:12px;transition:border-color .15s,box-shadow .15s}.status-other-field:focus{border-color:var(--amber);box-shadow:0 0 0 2px #e39a3c33}.status-other-field.has-error{border-color:var(--red);background:#fff5f5}.status-other-btn{height:34px;font-family:var(--font-body);color:#fff;background:var(--amber);cursor:pointer;white-space:nowrap;box-sizing:border-box;border:none;border-radius:6px;flex-shrink:0;padding:0 12px;font-size:12px;font-weight:600;transition:background .15s}.status-other-btn:hover{background:var(--amber-deep)}.status-other-error-msg{font-family:var(--font-body);color:var(--red);margin-top:4px;font-size:11px;font-weight:500}.discussion-header{margin-bottom:var(--sp-4);justify-content:space-between;align-items:flex-start;display:flex}.comment-card{border:1px solid var(--border);background:#fbfbf9;border-radius:12px;margin-bottom:14px;padding:16px}.comment-card-row{align-items:flex-start;gap:14px;display:flex}.comment-card-content{flex:1;min-width:0}.comment-meta-row{flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:6px;display:flex}.comment-author-name{font-family:var(--font-body);color:var(--navy);font-size:13px;font-weight:600}.comment-meta-dot{color:var(--gray);-webkit-user-select:none;user-select:none;font-size:12px}.comment-timestamp{color:var(--gray);font-size:12px}.comment-resolved-chip{color:var(--green);background:var(--green-light);letter-spacing:.01em;border-radius:999px;align-items:center;padding:2px 8px;font-size:10.5px;font-weight:700;display:inline-flex}.comment-text{color:var(--navy);margin-bottom:10px;font-size:14px;font-weight:400;line-height:1.5}.comment-actions-row{align-items:center;gap:16px;display:flex}.comment-action-link{cursor:pointer;font-family:var(--font-body);color:var(--blue);background:0 0;border:none;padding:0;font-size:12px;font-weight:600;text-decoration:none;transition:-webkit-text-decoration .1s,text-decoration .1s}.comment-action-link:hover{text-decoration:underline}.comment-action-link.resolve-link{color:var(--green)}.comment-action-link.resolve-link.resolved{color:var(--gray)}.comment-action-link.resolve-link:hover{text-decoration:underline}.comment-replies-list{border-top:1px dashed var(--border);flex-direction:column;gap:12px;margin-top:14px;padding-top:14px;display:flex}.comment-reply-item{align-items:flex-start;gap:10px;display:flex}.comment-reply-body{flex:1;min-width:0}.comments-list{margin-bottom:var(--sp-5)}.comment-composer-card{border:1px solid var(--border);background:#fbfbf9;border-radius:12px;padding:16px}.add-project-modal{box-sizing:border-box;background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:620px;max-height:min(85vh,720px);margin:auto;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 40px #10182833}.modal-header-sticky{border-bottom:1px solid var(--border);z-index:10;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex;position:sticky;top:0}.modal-header-title{font-family:var(--font-heading);color:var(--navy);font-size:19px;font-weight:700;line-height:1.2}.modal-header-subtitle{font-family:var(--font-body);color:var(--gray);margin-top:2px;font-size:12px}.modal-close-btn{width:30px;height:30px;color:var(--gray);cursor:pointer;background:#f1f1ef;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:all .15s;display:flex}.modal-close-btn:hover{color:var(--navy);background:#e5e7eb}.modal-body-scroll{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:20px 24px;overflow-y:auto}.modal-footer-sticky{border-top:1px solid var(--border);z-index:10;background:#fff;border-bottom-right-radius:16px;border-bottom-left-radius:16px;flex-shrink:0;justify-content:flex-end;gap:10px;padding:16px 24px;display:flex;position:sticky;bottom:0}.form-section-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.form-section-header span{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;color:var(--blue);white-space:nowrap;font-size:10.5px;font-weight:700}.form-section-line{background:var(--border);flex:1;height:1px}.form-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-label-custom{font-family:var(--font-body);color:var(--navy);margin-bottom:7px;font-size:13px;font-weight:600;display:block}.form-input-custom,.form-select-custom,.form-textarea-custom{border:1px solid var(--border);width:100%;font-family:var(--font-body);color:var(--navy);background:#fff;border-radius:9px;outline:none;padding:10px 13px;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.form-input-custom::placeholder,.form-textarea-custom::placeholder{color:#9ca3af}.form-input-custom:focus,.form-select-custom:focus,.form-textarea-custom:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2451b81f}.form-textarea-custom{resize:vertical;min-height:80px}@media (width<=900px){.app-header{padding:0 20px}.main-content{padding:var(--sp-4) 20px var(--sp-8)}.stats-bar{grid-template-columns:repeat(2,1fr)}.table-container{overflow-x:auto}.project-table{min-width:820px}}@media (width<=768px){.page-header{flex-direction:column;align-items:flex-start;gap:12px}.page-header .btn{justify-content:center;width:100%}.page-title{font-size:20px}.page-subtitle{font-size:11.5px}}@media (width<=640px){.app-header{height:56px;padding:0 12px}.app-header .logo-text{letter-spacing:.5px;font-size:13.5px}.app-header .logo-sub{margin-top:2px;font-size:10px}.app-header .logo-icon{width:32px;height:32px;font-size:11px}.app-header .logo-img{border-radius:8px;width:auto;height:40px;padding:4px}.main-content{padding:12px 10px}.stats-bar{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px}.stat-card{border-radius:var(--r-lg);gap:8px;padding:10px}.stat-icon{border-radius:8px;width:34px;height:34px}.stat-icon svg{width:16px;height:16px}.stat-value{font-size:20px}.stat-label{letter-spacing:.02em;font-size:9.5px}.filter-bar{flex-direction:column;align-items:stretch;gap:8px;margin-bottom:16px}.tab-group-container{white-space:nowrap;-webkit-overflow-scrolling:touch;width:100%;padding:3px;display:flex;overflow-x:auto}.tab-btn{padding:5px 10px;font-size:11.5px}.search-input-wrap{width:100%;min-width:0}.search-input-wrap input{height:36px;font-size:12.5px}.project-table th{padding:10px;font-size:10px}.project-table td{padding:10px;font-size:12px}.project-name-cell{font-size:13px}.project-code-text{font-size:10px}.contract-amount-text{font-size:12px}.detail-info-grid{grid-template-columns:repeat(2,1fr)}.detail-grid-cell{padding:10px 12px}.detail-title{font-size:18px}.form-grid-2{grid-template-columns:1fr;gap:12px}.add-project-modal{border-radius:12px;max-height:94vh;margin:8px}.modal-header-sticky,.modal-body-scroll,.modal-footer-sticky{padding:14px}}@media (width<=480px){.detail-info-grid{grid-template-columns:1fr}.detail-grid-cell{border-right:none;border-bottom:1px solid var(--border)}.comment-card-row{flex-direction:column;gap:8px}}.footer-strip{background:var(--cream);border-top:1px solid var(--line);z-index:1;margin-top:60px;padding-bottom:10px;position:relative}.footer-tag-row{justify-content:center;align-items:baseline;gap:12px;max-width:1280px;margin:0 auto;padding:34px 48px 6px;display:flex}.footer-tag-row .footer-num{font-family:var(--font-mono);color:var(--amber-deep);font-size:12px;font-weight:600}.footer-tag-row h3{font-family:var(--font-heading);color:var(--ink);font-size:19px;font-weight:700}.footer-tag-row .footer-role{color:var(--ink-soft);font-size:13.5px}.footer-svg-wrap{max-width:1280px;margin:0 auto;padding:10px 48px 30px;overflow:hidden}.footer-svg-wrap svg{width:100%;height:auto;display:block}.page-skyline-bg{z-index:0;opacity:.35;pointer-events:none;width:100%;position:fixed;bottom:0;left:0;right:0}.page-skyline-bg svg{transform-origin:bottom;width:100%;height:auto;display:block;transform:scale(1.9)}@media (width<=900px){.page-skyline-bg{opacity:.12}.footer-tag-row,.footer-svg-wrap{padding-left:20px;padding-right:20px}.footer-svg-wrap{overflow-x:auto}.footer-svg-wrap svg{width:1300px}}.dev-credits-container{z-index:1000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:fixed;bottom:24px;right:24px}.dev-credits-fab{color:#fff;cursor:pointer;background:linear-gradient(135deg,#152259 0%,#0f1a4d 100%);border:2px solid #e8b13c;border-radius:50%;outline:none;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s,background .25s;display:flex;position:relative;box-shadow:0 6px 20px #0f1a4d59}.dev-credits-fab:hover{background:linear-gradient(135deg,#1b2b6f 0%,#152259 100%);transform:scale(1.08);box-shadow:0 8px 25px #0f1a4d73}.dev-credits-fab:active{transform:scale(.95)}.dev-credits-fab-icon{color:#e8b13c;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex}.dev-credits-fab.open .dev-credits-fab-icon{color:#fff;transform:rotate(180deg)}.dev-credits-badge{color:#0f1a4d;background:#e8b13c;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;transition:transform .2s,opacity .2s;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #0003}.dev-credits-fab.open .dev-credits-badge{opacity:0;transform:scale(0)}.dev-credits-stack{pointer-events:none;flex-direction:column-reverse;align-items:center;gap:12px;display:flex;position:absolute;bottom:68px;right:4px}.dev-credits-stack.open{pointer-events:auto}.dev-credits-avatar-item{opacity:0;transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1);position:relative;transform:translateY(16px)scale(.8)}.dev-credits-stack.open .dev-credits-avatar-item{opacity:1;transform:translateY(0)scale(1)}.dev-credits-avatar-btn{color:#fff;cursor:pointer;border:2.5px solid #fff;border-radius:50%;outline:none;justify-content:center;align-items:center;width:48px;height:48px;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;box-shadow:0 4px 14px #0003}.dev-credits-avatar-btn:hover{border-color:#e8b13c;transform:scale(1.12);box-shadow:0 6px 18px #0000004d}.dev-credits-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.dev-credits-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#0f1a4d;border-right:3px solid #e8b13c;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:600;transition:opacity .2s,transform .2s;position:absolute;top:50%;right:58px;transform:translateY(-50%)translate(6px);box-shadow:0 3px 10px #00000040}.dev-credits-tooltip:after{content:"";border:5px solid #0000;border-left-color:#0f1a4d;border-right-width:0;position:absolute;top:50%;right:-5px;transform:translateY(-50%)}.dev-credits-avatar-item:hover .dev-credits-tooltip{opacity:1;transform:translateY(-50%)translate(0)}.dev-credits-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1100;background:#0f1a4da6;justify-content:center;align-items:center;padding:20px;animation:.25s ease-out forwards fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dev-credits-modal{background:#fff;border-radius:20px;width:100%;max-width:440px;animation:.28s cubic-bezier(.175,.885,.32,1.275) forwards springModal;position:relative;overflow:hidden;box-shadow:0 20px 50px #0f1a4d66}@keyframes springModal{0%{opacity:0;transform:scale(.85)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.dev-credits-modal-header{background:linear-gradient(135deg,#152259 0%,#0f1a4d 100%);justify-content:flex-end;height:110px;padding:14px;display:flex;position:relative}.dev-credits-modal-header:after{content:"";background:linear-gradient(90deg,#e8b13c 0%,#1a9e6e 100%);height:4px;position:absolute;bottom:0;left:0;right:0}.dev-credits-modal-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:background .2s,transform .2s;display:flex}.dev-credits-modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.dev-credits-modal-avatar-wrapper{justify-content:center;margin-top:-50px;display:flex;position:relative}.dev-credits-modal-avatar{color:#fff;object-fit:cover;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;font-size:30px;font-weight:800;display:flex;box-shadow:0 6px 18px #0f1a4d40}.dev-credits-modal-body{text-align:center;padding:16px 24px 28px}.dev-credits-modal-name{color:#152259;margin:0 0 6px;font-size:22px;font-weight:700}.dev-credits-modal-role{color:#1a9e6e;letter-spacing:.3px;background:#e6f7f0;border:1px solid #1a9e6e40;border-radius:20px;margin-bottom:12px;padding:4px 14px;font-size:12px;font-weight:700;display:inline-block}.dev-credits-modal-year{color:#64748b;justify-content:center;align-items:center;gap:6px;margin-bottom:16px;font-size:13px;font-weight:500;display:flex}.dev-credits-modal-year span.mdi{color:#e8b13c;font-size:16px}.dev-credits-modal-bio{color:#475569;text-align:left;background:#f8fafc;border-left:3px solid #152259;border-radius:12px;margin-bottom:22px;padding:14px 16px;font-size:14px;line-height:1.55}.dev-credits-modal-actions{gap:12px;display:flex}.dev-credits-action-btn{border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.dev-credits-action-btn.github{color:#fff;background:#1e293b}.dev-credits-action-btn.github:hover{background:#0f172a;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a40}.dev-credits-action-btn.email{color:#fff;background:#152259}.dev-credits-action-btn.email:hover{color:#e8b13c;background:#0f1a4d;transform:translateY(-2px);box-shadow:0 4px 12px #15225940}@media (width<=480px){.dev-credits-container{bottom:16px;right:16px}.dev-credits-fab{width:50px;height:50px;font-size:20px}.dev-credits-avatar-btn{width:44px;height:44px;font-size:13px}.dev-credits-modal{max-width:100%}.dev-credits-modal-actions{flex-direction:column}}
