@charset "UTF-8";:root{--gm-blue: #0081ff;--gm-blue-dark: #0070e0;--gm-blue-light: #e6f2ff;--gm-navy: #101b2a;--gm-navy-deep: #153453;--gm-accent-amber: #f5a623;--gm-accent-green: #1fb670;--gm-accent-purple: #7c5cff;--gm-white: #ffffff;--gm-text: #16202c;--gm-text-muted: #5b6472;--gm-text-faint: #8a93a1;--gm-bg: #ffffff;--gm-bg-soft: #f5f7fa;--gm-border: #e5e9ef;--gm-shadow-sm: 0 2px 10px rgba(16, 27, 42, .06);--gm-shadow-md: 0 10px 30px rgba(16, 27, 42, .08);--gm-shadow-lg: 0 20px 60px rgba(16, 27, 42, .16);--gm-radius-pill: 999px;--gm-radius-md: 14px;--gm-radius-lg: 20px;--gm-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:var(--gm-font);color:var(--gm-text);background:var(--gm-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}:focus-visible{outline:2px solid var(--gm-blue);outline-offset:2px}.gm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--gm-radius-pill);padding:.9rem 2rem;font-size:.875rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;border:2px solid transparent;transition:background-color .18s ease,border-color .18s ease,transform .12s ease,box-shadow .18s ease}.gm-btn:active{transform:translateY(1px)}.gm-btn--primary{background:var(--gm-blue);color:var(--gm-white);box-shadow:var(--gm-shadow-sm)}.gm-btn--primary:hover{background:var(--gm-blue-dark);box-shadow:var(--gm-shadow-md)}.gm-btn--outline{background:transparent;border-color:var(--gm-blue);color:var(--gm-blue)}.gm-btn--outline:hover{background:var(--gm-blue);color:var(--gm-white)}.gm-btn--ghost{background:transparent;color:var(--gm-white)}.gm-btn--ghost:hover{background:#ffffff1f}.gm-btn--sm{border-radius:var(--gm-radius-md);padding:.55rem 1.1rem;font-size:.83rem;text-transform:none;letter-spacing:normal}.gm-btn--danger-text{background:transparent;color:#e0483e;padding:.4rem .7rem}.gm-btn--danger-text:hover{background:#e0483e1a}.gm-row-menu-cell{position:relative}.gm-row-menu__trigger{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;width:2rem;height:2rem;line-height:1;font-size:1.25rem;letter-spacing:-1px;color:var(--gm-text-muted);cursor:pointer;transition:background-color .15s ease,color .15s ease}.gm-row-menu__trigger:hover,.gm-row-menu__trigger:focus-visible{background:#101b2a12;color:var(--gm-navy)}.gm-menu-backdrop{position:fixed;inset:0;z-index:20}.gm-row-menu__dropdown{position:fixed;z-index:30;min-width:160px;background:var(--gm-white);border:1px solid var(--gm-border);border-radius:var(--gm-radius-md);box-shadow:var(--gm-shadow-lg);display:flex;flex-direction:column;padding:.4rem;animation:gm-menu-in .12s ease-out}@keyframes gm-menu-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.gm-row-menu__dropdown button{background:none;border:none;text-align:left;padding:.55rem .65rem;font-size:.85rem;font-weight:500;color:var(--gm-navy);border-radius:8px;cursor:pointer;transition:background-color .1s ease}.gm-row-menu__dropdown button:hover{background:#f3f5f8}.gm-row-menu__dropdown .gm-row-menu__danger{color:#e0483e}.gm-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .7rem;border-radius:var(--gm-radius-pill);font-size:.76rem;font-weight:700;white-space:nowrap}.gm-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.gm-badge--green{background:#1fb6701f;color:#17945c}.gm-badge--amber{background:#f5a62324;color:#b9760e}.gm-badge--red{background:#e0483e1f;color:#c73a30}.gm-badge--blue{background:var(--gm-blue-light);color:var(--gm-blue-dark)}.gm-badge--grey{background:var(--gm-bg-soft);color:var(--gm-text-muted)}.gm-table-wrap{overflow-x:auto;background:var(--gm-white);border:1px solid var(--gm-border);border-radius:var(--gm-radius-lg)}.gm-table{width:100%;border-collapse:collapse;font-size:.88rem;min-width:640px}.gm-table th{text-align:left;font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gm-text-faint);font-weight:700;padding:.9rem 1.25rem;border-bottom:1px solid var(--gm-border);white-space:nowrap}.gm-table td{padding:.95rem 1.25rem;border-bottom:1px solid var(--gm-border);color:var(--gm-text);vertical-align:middle}.gm-table tbody tr:last-child td{border-bottom:none}.gm-table tbody tr:hover{background:var(--gm-bg-soft)}.gm-table td.gm-table__muted,.gm-table-cell-muted{color:var(--gm-text-muted)}.gm-table__actions{display:flex;gap:.35rem;justify-content:flex-end}.gm-stat{background:var(--gm-white);border:1px solid var(--gm-border);border-radius:var(--gm-radius-lg);padding:1.4rem 1.5rem;box-shadow:var(--gm-shadow-sm)}.gm-stat__label{font-size:.8rem;color:var(--gm-text-muted);font-weight:600}.gm-stat__value{margin-top:.5rem;font-size:1.9rem;font-weight:800;color:var(--gm-navy)}.gm-stat__meta{margin-top:.35rem;font-size:.78rem;color:var(--gm-text-faint)}.gm-tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--gm-border);margin-bottom:1.5rem}.gm-tabs__item{padding:.75rem .25rem;margin-right:1.75rem;font-size:.9rem;font-weight:600;color:var(--gm-text-muted);border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.gm-tabs__item:hover{color:var(--gm-navy)}.gm-tabs__item.is-active{color:var(--gm-blue);border-bottom-color:var(--gm-blue)}.gm-modal-overlay{position:fixed;inset:0;background:#101b2a80;backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:100}.gm-modal{width:100%;max-width:480px;max-height:90vh;overflow-y:auto;background:var(--gm-white);border-radius:var(--gm-radius-lg);box-shadow:var(--gm-shadow-lg);padding:1.75rem}.gm-modal__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.gm-modal__header h3{font-size:1.15rem;font-weight:800;color:var(--gm-navy)}.gm-modal__close{background:transparent;border:none;color:var(--gm-text-faint);width:30px;height:30px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.gm-modal__close:hover{background:var(--gm-bg-soft);color:var(--gm-text)}.gm-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.75rem}.gm-field{display:block;margin-bottom:1.25rem}.gm-field-row{display:flex;gap:.75rem}.gm-field-row .gm-field{flex:1;min-width:0}.gm-field__label{display:block;margin-bottom:.4rem;font-size:.82rem;font-weight:600;color:var(--gm-navy)}.gm-field input,.gm-field select,.gm-field textarea{width:100%;padding:.8rem 1rem;font-size:.92rem;font-family:inherit;border:1px solid var(--gm-border);border-radius:var(--gm-radius-md);background:var(--gm-bg-soft);color:var(--gm-text);transition:border-color .18s ease,background .18s ease}.gm-field textarea{resize:vertical;min-height:80px}.gm-field input:focus,.gm-field select:focus,.gm-field textarea:focus{outline:none;border-color:var(--gm-blue);background:var(--gm-white);box-shadow:0 0 0 3px var(--gm-blue-light)}.gm-checkbox{display:inline-flex;align-items:center;gap:.5rem;color:var(--gm-text-muted)}.gm-checkbox input{width:16px;height:16px;accent-color:var(--gm-blue)}.gm-form-error{margin-bottom:1rem;padding:.7rem .9rem;border-radius:10px;background:#fdeaea;color:#b3261e;font-size:.85rem;font-weight:600}.gm-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.75rem;flex-wrap:wrap}.gm-page-header h1{font-size:1.5rem;font-weight:800;color:var(--gm-navy)}.gm-page-header p{margin-top:.35rem;font-size:.9rem;color:var(--gm-text-muted)}.gm-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem}.gm-section{margin-bottom:2rem}.gm-section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.gm-section__head h2{font-size:1.05rem;font-weight:700;color:var(--gm-navy)}.gm-list-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1.1rem}.gm-list-toolbar__search{flex:1;min-width:200px;padding:.6rem .9rem;border-radius:10px;border:1px solid var(--gm-border);background:var(--gm-white);font-size:.88rem;font-family:inherit;color:var(--gm-text)}.gm-list-toolbar__search:focus{outline:none;border-color:var(--gm-blue);box-shadow:0 0 0 3px var(--gm-blue-light)}.gm-list-toolbar__filter{padding:.6rem .75rem;border-radius:10px;border:1px solid var(--gm-border);background:var(--gm-white);font-size:.85rem;font-family:inherit;color:var(--gm-text)}.gm-list-toolbar__sort{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--gm-text-faint);font-weight:600}.gm-list-toolbar__sort-btn{padding:.4rem .7rem;border-radius:999px;border:1px solid var(--gm-border);background:var(--gm-white);font-size:.8rem;font-weight:600;color:var(--gm-text-muted);cursor:pointer}.gm-list-toolbar__sort-btn.is-active{background:var(--gm-navy);border-color:var(--gm-navy);color:var(--gm-white)}.gm-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.1rem}.gm-item-card{display:flex;flex-direction:column;background:var(--gm-white);border:1px solid var(--gm-border);border-radius:var(--gm-radius-lg);padding:1.25rem 1.35rem;box-shadow:var(--gm-shadow-sm);transition:transform .15s ease,box-shadow .15s ease}.gm-item-card:hover{transform:translateY(-2px);box-shadow:var(--gm-shadow-md)}.gm-item-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.gm-item-card__title{font-size:1rem;font-weight:700;color:var(--gm-navy);line-height:1.35}.gm-item-card__subtitle{margin-top:.2rem;font-size:.82rem;color:var(--gm-text-muted)}.gm-item-card__meta{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gm-border)}.gm-item-card__meta-item{display:flex;flex-direction:column;gap:.15rem;min-width:0}.gm-item-card__meta-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gm-text-faint);font-weight:700}.gm-item-card__meta-value{font-size:.85rem;color:var(--gm-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gm-item-card__badges{display:flex;gap:.4rem;flex-wrap:wrap}.gm-item-card__header-end{display:flex;align-items:flex-start;gap:.35rem;flex-shrink:0}.gm-item-card__actions{display:flex;gap:.5rem;margin-top:auto;padding-top:1.1rem;flex-wrap:wrap}.gm-item-card__actions .gm-btn{flex:1}.gm-back-link{display:inline-block;font-size:.85rem;color:var(--gm-text-muted);margin-bottom:.5rem}.gm-back-link:hover{color:var(--gm-blue)}.gm-empty-note{padding:3rem 1.5rem;text-align:center;color:var(--gm-text-muted);font-size:.9rem}
