:root{--navy: #0b1b3a;--navy-dark: #07122b;--navy-light: #1c2f5c;--white: #ffffff;--accent: #d9d9d9;--highlight: #00b4ff}.global-nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;background-color:var(--navy-dark);padding:.6rem 1.2rem;min-height:55px;border-bottom:2px solid rgba(255,255,255,.15);box-shadow:0 2px 6px #00000080;width:100%}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--white)}.menu-toggle{display:none;background:none;border:none;color:var(--white);font-size:1.8rem;cursor:pointer}.nav-links{list-style:none;display:flex;align-items:center;gap:2rem;margin:0;padding:0}.nav-links a{color:var(--white);text-decoration:none;font-weight:600;transition:color .2s ease}.nav-links a:hover{color:var(--highlight)}.nav-links a.active{border-bottom:2px solid var(--accent);padding-bottom:2px}@media (max-width: 768px){.menu-toggle{display:block}.nav-links{display:none;flex-direction:column;background-color:var(--navy-light);width:100%;padding:1rem 0;gap:.8rem}.nav-links.open{display:flex}}.site-footer{margin-top:auto;padding:1rem .75rem;text-align:center;color:var(--white, #ffffff);font-weight:600;background:#0003;border-top:1px solid rgba(0,196,255,.35)}.form-error{margin:.4rem auto 0;color:#ff9b9b;font-weight:700;font-size:.95rem}.auth-links{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}.form-link{color:#fff;text-decoration:none;font-weight:700;font-size:1.35rem;position:relative}.form-link:hover,.form-link:focus{text-decoration:underline}.highlight-link{animation:sparkle 1.8s ease-in-out infinite;text-shadow:0 0 6px rgba(255,255,255,.9),0 0 12px rgba(0,180,255,.7),0 0 18px rgba(0,196,255,.5)}@keyframes sparkle{0%,to{text-shadow:0 0 6px rgba(255,255,255,.9),0 0 12px rgba(0,180,255,.7),0 0 18px rgba(0,196,255,.5)}50%{text-shadow:0 0 10px rgba(255,255,255,1),0 0 18px rgba(0,220,255,.9),0 0 28px rgba(0,255,255,.8)}}.login-sidebar{display:flex;flex-direction:column;gap:.75rem;padding:.75rem}.login-sidebar h2{margin:0;font-size:1.25rem;font-weight:700;color:#f5f5f5}.login-sidebar__subtitle{margin:0;font-size:.95rem;color:#fffc}.login-sidebar__links{display:flex;flex-direction:column;gap:.6rem}.login-sidebar__link{text-align:center;width:100%}.login-sidebar__buttons{display:flex;flex-direction:column;gap:.4rem}.login-sidebar__nav{display:flex;flex-direction:column;gap:.35rem;margin-top:.6rem;border-top:1px solid rgba(255,255,255,.15);padding-top:.75rem}.login-sidebar__nav-link{color:#f0f4ff;font-size:.95rem;font-weight:500;padding:.45rem .55rem;border-radius:8px;text-decoration:none;background:#ffffff0a;transition:background .2s ease}.login-sidebar__nav-link:hover{background:#ffffff14}html,body,#root{margin:0;padding:0;min-height:100vh;height:100vh;display:flex;flex-direction:column}.app-wrapper{margin:0;padding:0;min-height:100vh;flex:1 0 auto;display:flex;flex-direction:column;width:100%}footer{margin-top:auto;width:100%}:root{--popup-row-gap: .75rem;--popup-row-width: calc(440px + .75rem) ;--popup-card-width: 220px;--popup-action-width: 120px;--product-grid-template: minmax(0, 1.3fr) minmax(0, .6fr) minmax(0, .8fr) minmax(0, .5fr) minmax(0, .35fr);--product-grid-with-action: var(--product-grid-template) minmax(32px, .4fr)}.admin-popup__form-stack{display:flex;flex-direction:column;gap:.85rem}.popup-row{display:flex;flex-wrap:wrap;gap:var(--popup-row-gap);width:100%;max-width:var(--popup-row-width);margin:0 auto;align-items:flex-start}.popup-main-column,.popup-side-column{display:flex;flex-direction:column;gap:var(--popup-row-gap)}.popup-main-column{flex:2 1 0;min-width:320px}.popup-side-column{flex:0 0 320px;min-width:280px}.popup-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.85rem;display:flex;flex-direction:column;gap:.35rem;width:100%;box-sizing:border-box}.popup-card--narrow{flex:0 0 var(--popup-card-width);max-width:var(--popup-card-width);align-items:flex-start}.popup-row .popup-card--notes{flex:1 1 320px;min-width:260px;max-width:calc(100% - var(--popup-card-width) - var(--popup-row-gap))}.popup-card--full{width:100%}.popup-card--products{width:var(--popup-row-width)}.admin-card{width:100%;box-sizing:border-box}.popup-card--notes textarea{min-height:70px;border-radius:10px}.popup-row>.popup-card--notes{flex:1 1 260px;min-width:260px}.popup-row>.popup-card--narrow{flex:0 0 320px;max-width:320px}.popup-card--products .popup-section-header,.popup-card--rooms .popup-section-header{display:flex;align-items:center;gap:.5rem}.popup-chip-btn{border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#ffffff0a;padding:.15rem .55rem;font-size:.75rem;line-height:1;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:.2rem}.popup-actions-row{display:flex;justify-content:center;gap:var(--popup-row-gap);width:100%;max-width:var(--popup-row-width);margin:0 auto}.popup-row .popup-card--narrow{flex:0 0 calc((100% - var(--popup-row-gap)) / 2);max-width:calc((100% - var(--popup-row-gap)) / 2)}.popup-action-btn{min-width:var(--popup-action-width)}.popup-toolbar{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center;justify-content:flex-end}.popup-pill-group{display:flex;gap:.35rem;flex-wrap:wrap;align-items:center}.product-grid-row{width:100%;display:grid;grid-template-columns:var(--product-grid-with-action);gap:.35rem;align-items:center;justify-items:start;padding:.35rem 0;font-size:.82rem}.product-grid-row:not(:last-child){border-bottom:1px solid rgba(255,255,255,.12)}.product-grid-row__meta{display:flex;align-items:center;justify-content:center;gap:.35rem}.room-list{margin:.1rem 0 0;padding-left:1rem;font-size:.75rem;display:flex;flex-direction:column;gap:.2rem}.room-list li{display:flex;flex-direction:column;gap:.15rem}.room-list span{font-size:.65rem;letter-spacing:.02em;text-transform:uppercase}.popup-items-card{width:var(--popup-row-width)}.popup-body{display:flex;flex-direction:column;gap:.6rem}.product-grid-row-view{width:100%;display:grid;grid-template-columns:var(--product-grid-template);gap:.35rem;align-items:center;justify-items:start;padding:.35rem 0;font-size:.85rem}.product-grid-row-view:not(:last-child){border-bottom:1px solid rgba(255,255,255,.12)}.popup-total-row{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.4rem}.product-view-row{display:flex;justify-content:space-between;gap:.5rem}.product-view-row__details{flex:1}.product-view-row__money,.product-view-row__line{min-width:80px;text-align:right}.admin-popup--visible{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0) scale(var(--admin-popup-scale))}.admin-popup--hidden{opacity:0;pointer-events:none;transform:translate(-50%) translateY(-14px) scale(var(--admin-popup-scale))}.popup-card__section{display:flex;flex-direction:column;gap:.35rem}.popup-form-actions{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap;margin-top:.35rem}.popup-grid-two{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.admin-checkbox-grid--compact{gap:.6rem}.popup-section-gap{margin-top:.5rem}.panel-toolbar-subline-group{display:flex;align-items:center;gap:.35rem}.panel-toolbar-subline-spacer{margin-left:auto;display:flex;align-items:center;gap:.35rem}.panel-toolbar-subline-toggle{display:inline-flex;align-items:center;gap:.25rem;font-size:.85rem}.admin-list-row-main{flex:1 1 0;min-width:0;display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap}.admin-list-footer{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.4rem;flex-wrap:wrap;width:100%}.admin-list-footer-actions{display:flex;gap:.35rem}@media (max-width: 1024px){.panel{padding:.65rem}.panel h3{font-size:.92rem}.panel-toolbar{gap:.35rem}}@media (max-width: 768px){:root{--popup-row-width: calc(100% - .6rem) ;--popup-card-width: 100%;--popup-action-width: 100%;--product-grid-template: repeat(auto-fit, minmax(0, 1fr));--product-grid-with-action: repeat(auto-fit, minmax(0, 1fr))}.admin-popup{width:min(98vw,460px);max-width:98vw;padding:.75rem}.popup-row{flex-direction:column;width:100%}.popup-main-column,.popup-side-column{width:100%}.popup-card,.popup-card--narrow,.popup-card--full,.popup-card--products{flex:1 1 auto;max-width:100%;width:100%}.popup-actions-row,.popup-form-actions{width:100%;justify-content:space-between;flex-direction:column}.popup-action-btn{width:100%;min-width:auto}.product-grid-row,.product-grid-row-view{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.product-view-row{flex-direction:column;align-items:flex-start}.popup-toolbar,.popup-pill-group,.popup-total-row{justify-content:flex-start}.panel-body{padding:0}.panel-body--scroll{padding-right:.25rem}.admin-list{gap:.35rem}.customer-row,.order-row{flex-direction:column;align-items:stretch;gap:.45rem}.customer-main,.order-main{flex-direction:row;flex-wrap:wrap;gap:.5rem}.customer-actions,.order-actions{flex-wrap:wrap;justify-content:flex-start;gap:.35rem}.admin-list-row-main{flex-wrap:wrap;gap:.5rem}.list-row-template,.list-row-template .customer-main{flex-direction:row;align-items:center}.admin-card{padding:.75rem}.popup-chip-btn{flex-wrap:wrap}}@media (max-width: 600px){.panel{padding:.5rem}.panel h3{font-size:.85rem}.popup-card{padding:.65rem}.popup-row{gap:.45rem}.popup-chip-btn{padding:.1rem .4rem;font-size:.7rem}}.dashboard-shell{display:flex;align-items:stretch;flex-direction:row;flex:1 0 auto;min-height:0;height:100%;background:linear-gradient(135deg,#0c234af5,#0b1b3ae6);width:95%;max-width:1200px;margin:0 auto;border-radius:16px;box-shadow:0 18px 40px #0000008c;overflow:hidden;height:79vh}.dashboard-main{scrollbar-width:none;-ms-overflow-style:none}.dashboard-main::-webkit-scrollbar{display:none}.dashboard-sidebar{flex:0 0 260px;width:260px;max-width:260px;height:100%;min-height:0;overflow-y:auto;background:#060d20f5;padding:1rem;display:flex;flex-direction:column;gap:1.2rem;margin:0!important;border-right:1px solid rgba(148,163,184,.35);border-radius:12px 0 0 12px}.sidebar-user{display:flex;align-items:center;gap:.6rem;padding:.6rem;border-radius:10px;background:radial-gradient(circle at top left,#0f172ae6,#1e40afa6);box-shadow:0 0 10px #0f172acc}.sidebar-avatar{width:34px;height:34px;min-width:34px;min-height:34px;flex:0 0 34px;border-radius:999px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;font-weight:800;line-height:1;font-size:.95rem;color:#fff;overflow:hidden;padding:0;aspect-ratio:1 / 1}.sidebar-meta{line-height:1.2}.sidebar-name{font-weight:800;color:#fff}.sidebar-role{font-size:.8rem;opacity:.85;color:#d4d9f4;text-transform:uppercase;letter-spacing:.04em}.sidebar-nav{display:flex;flex-direction:column;gap:.4rem;margin-top:.75rem;padding:.4rem 0;border-radius:10px}.sidebar-link{border:none;background:transparent;color:#e3edff;text-align:left;padding:.65rem .75rem;border-radius:10px;font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,transform .12s ease,box-shadow .12s ease;font-size:.9rem}.sidebar-link:hover,.sidebar-link.active{background:#38bdf82e;color:#fff;transform:translate(2px);box-shadow:0 0 8px #38bdf859}.dashboard-main{flex:1 1 auto;background:radial-gradient(circle at top left,#1e40afb3,#0f172afa);padding:.75rem .9rem 1rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;min-height:0;overflow-y:auto;min-width:0;height:100%;position:relative}.dashboard-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;width:100%;text-align:center;position:sticky;top:0;z-index:1;background:linear-gradient(180deg,#0f172af2,#0f172ae6);padding:.2rem .25rem .3rem;height:66px;min-height:66px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgba(148,163,184,.35);border-radius:16px;margin-bottom:.35rem}.dashboard-header h1{margin:0;font-size:1.25rem;color:#e5edff}.muted{margin:0;color:#cbd5f5;font-size:.85rem}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem}.stat-card{background:#0f172ae6;border:1px solid rgba(129,140,248,.5);border-radius:12px;padding:.55rem;cursor:pointer;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease;display:flex;flex-direction:column;gap:.2rem}.stat-card:hover{transform:translateY(-2px);border-color:#38bdf8b3;box-shadow:0 12px 24px #0f172acc}.stat-value{font-size:.98rem;font-weight:800;color:#fff}.stat-label{font-size:.82rem;color:#cbd5f5}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.6rem;flex:1 1 auto;min-height:0;max-height:none;height:100%;align-content:stretch;align-items:stretch;overflow:visible}.panel{background:#0f172af5;border:1px solid rgba(148,163,184,.6);border-radius:12px;padding:.75rem;box-shadow:0 10px 24px #0f172acc;min-height:325px;height:40vh;display:flex;flex-direction:column}.panel--full-width{width:100%;grid-column:1 / -1;position:relative}.panel-heading{margin:0}.panel-body{flex:1 1 auto;min-height:0}.panel-body--scroll{overflow-y:auto;scrollbar-width:thin}.panel-body--scroll::-webkit-scrollbar{width:6px}.panel-body--scroll::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}.dashboard-panel{display:flex;flex-direction:column;gap:.8rem;min-height:40vh;padding:.6rem;max-height:40vh}.panel h3{margin:0 0 .4rem;font-size:.98rem;color:#e5edff}.dashboard-section{background:radial-gradient(circle at top left,#16305f,#0a1223);border-radius:12px;padding:.8rem .9rem;border:1px solid rgba(181,199,255,.25);box-shadow:0 0 14px #0000008c;color:#edf2ff}.dashboard-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem}.dashboard-section-title{font-size:.95rem;font-weight:700}.dashboard-section-subtitle{font-size:.78rem;color:#c3cfff}.dashboard-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.dashboard-list-item{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;font-size:.82rem}.dashboard-list-item-main{display:flex;flex-direction:column;gap:.1rem}.dashboard-list-item-title{font-weight:600;color:#f4f7ff}.dashboard-list-item-meta{font-size:.78rem;color:#c3cff0}.dashboard-list-item-tag{font-size:.75rem;padding:.12rem .4rem;border-radius:999px;background:#ffffff14;color:#ffdf7b}.dashboard-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.35rem;margin-bottom:.85rem;padding:.1rem 0;flex-wrap:wrap;font-size:.72rem}.dashboard-toolbar-controls,.dashboard-toolbar-actions{display:flex;gap:.35rem;align-items:center;flex-wrap:wrap}.dashboard-toolbar-controls{flex:1 1 0;min-width:0}.dashboard-toolbar-actions{flex:0 0 auto}.dashboard-toolbar-controls input,.dashboard-toolbar-controls select,.dashboard-toolbar-actions input,.dashboard-toolbar-actions select{min-width:92px;flex:1 1 110px;font-size:.7rem;padding:.22rem .4rem}.dashboard-toolbar-title{margin:0;font-size:.85rem;font-weight:600;color:#e5edff}.toolbar-action{min-width:82px;width:82px;font-size:.62rem;padding:.18rem .35rem;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:.2rem;text-transform:none;letter-spacing:.02em}.toolbar-action span{display:flex;align-items:center;justify-content:center;font-size:.75rem}.inventory-toolbar-subline,.panel-toolbar-subline{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin-bottom:.45rem;width:100%;padding-bottom:.1rem}.inventory-toolbar-subline>*,.panel-toolbar-subline>*{flex:0 1 auto;white-space:normal;min-width:110px}.inventory-toolbar-subline .list-select,.panel-toolbar-subline .list-select{min-width:110px;max-width:220px;font-size:.72rem}.inventory-form{display:flex;flex-direction:column;gap:.6rem}.inventory-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.6rem}.inventory-form-grid input{padding:.35rem .6rem;background:#ffffff0f;border-radius:8px;border:1px solid rgba(255,255,255,.25);color:#edf2ff;font-size:.85rem}.inventory-list{display:flex;flex-direction:column;gap:.85rem;margin-top:.6rem}.inventory-row{display:flex;align-items:center;justify-content:space-between;padding:.55rem .75rem;gap:.9rem;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);transition:border .15s ease,box-shadow .15s ease}.inventory-row:hover{border-color:#38bdf866;box-shadow:0 5px 20px #00000059}.inventory-row--low-stock{border-color:#f8717199}.inventory-row--archived .customer-name{opacity:.7}.inventory-row-meta{display:flex;flex-wrap:wrap;gap:.55rem;font-size:.78rem;color:#cbd5f5;max-width:320px}.inventory-row-status-block{display:flex;align-items:center;gap:.35rem}.inventory-row-actions{display:flex;gap:.35rem;flex-wrap:wrap;align-items:center}.inventory-row-head{display:flex;justify-content:space-between;align-items:baseline;width:100%;gap:.6rem}.inventory-row-quantity{font-weight:600;color:#e5e7eb}.inventory-status{padding:.2rem .6rem;border-radius:999px;font-size:.7rem;font-weight:600;border:1px solid rgba(148,163,184,.4)}.inventory-status--active{color:#4ade80;border-color:#4ade80b3}.inventory-status--inactive{color:#facc15;border-color:#facc1599}.inventory-status--archived{color:#94a3b8;border-color:#94a3b899}.inventory-chip{padding:.2rem .55rem;border-radius:999px;border:1px solid rgba(248,113,113,.5);background:#f871711f;color:#fecdd3;font-size:.7rem}.inventory-chip--low{border-color:#f87171b3;background:#f871712e}.inventory-quantity-adjust{display:flex;gap:.35rem;flex-wrap:wrap;align-items:center}.inventory-quantity-adjust input{width:60px;padding:.25rem .35rem;background:#ffffff14;border-radius:8px;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.8rem}.inventory-row-buttons{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.inventory-row-buttons .action-btn{font-size:.7rem;padding:.35rem .75rem}.inventory-view-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.65rem;margin-bottom:.6rem}.inventory-view-grid div{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);padding:.5rem;border-radius:10px}.inventory-view-notes{grid-column:1 / -1}.admin-card__main{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;min-width:0}.admin-card__name,.admin-card__meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;min-width:0}.admin-card__meta{font-size:.82rem;color:#e5edffd9}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:0}.admin-toolbar__left,.admin-toolbar__actions{display:flex;align-items:center;gap:.6rem}.admin-toolbar__left{flex:1 1 auto;min-width:0;flex-wrap:wrap}.admin-toolbar__left .admin-input--wide{flex:1 1 220px;min-width:180px}.admin-toolbar__left .admin-select--sm{flex:0 0 auto;min-width:160px}.admin-toolbar__actions{flex-wrap:wrap}.admin-back-btn,.admin-cta{white-space:nowrap}.admin-back-btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;min-height:22px}.toolbar-action{min-width:90px;text-align:center;padding:.15rem .35rem;font-size:.65rem;display:inline-flex;align-items:center;justify-content:center;gap:.15rem}.admin-toolbar__right{display:flex;align-items:center;gap:.45rem;flex:1 1 auto;flex-wrap:wrap;justify-content:flex-end;min-width:0}.admin-toolbar__right .admin-input--wide{flex:1 1 240px;min-width:180px}.admin-toolbar__right .admin-select--sm{flex:0 0 auto;min-width:150px}.admin-popup{--admin-popup-scale: 1;position:fixed;top:10vh;left:50%;transform:translate(-50%) scale(var(--admin-popup-scale));background:#0f172af7;border:1px solid rgba(148,163,184,.5);border-radius:16px;box-shadow:0 20px 60px #0000008c;padding:1rem 1.2rem 1.3rem;z-index:40;display:flex;flex-direction:column;gap:.8rem;transition:opacity .2s ease,transform .2s ease;min-height:0;max-height:90vh;overflow:hidden}.admin-popup--max-320{width:min(92vw,320px);max-width:320px}.admin-popup--max-520{width:min(92vw,520px);max-width:520px}.admin-popup--max-640{width:min(92vw,640px);max-width:640px}.admin-popup--max-720{width:min(92vw,720px);max-width:720px}.admin-popup--quote{padding:.85rem 1rem 1rem}@media (max-width: 640px){.admin-popup--quote{width:min(92vw,460px)}}.admin-popup--quote .admin-popup__form{max-height:72vh;overflow-y:auto}@media (max-height: 900px){.admin-popup--quote{--admin-popup-scale: .96}}@media (max-height: 820px){.admin-popup--quote{--admin-popup-scale: .92}}.admin-popup__header{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.admin-popup__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:.25rem}.admin-popup__header h4{margin:0;font-size:1.05rem}.admin-popup__close{border:1px solid rgba(255,255,255,.2);background:transparent;border-radius:50%;width:30px;height:30px;display:grid;place-items:center;color:#fff;font-size:1rem;cursor:pointer;transition:background .2s ease,border-color .2s ease;padding:0;line-height:1;box-sizing:border-box}.admin-popup__close:hover{background:#ffffff1f;border-color:#ffffff80}.admin-popup__form{display:flex;flex-direction:column;gap:.55rem}.popup-row--notes-summary{flex-wrap:nowrap;align-items:flex-start;justify-content:space-between;gap:.65rem}.popup-row--notes-summary .popup-card--notes{flex:0 0 var(--popup-card-width);max-width:var(--popup-card-width)}.popup-row--notes-summary .popup-card--narrow{flex:1 1 320px}.owner-settings-card{background:#0f172af2;border:1px solid rgba(148,163,184,.35);border-radius:12px;padding:.6rem;box-shadow:0 12px 30px #050a198c;display:flex;flex-direction:column;gap:.9rem;flex:1 1 auto;min-height:0}.owner-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.85rem}.owner-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));gap:.75rem}.owner-action-btn{flex:1 1 160px;min-width:140px;border-radius:10px;border:1px solid rgba(56,189,248,.35);background:#0ea5e92e;color:#ecfeff;font-weight:700;padding:.6rem 1rem;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.owner-action-btn:hover{background:#38bdf847;border-color:#38bdf899;box-shadow:0 5px 15px #00000059}.panel-heading h3{margin:0;font-size:1.1rem}.admin-list{display:flex;flex-direction:column;gap:.55rem;margin-top:.5rem}.admin-list{padding-left:.3rem;padding-right:.3rem}.customer-row{display:flex;align-items:center;justify-content:space-between;padding:.55rem .75rem .55rem .45rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;font-size:.85rem;transition:background .15s ease,border-color .15s ease}.customer-row:hover{background:#ffffff1f;border-color:#00c4ff40}.customer-main{display:flex;gap:1.1rem;overflow:hidden}.customer-name{font-weight:700;color:#fff}.customer-email{color:#c6d3f7;opacity:.85}.vendor-actions{display:flex;gap:.4rem}.action-btn{padding:.16rem .3rem;font-size:.62rem;font-weight:600;border-radius:6px;border:1px solid rgba(0,196,255,.35);background:#00c4ff1f;color:#e8f2ff;transition:background .15s ease,border-color .15s ease;min-height:24px;line-height:1}.action-btn:hover{background:#00c4ff38;border-color:#00c4ff8c}.action-btn--small{padding:.1rem .25rem;font-size:.6rem;min-width:32px;min-height:20px}.admin-cta--small{padding:.15rem .35rem;font-size:.65rem;border-radius:6px}.list-controls{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.85rem;align-items:center}.list-select,.list-filter{padding:.28rem .45rem;background:#ffffff0f;color:#edf2ff;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:.75rem;min-width:90px}.list-select:hover,.list-filter:hover{border-color:#00c4ff73}.todo-controls{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-bottom:.75rem}.todo-form{display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-start}.todo-form input,.todo-form select{padding:.35rem .55rem;background:#ffffff0f;color:#edf2ff;border-radius:8px;border:1px solid rgba(255,255,255,.15);font-size:.85rem}.todo-list{display:flex;flex-direction:column;gap:.6rem}.todo-row{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;justify-content:space-between;padding:.65rem .75rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;transition:background .15s ease,border-color .15s ease}.todo-row:hover{background:#198cff14;border-color:#00c4ff59}.row-main{display:flex;gap:.65rem;flex:1 1 320px;min-width:220px;align-items:center}.todo-row .row-main{flex-wrap:wrap;gap:.85rem}.row-icon{font-size:1.25rem;width:32px;text-align:center}.row-primary-group{display:flex;flex-direction:column;gap:.2rem;min-width:0}.row-primary{font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-sub{display:flex;gap:.5rem;font-size:.78rem;color:#c6d3f7;flex-wrap:wrap}.todo-row .row-sub{gap:.35rem;font-size:.75rem;color:#cbd5ff}.row-meta{display:flex;align-items:center;gap:.5rem;flex:1 1 220px;min-width:180px;flex-wrap:wrap}.tag-stack{display:flex;gap:.4rem;flex-wrap:wrap;max-width:220px}.todo-row .tag-stack{margin-left:auto;justify-content:flex-end}.tag-chip{font-size:.72rem;padding:.15rem .4rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);color:#e0efff;background:#0f172ae6}.row-actions{display:flex;gap:.45rem;flex-wrap:wrap}.status-todo{background:#fff3;color:#e2e8f0}.status-in_progress{background:#3b82f640;color:#a5b4fc}.status-blocked{background:#f8717140;color:#fcd34d}.status-done{background:#10b98140;color:#86efac}.action-btn--danger{border-color:#f8717173;background:#f871711f}.action-btn--danger:hover{background:#f8717138;border-color:#f8717199}.list-row-template--compact{padding-top:.25rem;padding-bottom:.25rem;min-height:44px}.list-row-template--compact .list-row-template__main{display:flex;flex-direction:column;justify-content:center;gap:.15rem}.list-row-template--compact .list-row-template__details{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;justify-content:flex-start}.list-row-template--compact .list-row-template__actions{display:flex;align-items:center;gap:.35rem}.list-row-template--compact .list-row-template__actions .action-btn{padding:.16rem .3rem;font-size:.62rem;font-weight:600;line-height:1;text-transform:none;letter-spacing:0}.customer-main.list-row-template__main{display:flex;flex-direction:row;align-items:center;gap:.75rem;flex:1 1 auto;min-width:0}.list-row-template{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:.35rem .75rem;min-height:44px;gap:.9rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;font-size:.85rem;transition:background .15s ease,border-color .15s ease}.list-row-template.customer-row{padding-top:.55rem!important;padding-bottom:.55rem!important;min-height:44px;align-items:center}.list-row-template:hover{background:#ffffff1f;border-color:#00c4ff40}.list-row-template__main{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1 1 auto}.list-row-template__details{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;justify-content:flex-start;min-width:0;color:#cbd5f5;font-size:.78rem}.list-row-template__details .list-row-template__detail{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list-row-template .inventory-row-buttons{flex-wrap:nowrap}.list-row-template .inventory-row-meta{flex-wrap:nowrap;align-items:center;gap:1.25rem;min-width:0;max-width:none;flex:1}.list-row-template .inventory-row-meta span{min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list-row-template .inventory-row-meta.list-row-template__details{display:flex;align-items:center;gap:.75rem;flex:1 1 auto;min-width:0;flex-wrap:nowrap;justify-content:flex-start;color:#cbd5f5;font-size:.78rem}.list-row-template__detail{min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list-row-template__main{min-width:0;flex:1}.list-row-template .inventory-row-meta{flex-wrap:nowrap;align-items:center}.list-row-template .inventory-row-meta span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.order-main,.quote-main{display:flex;flex-direction:row;gap:1.25rem;overflow:hidden;white-space:nowrap}.order-number,.quote-number{font-weight:700;color:#fff}.order-customer,.quote-customer{color:#d6e0ff;opacity:.9}.order-date,.quote-date{color:#b4c2e7;font-size:.82rem}.order-amount,.quote-amount{font-weight:700;color:#8ee7ff;font-size:.9rem}.order-actions,.quote-actions{display:flex;gap:.35rem}.quote-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center}.quote-actions .action-btn{font-size:.7rem;padding:.35rem .75rem;font-weight:600;line-height:1;text-transform:none;letter-spacing:0}.order-main span,.quote-main span{text-overflow:ellipsis;overflow:hidden;max-width:180px}.dashboard-chip{display:inline-flex;align-items:center;gap:.25rem;border-radius:999px;padding:.15rem .45rem;border:1px solid rgba(198,213,255,.5);font-size:.75rem;color:#e0e7ff;background:#070b19e6}.dashboard-chip-dot{width:7px;height:7px;border-radius:999px;background:#4ade80}.notes-panel{background:#0f172af5;border-radius:12px;border:1px solid rgba(148,163,184,.45);padding:.6rem .75rem;display:flex;flex-direction:column;gap:.45rem;max-height:260px}.notes-panel-header{display:flex;align-items:center;justify-content:space-between}.notes-panel-header h3{margin:0;font-size:.95rem;color:#e5e7eb}.notes-panel-count{font-size:.7rem;color:#94a3b8}.notes-list{flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem}.notes-empty{font-size:.8rem;color:#9ca3af}.notes-error{color:#fecaca}.note-item{position:relative;padding:.35rem .5rem .4rem;border-radius:8px;background:#111827e6;border:1px solid rgba(55,65,81,.9)}.note-meta{display:flex;justify-content:space-between;font-size:.7rem;color:#9ca3af;margin-bottom:.15rem}.note-text{font-size:.8rem;color:#e5e7eb;white-space:pre-wrap}.note-delete-btn{position:absolute;top:4px;right:4px;border:none;background:transparent;color:#6b7280;cursor:pointer;font-size:.75rem}.note-delete-btn:hover{color:#fca5a5}.note-form{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem}.note-form textarea{resize:none;padding:.35rem .5rem;border-radius:8px;border:1px solid rgba(148,163,184,.45);background:#0f172af2;color:#e5e7eb;font-size:.8rem}.note-form textarea::placeholder{color:#6b7280}.note-form button{align-self:flex-end;padding:.3rem .7rem;font-size:.78rem;border-radius:999px;border:1px solid rgba(0,196,255,.7);background:#082f49e6;color:#e0f2fe;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,transform .1s ease}.note-form button:hover:not(:disabled){background:#0e7490e6;box-shadow:0 0 10px #38bdf880;transform:translateY(-1px)}.note-form button:disabled{opacity:.5;cursor:default}.notes-list-wrapper{display:flex;flex-direction:column;gap:.65rem;margin-top:.5rem}.notes-row{display:flex;align-items:stretch;justify-content:space-between;padding:.65rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:10px;gap:.6rem}.notes-row-body{flex:1 1 auto;min-width:0}.notes-row-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.77rem;color:#cbd5f5;margin-bottom:.2rem}.notes-row-title{font-weight:700;color:#fff}.notes-row-user,.notes-row-date{font-size:.75rem}.notes-row-text{margin:0;font-size:.82rem;color:#e5e7eb;white-space:pre-wrap}.notes-row-actions{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.notes-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aa6;display:flex;align-items:center;justify-content:center;z-index:60;padding:1rem}.notes-modal{width:min(520px,92vw);background:#0f172af5;border-radius:16px;border:1px solid rgba(148,163,184,.5);box-shadow:0 18px 40px #0009;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.6rem}.notes-modal-header{display:flex;align-items:center;justify-content:space-between}.notes-modal-form{display:flex;flex-direction:column;gap:.5rem}.notes-modal-form label{display:flex;flex-direction:column;font-size:.8rem;color:#c3cfff;gap:.35rem}.notes-modal-form input,.notes-modal-form select,.notes-modal-form textarea{background:#0f172ae6;border:1px solid rgba(148,163,184,.45);border-radius:10px;padding:.4rem .65rem;color:#e5e7eb;font-size:.85rem}.notes-modal-footer{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.notes-modal-details{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#cbd5f5}@media (max-width: 900px){.dashboard-shell{flex-direction:column;width:100%;max-width:none;margin:0;border-radius:0}.dashboard-sidebar{width:100%;max-width:100%;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;border-right:none;border-bottom:1px solid rgba(148,163,184,.4);padding:.6rem .8rem}.sidebar-user{width:100%;margin-bottom:.4rem}.sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:.3rem}.dashboard-main{border-radius:0;padding:.75rem .7rem 1rem}.dashboard-header{align-items:flex-start;text-align:left}}.list-row-template.customer-row{padding-top:.55rem;padding-bottom:.55rem;min-height:44px;display:flex;align-items:center}.list-row-template .inventory-row-head{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;width:auto;flex:0 0 auto}.list-row-template .inventory-row-head-spacer{display:none!important}.list-row-template .inventory-row-meta.list-row-template__details{display:flex;align-items:center;gap:.75rem;flex:1 1 auto;min-width:0;flex-wrap:nowrap;justify-content:flex-start}.list-row-template .action-btn,.list-row-template .action-btn--small,.list-row-template .quote-actions .action-btn,.list-row-template .order-actions .action-btn{padding:.16rem .3rem;font-size:.62rem;font-weight:600;line-height:1;text-transform:none;letter-spacing:0;min-height:14px;border-radius:6px}.list-row-template .action-btn span{line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0}main{flex:1 0 auto;display:flex;flex-direction:column;width:100%}footer{margin-top:none;width:100%}
