:root{--color-primary: #1e3a5f;--color-primary-hover: #0F172A;--color-primary-active: #0a0f1a;--color-primary-light: #e8eef5;--color-bg: #ffffff;--color-bg-secondary: #F9FAFB;--color-bg-tertiary: #F3F4F6;--color-text: #111827;--color-text-secondary: #4B5563;--color-text-muted: #6B7280;--color-border: #E5E7EB;--color-border-strong: #D1D5DB;--color-success: #10B981;--color-warning: #F59E0B;--color-error: #EF4444;--color-info: #3B82F6;--color-priority-low: #9CA3AF;--color-priority-normal: #3B82F6;--color-priority-high: #F59E0B;--color-priority-critical: #EF4444;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--text-h1: 32px;--text-h2: 24px;--text-h3: 20px;--text-h4: 18px;--text-body: 14px;--text-body-lg: 16px;--text-sm: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);font-size:var(--text-body);line-height:1.5;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:var(--text-h1);font-weight:700;color:var(--color-text);margin:0}h2{font-size:var(--text-h2);font-weight:600;color:var(--color-text);margin:0}h3{font-size:var(--text-h3);font-weight:600;color:var(--color-text);margin:0}h4{font-size:var(--text-h4);font-weight:500;color:var(--color-text);margin:0}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.gm-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 var(--space-4);background-color:var(--color-bg);border-bottom:1px solid var(--color-border)}.gm-header__left{display:flex;align-items:center;gap:var(--space-2)}.gm-header__menu{display:none;width:40px;height:40px;align-items:center;justify-content:center;background:none;border:none;font-size:20px;color:var(--color-text);cursor:pointer;border-radius:var(--radius-sm)}.gm-header__menu:hover{background-color:var(--color-bg-tertiary)}@media(max-width:768px){.gm-header__menu{display:flex}}.gm-header__right{display:flex;align-items:center;gap:var(--space-3)}.gm-header__notifications{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;cursor:pointer;border-radius:var(--radius-sm);color:var(--color-text-secondary)}.gm-header__notifications:hover{background-color:var(--color-bg-tertiary);color:var(--color-text)}.gm-header__profile-wrap{position:relative}.gm-header__profile{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:none;border:none;border-radius:var(--radius-md);cursor:pointer;font-family:inherit;font-size:var(--text-body);color:var(--color-text)}.gm-header__profile:hover{background-color:var(--color-bg-tertiary)}.gm-header__avatar{width:32px;height:32px;border-radius:50%;background-color:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:var(--text-sm)}.gm-header__name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:480px){.gm-header__name{display:none}}.gm-header__backdrop{position:fixed;inset:0;z-index:1}.gm-header__dropdown{position:absolute;top:100%;right:0;margin-top:var(--space-2);min-width:180px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:var(--space-2);z-index:2}.gm-header__dropdown-item{display:block;width:100%;padding:var(--space-3);text-align:left;font-size:var(--text-body);color:var(--color-text);text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit;border-radius:var(--radius-sm)}.gm-header__dropdown-item:hover{background-color:var(--color-bg-tertiary)}.gm-header__dropdown-item--action{color:var(--color-error)}.gm-logo{display:inline-flex;align-items:center;gap:var(--space-3)}.gm-logo--compact{gap:var(--space-2)}.gm-logo--compact .gm-logo__img,.gm-logo--compact .gm-logo__placeholder{width:36px;height:36px;object-fit:contain}.gm-logo--compact .gm-logo__title{font-size:var(--text-body);font-weight:600;color:var(--color-text)}.gm-logo--large{flex-direction:column;gap:var(--space-4)}.gm-logo--large .gm-logo__img,.gm-logo--large .gm-logo__placeholder{width:80px;height:80px;object-fit:contain}.gm-logo--large .gm-logo__title{font-size:var(--text-h2);font-weight:600;color:var(--color-primary);text-align:center}.gm-logo__img{display:block}.gm-logo__placeholder{display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);color:#fff;font-weight:700;font-size:14px;border-radius:var(--radius-sm)}.gm-logo__title{white-space:nowrap}@media(max-width:768px){.gm-logo__title{white-space:normal;text-align:center}}.gm-sidebar{position:fixed;left:0;top:0;bottom:0;width:240px;background-color:var(--color-bg);border-right:1px solid var(--color-border);display:flex;flex-direction:column;transition:width .2s ease;z-index:100}.gm-sidebar--collapsed{width:64px}.gm-sidebar__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-1);padding:var(--space-4);border-bottom:1px solid var(--color-border);min-height:96px}.gm-sidebar__title{font-size:var(--text-sm);font-weight:700;color:var(--color-primary);line-height:1.2;text-align:center}.gm-sidebar--collapsed .gm-sidebar__header{justify-content:center;padding:var(--space-4) var(--space-2)}.gm-sidebar__nav{flex:1;padding:var(--space-4) 0;overflow-y:auto}.gm-sidebar__list{list-style:none;margin:0;padding:0 var(--space-2)}.gm-sidebar__link{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);color:var(--color-text-secondary);text-decoration:none;border-radius:var(--radius-sm);transition:background-color .2s,color .2s}.gm-sidebar__link:hover{background-color:var(--color-bg-tertiary);color:var(--color-text)}.gm-sidebar__link--active{background-color:var(--color-primary-light);color:var(--color-primary);font-weight:600;border-left:3px solid var(--color-primary);border-top-left-radius:0;border-bottom-left-radius:0}.gm-sidebar__icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.gm-sidebar__icon svg{width:18px;height:18px}.gm-sidebar__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gm-sidebar--collapsed .gm-sidebar__link{justify-content:center;padding:var(--space-3)}.gm-sidebar--collapsed .gm-sidebar__link--active{border-left:0;border-bottom:2px solid var(--color-primary);border-radius:var(--radius-sm)}.gm-sidebar__toggle{margin:var(--space-2);padding:var(--space-2);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;font-size:var(--text-body);color:var(--color-text-secondary)}.gm-sidebar__toggle:hover{background:var(--color-border);color:var(--color-text)}@media(max-width:768px){.gm-sidebar{transform:translate(-100%);width:240px;box-shadow:none}.gm-sidebar.gm-sidebar--mobile-open{transform:translate(0);box-shadow:var(--shadow-md)}.gm-sidebar--mobile-open.gm-sidebar--collapsed{width:240px}}.gm-app-shell{display:flex;min-height:100vh}.gm-app-shell__main{flex:1;display:flex;flex-direction:column;min-width:0;margin-left:240px;transition:margin-left .2s ease}.gm-app-shell.gm-app-shell--sidebar-collapsed .gm-app-shell__main{margin-left:64px}.gm-sidebar-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:90}.gm-sidebar-overlay--open{display:block}@media(max-width:768px){.gm-app-shell__main{margin-left:0!important}}.gm-app-shell__content{flex:1;padding:var(--space-6);background-color:var(--color-bg-secondary)}.gm-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);height:40px;padding:0 var(--space-4);font-family:var(--font-sans);font-size:var(--text-body);font-weight:600;border-radius:var(--radius-md);border:none;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}.gm-button:disabled{opacity:.5;cursor:not-allowed}.gm-button--full{width:100%}.gm-button--primary{background-color:var(--color-primary);color:#fff}.gm-button--primary:hover:not(:disabled){background-color:var(--color-primary-hover)}.gm-button--primary:active:not(:disabled){background-color:var(--color-primary-active)}.gm-button--secondary{background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.gm-button--secondary:hover:not(:disabled){background-color:var(--color-primary-light)}.gm-button--secondary:active:not(:disabled){background-color:var(--color-border)}.gm-button--text{background-color:transparent;color:var(--color-primary);border:none}.gm-button--text:hover:not(:disabled){text-decoration:underline}.gm-button__spinner{width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:gm-spin .6s linear infinite}.gm-button__text{opacity:.8}.gm-input-wrapper{display:flex;flex-direction:column;gap:var(--space-2)}.gm-input-label{font-size:14px;color:var(--color-text-muted);font-weight:500}.gm-input-inner{position:relative;display:flex;align-items:center}.gm-input{width:100%;height:40px;padding:0 var(--space-4);font-family:var(--font-sans);font-size:16px;color:var(--color-text);background-color:var(--color-bg);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);transition:border-color .2s,box-shadow .2s}.gm-input::placeholder{color:var(--color-text-muted)}.gm-input:hover:not(:disabled){border-color:var(--color-border-strong)}.gm-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light);outline:none}.gm-input-wrapper--error .gm-input{border-color:var(--color-error)}.gm-input-wrapper--error .gm-input:focus{box-shadow:0 0 0 3px #ef444433}.gm-input-toggle{position:absolute;right:var(--space-3);background:none;border:none;padding:0;font-size:var(--text-sm);color:var(--color-primary);cursor:pointer;font-family:inherit}.gm-input-toggle:hover{text-decoration:underline}.gm-input-error{margin:0;font-size:var(--text-sm);color:var(--color-error)}.gm-card{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-sm);transition:box-shadow .2s}.gm-card:hover{box-shadow:var(--shadow-md)}.gm-card__header{margin-bottom:var(--space-3)}.gm-card__title{font-size:var(--text-h3);font-weight:600;color:var(--color-text)}.gm-card__content{color:var(--color-text-secondary);font-size:var(--text-body)}.gm-login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-6);background-color:var(--color-bg-secondary)}.gm-login__card{width:100%;max-width:400px}.gm-login__branding{display:flex;justify-content:center;margin-bottom:var(--space-6)}.gm-login__title{font-size:var(--text-h2);font-weight:600;text-align:center;margin-bottom:var(--space-2)}.gm-login__subtitle{font-size:var(--text-body);color:var(--color-text-muted);text-align:center;margin-bottom:var(--space-6)}.gm-login__tabs{display:flex;gap:var(--space-2);margin-bottom:var(--space-4)}.gm-login__tab{flex:1;padding:var(--space-2) var(--space-3);font-size:var(--text-body);font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer}.gm-login__tab:hover{color:var(--color-text-primary);background:var(--color-bg)}.gm-login__tab--active{color:var(--color-primary);background:var(--color-bg);border-color:var(--color-primary)}.gm-login__form{display:flex;flex-direction:column;gap:var(--space-4)}.gm-login__error{padding:var(--space-3);background:#ef44441a;color:var(--color-error);border-radius:var(--radius-sm);font-size:var(--text-body);margin:0}.gm-login__options{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-2)}.gm-login__remember{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-body);color:var(--color-text-secondary);cursor:pointer}.gm-login__remember input{width:16px;height:16px}.gm-login__forgot{font-size:var(--text-body);color:var(--color-primary)}.gm-login__link{color:var(--color-primary)}.gm-login__footer{margin-top:var(--space-6);text-align:center;font-size:var(--text-sm);color:var(--color-text-muted)}.gm-forgot-password__hint{margin:0;font-size:var(--text-body);color:var(--color-text-muted)}.gm-dashboard{max-width:1200px;margin:0 auto;padding:var(--space-6) var(--space-4)}.gm-dashboard__title{margin-bottom:var(--space-2);font-size:var(--text-h1);font-weight:700;color:var(--color-text);letter-spacing:-.02em}.gm-dashboard__subtitle{color:var(--color-text-secondary);margin-bottom:var(--space-6);font-size:var(--text-body-lg)}.gm-dashboard__actions{display:flex;gap:var(--space-3);margin-bottom:var(--space-6)}.gm-dashboard__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4);margin-bottom:var(--space-6)}@media(max-width:768px){.gm-dashboard__grid{grid-template-columns:1fr}}.gm-dashboard__grid .gm-dashboard__card{background:var(--color-bg);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:0 1px 3px #0000000f;transition:box-shadow .2s ease,border-color .2s ease}.gm-dashboard__grid .gm-dashboard__card:hover{box-shadow:0 4px 12px #1e3a5f14;border-color:var(--color-primary-light)}.gm-dashboard__list{list-style:none;margin:0;padding:0}.gm-dashboard__event{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) 0;border-bottom:1px solid var(--color-border)}.gm-dashboard__event:last-child{border-bottom:none}.gm-dashboard__activity{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) 0;border-bottom:1px solid var(--color-border);font-size:var(--text-sm)}.gm-dashboard__activity:last-child{border-bottom:none}.gm-dashboard__activity-time{flex-shrink:0;color:var(--color-text-muted);min-width:100px}.gm-dashboard__activity-text{color:var(--color-text-secondary)}.gm-dashboard__time,.gm-dashboard__date{flex-shrink:0;font-size:var(--text-sm);color:var(--color-text-muted);min-width:60px}.gm-dashboard__muted{color:var(--color-text-muted);font-size:var(--text-body);margin:0}.gm-dashboard__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);margin-bottom:var(--space-6)}@media(max-width:768px){.gm-dashboard__stats{grid-template-columns:1fr}}.gm-dashboard__stat{border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.gm-dashboard__stat:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.gm-dashboard__stat:nth-child(1){background:linear-gradient(135deg,#1e3a5f0f,#1e3a5f05);border-color:#1e3a5f33}.gm-dashboard__stat:nth-child(1) .gm-dashboard__stat-value{color:var(--color-primary)}.gm-dashboard__stat:nth-child(2){background:linear-gradient(135deg,#10b98114,#10b98105);border-color:#10b98140}.gm-dashboard__stat:nth-child(2) .gm-dashboard__stat-value{color:var(--color-success)}.gm-dashboard__stat:nth-child(3){background:linear-gradient(135deg,#f59e0b14,#f59e0b05);border-color:#f59e0b40}.gm-dashboard__stat:nth-child(3) .gm-dashboard__stat-value{color:var(--color-warning)}.gm-dashboard__stat-value{display:block;font-size:var(--text-h2);font-weight:700;margin-bottom:var(--space-1);letter-spacing:-.02em}.gm-dashboard__stat-label{font-size:var(--text-sm);font-weight:500;color:var(--color-text-secondary)}.gm-dashboard__activity-card{background:var(--color-bg);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:0 1px 3px #0000000f}.gm-dashboard__activity-card .gm-ui-card__header{border-bottom:1px solid var(--color-border);background:var(--color-bg-secondary);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.gm-event-list__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-4)}.gm-event-list__title{margin:0}.gm-event-list__toolbar{margin-bottom:var(--space-4)}.gm-event-list__search{width:100%;max-width:320px;height:40px;padding:0 var(--space-4);font-size:var(--text-body);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm)}.gm-event-list__table-wrap{overflow-x:auto}.gm-event-list__table{width:100%;border-collapse:collapse}.gm-event-list__table th,.gm-event-list__table td{padding:var(--space-3) var(--space-4);text-align:left;border-bottom:1px solid var(--color-border)}.gm-event-list__table th{font-weight:600;color:var(--color-text-secondary);font-size:var(--text-sm)}.gm-event-list__table a{color:var(--color-primary)}.gm-event-list__muted{color:var(--color-text-muted);margin:0;padding:var(--space-4)}.gm-participant-select__section{margin-bottom:var(--space-4)}.gm-participant-select__label{display:block;font-size:14px;color:var(--color-text-muted);margin-bottom:var(--space-2)}.gm-participant-select__user-types{display:flex;flex-wrap:wrap;gap:var(--space-2)}.gm-participant-select__check{display:inline-flex;align-items:center;gap:var(--space-2);cursor:pointer}.gm-participant-select__dropdown-wrap{position:relative}.gm-participant-select__filter-row{margin-top:var(--space-2)}.gm-participant-select__filter-type{padding:var(--space-2) var(--space-3);font-size:var(--text-body);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text);min-width:160px}.gm-participant-select__list{margin-top:var(--space-2);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-bg);max-height:220px;overflow-y:auto;padding:var(--space-2)}.gm-participant-select__option{display:block;width:100%;text-align:left;padding:var(--space-2) var(--space-3);font-size:var(--text-body);border:none;border-radius:var(--radius-sm);background:transparent;color:var(--color-text);cursor:pointer}.gm-participant-select__option:hover{background:var(--color-border-subtle)}.gm-participant-select__muted{padding:var(--space-3);font-size:var(--text-sm);color:var(--color-text-muted)}.gm-participant-select__chips{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-3)}.gm-participant-select__chip{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);font-size:var(--text-sm);background:var(--color-border-subtle);border-radius:var(--radius-sm)}.gm-participant-select__chip-remove{padding:0;margin:0;border:none;background:none;color:var(--color-text-muted);font-size:1.1em;line-height:1;cursor:pointer;border-radius:2px}.gm-participant-select__chip-remove:hover{color:var(--color-text)}.gm-participant-select__summary{font-size:var(--text-sm);color:var(--color-text-muted);margin-top:var(--space-2)}.gm-event-create__title,.gm-event-create__card{margin-bottom:var(--space-4)}.gm-event-create__section{font-size:var(--text-h4);margin-bottom:var(--space-4)}.gm-event-create__alert{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);padding:var(--space-3);border-radius:var(--radius-sm);border:1px solid}.gm-event-create__alert--error{color:var(--color-error);background:color-mix(in srgb,var(--color-error) 10%,transparent);border-color:color-mix(in srgb,var(--color-error) 35%,transparent)}.gm-event-create__alert--success{color:var(--color-success);background:color-mix(in srgb,var(--color-success) 10%,transparent);border-color:color-mix(in srgb,var(--color-success) 35%,transparent)}.gm-event-create__alert-close{border:0;background:transparent;color:inherit;cursor:pointer;font-size:var(--text-h4);line-height:1}.gm-event-create__label{display:block;font-size:14px;color:var(--color-text-muted);margin-bottom:var(--space-2)}.gm-event-create__textarea{width:100%;padding:var(--space-3);font-family:var(--font-sans);font-size:var(--text-body);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);resize:vertical}.gm-event-create__check,.gm-event-create__radio{display:inline-flex;align-items:center;gap:var(--space-2);margin-right:var(--space-4);cursor:pointer}.gm-event-create__field{margin-bottom:var(--space-4)}.gm-event-create__priority{display:flex;flex-wrap:wrap;gap:var(--space-2)}.gm-event-create__hint{color:var(--color-text-muted);font-size:var(--text-body);margin-bottom:var(--space-4)}.gm-event-create__muted{font-size:var(--text-sm);color:var(--color-text-muted);margin-top:var(--space-2)}.gm-event-create__actions{display:flex;gap:var(--space-3);justify-content:flex-end;align-items:center;flex-wrap:wrap}.gm-event-create__progress{font-size:var(--text-sm);color:var(--color-text-muted)}.gm-event-create__week-nav{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4)}.gm-event-create__week-label{font-weight:600;min-width:180px;text-align:center}.gm-event-create__day-list{display:flex;flex-wrap:wrap;gap:var(--space-2)}.gm-event-create__day-check{display:inline-flex;align-items:center;gap:var(--space-2);cursor:pointer;padding:var(--space-2) var(--space-3);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm)}.gm-event-create__day-check:has(input:checked){border-color:var(--color-primary);background:var(--color-border-subtle)}.gm-event-create__ranges{display:flex;flex-direction:column;gap:var(--space-6)}.gm-event-create__event-row{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-secondary)}.gm-event-create__event-row-head{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3)}.gm-event-create__event-title{font-size:var(--text-h4);font-weight:600;color:var(--color-text);margin:0}.gm-event-create__time-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}.gm-event-create__time-field{display:flex;flex-direction:column;gap:var(--space-1);font-size:var(--text-sm);color:var(--color-text-muted)}.gm-event-create__time-input{width:100%;padding:var(--space-2);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:var(--text-body)}.gm-event-create__time-hint{margin-top:var(--space-2);margin-bottom:0;font-size:var(--text-sm);color:var(--color-text-muted)}.gm-event-create__range-actions{margin-top:var(--space-2)}.gm-event-create__overlay{position:fixed;inset:0;background:#11182773;display:flex;align-items:center;justify-content:center;z-index:1000}.gm-event-create__overlay-content{min-width:260px;padding:var(--space-5);border-radius:var(--radius-md);background:var(--color-bg);display:flex;flex-direction:column;align-items:center;gap:var(--space-3);box-shadow:var(--shadow-lg)}.gm-event-create__spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--color-border);border-top-color:var(--color-primary);animation:gm-spin .8s linear infinite}.gm-event-create__overlay-progress{font-size:var(--text-sm);color:var(--color-text-muted);margin:0}@keyframes gm-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.gm-event-create__time-grid{grid-template-columns:1fr}.gm-event-create__event-row-head{flex-direction:column;align-items:flex-start}}.gm-broadcast-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:var(--space-4)}.gm-broadcast-modal__backdrop{position:absolute;inset:0;background:#0006}.gm-broadcast-modal__card{position:relative;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.gm-broadcast-modal__title{margin-bottom:var(--space-4)}.gm-broadcast-modal__error{color:var(--color-error);margin-bottom:var(--space-4)}.gm-broadcast-modal__label{display:block;font-size:14px;color:var(--color-text-muted);margin-bottom:var(--space-2)}.gm-broadcast-modal__textarea{width:100%;padding:var(--space-3);font-family:var(--font-sans);font-size:var(--text-body);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);resize:vertical}.gm-broadcast-modal__count{font-size:var(--text-sm);color:var(--color-text-muted);display:block;margin-top:var(--space-1)}.gm-broadcast-modal__field{margin:var(--space-4) 0}.gm-broadcast-modal__priority{display:flex;gap:var(--space-4);flex-wrap:wrap}.gm-broadcast-modal__radio{display:inline-flex;align-items:center;gap:var(--space-2);cursor:pointer}.gm-broadcast-modal__actions{display:flex;gap:var(--space-3);justify-content:flex-end;margin-top:var(--space-4)}.gm-event-detail__head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-4)}.gm-event-detail__title{margin-bottom:var(--space-2)}.gm-event-detail__priority{font-size:var(--text-body);color:var(--color-text-muted)}.gm-event-detail__actions{display:flex;gap:var(--space-2)}.gm-event-detail__card{margin-bottom:var(--space-4)}.gm-event-detail__meta{margin:0 0 var(--space-2);color:var(--color-text-secondary)}.gm-event-detail__description{margin-top:var(--space-4)}.gm-event-detail__description h3{font-size:var(--text-h4);margin-bottom:var(--space-2)}.gm-event-detail__section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-3)}.gm-event-detail__section-head h3{margin:0}.gm-event-detail__participants,.gm-event-detail__broadcasts{list-style:none;margin:0;padding:0}.gm-event-detail__participants li,.gm-event-detail__broadcasts li{padding:var(--space-2) 0;border-bottom:1px solid var(--color-border)}.gm-event-detail__participant-row{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3)}.gm-event-detail__participant-row span{flex:1}.gm-event-detail__remove-btn{flex-shrink:0}.gm-event-detail__respond{padding:var(--space-3);margin-bottom:var(--space-3);background:var(--color-bg-secondary);border-radius:var(--radius-sm)}.gm-event-detail__respond-buttons{display:flex;gap:var(--space-2);margin-top:var(--space-2)}.gm-event-detail__error{padding:var(--space-2);margin:0 0 var(--space-3);background:#ef44441a;color:var(--color-error);border-radius:var(--radius-sm);font-size:var(--text-body)}.gm-event-detail__modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100;padding:var(--space-4)}.gm-event-detail__modal{background:var(--color-bg);border-radius:var(--radius-md);padding:var(--space-6);max-width:480px;width:100%;max-height:90vh;overflow:auto;box-shadow:var(--shadow-md)}.gm-event-detail__modal h3{margin:0 0 var(--space-4)}.gm-event-detail__modal-field{margin-bottom:var(--space-4)}.gm-event-detail__modal-label{display:block;font-weight:500;margin-bottom:var(--space-2)}.gm-event-detail__modal-checklist{display:flex;flex-wrap:wrap;gap:var(--space-2)}.gm-event-detail__modal-checklist--scroll{max-height:200px;overflow-y:auto;flex-direction:column}.gm-event-detail__modal-check{display:flex;align-items:center;gap:var(--space-2);cursor:pointer}.gm-event-detail__modal-actions{display:flex;gap:var(--space-2);justify-content:flex-end;margin-top:var(--space-4)}.gm-event-detail__muted{color:var(--color-text-muted);margin:0}.gm-event-calendar__head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-4);margin-bottom:var(--space-4)}.gm-event-calendar__title{margin:0}.gm-event-calendar__nav{display:flex;align-items:center;gap:var(--space-3)}.gm-event-calendar__nav button{padding:var(--space-2) var(--space-3);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;font-size:var(--text-body)}.gm-event-calendar__month{font-weight:600;min-width:160px;text-align:center}.gm-event-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:var(--color-border);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.gm-event-calendar__weekday{padding:var(--space-2);background:var(--color-bg-tertiary);font-size:var(--text-sm);font-weight:600;color:var(--color-text-muted)}.gm-event-calendar__day{min-height:100px;padding:var(--space-2);background:var(--color-bg)}.gm-event-calendar__day--empty{background:var(--color-bg-secondary)}.gm-event-calendar__day--today{background:var(--color-primary-light)}.gm-event-calendar__day-num{font-size:var(--text-sm);color:var(--color-text-muted);display:block;margin-bottom:var(--space-2)}.gm-event-calendar__day-events{list-style:none;margin:0;padding:0}.gm-event-calendar__day-events li{margin-bottom:var(--space-1)}.gm-event-calendar__event{display:block;padding:2px 6px;border-radius:4px;font-size:12px;text-decoration:none;color:var(--color-text);background:var(--color-bg-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gm-event-calendar__event--p1{border-left:3px solid var(--color-priority-low)}.gm-event-calendar__event--p2{border-left:3px solid var(--color-priority-normal)}.gm-event-calendar__event--p3{border-left:3px solid var(--color-priority-high)}.gm-event-calendar__event--p4{border-left:3px solid var(--color-priority-critical)}.gm-event-calendar__more{font-size:12px;color:var(--color-text-muted)}.gm-event-calendar__muted{color:var(--color-text-muted)}.gm-user-list__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-4)}.gm-user-list__title{margin:0}.gm-user-list__toolbar{display:flex;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-4)}.gm-user-list__search{flex:1;min-width:200px;max-width:320px;height:40px;padding:0 var(--space-4);font-size:var(--text-body);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm)}.gm-user-list__select{height:40px;padding:0 var(--space-3);font-size:var(--text-body);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm)}.gm-user-list__table-wrap{overflow-x:auto}.gm-user-list__table{width:100%;border-collapse:collapse}.gm-user-list__table th,.gm-user-list__table td{padding:var(--space-3) var(--space-4);text-align:left;border-bottom:1px solid var(--color-border)}.gm-user-list__table th{font-weight:600;color:var(--color-text-secondary);font-size:var(--text-sm)}.gm-user-list__table a{color:var(--color-primary)}.gm-user-list__muted{color:var(--color-text-muted);margin:0;padding:var(--space-4)}.gm-user-list__footer{margin-top:var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted)}.gm-user-invite__title{margin-bottom:var(--space-4)}.gm-user-invite__card{max-width:480px;margin-bottom:var(--space-4)}.gm-user-invite__error{color:var(--color-error);margin-bottom:var(--space-4)}.gm-user-invite__field{margin-bottom:var(--space-4)}.gm-user-invite__label{display:block;font-size:14px;color:var(--color-text-muted);margin-bottom:var(--space-2)}.gm-user-invite__select{width:100%;height:40px;padding:0 var(--space-4);font-size:var(--text-body);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm)}.gm-user-invite__actions{display:flex;gap:var(--space-3);margin-top:var(--space-4)}.gm-user-invite__success-title{margin-bottom:var(--space-4);color:var(--color-success)}.gm-user-invite__success-text{margin-bottom:var(--space-3)}.gm-user-invite__meta{margin-bottom:var(--space-2);font-size:var(--text-body)}.gm-user-types__title{margin-bottom:var(--space-2)}.gm-user-types__subtitle{color:var(--color-text-muted);margin-bottom:var(--space-4)}.gm-user-types__list{list-style:none;margin:0;padding:0}.gm-user-types__item{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-3) 0;border-bottom:1px solid var(--color-border)}.gm-user-types__item:last-child{border-bottom:none}.gm-user-types__name{font-weight:600;min-width:160px}.gm-user-types__desc{flex:1;color:var(--color-text-secondary);font-size:var(--text-body)}.gm-user-types__order{font-size:var(--text-sm);color:var(--color-text-muted)}.gm-user-types__muted{color:var(--color-text-muted);margin:0}.gm-user-detail__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-4)}.gm-user-detail__title{margin:0}.gm-user-detail__back{color:var(--color-primary)}.gm-user-detail__card{margin-bottom:0}.gm-user-detail__grid{margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-4)}.gm-user-detail__grid dt{font-size:var(--text-sm);color:var(--color-text-muted)}.gm-user-detail__grid dd{margin:var(--space-1) 0 0;color:var(--color-text);font-weight:500}.gm-user-detail__actions{display:flex;gap:var(--space-3);margin-top:var(--space-4)}.gm-user-detail__muted{color:var(--color-text-muted)}.gm-user-detail__error{margin-bottom:var(--space-3);color:var(--color-error)}.gm-user-detail__hero{padding:var(--space-5);display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4)}.gm-user-detail__hero-left{display:flex;gap:var(--space-4);align-items:center}.gm-user-detail__hero-right{text-align:right}.gm-user-detail__avatar{width:56px;height:56px;border-radius:50%;background-color:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:var(--text-body-lg);font-weight:700}.gm-user-detail__name{margin:0;font-size:var(--text-h3)}.gm-user-detail__email{margin:var(--space-1) 0 var(--space-2);color:var(--color-text-muted)}.gm-user-detail__badges{display:flex;gap:var(--space-2);flex-wrap:wrap}.gm-user-detail__badge{padding:4px 10px;border-radius:999px;font-size:var(--text-sm);background:var(--color-bg-tertiary);color:var(--color-text-secondary)}.gm-user-detail__badge--active{background:#10b98124;color:#047857}.gm-user-detail__badge--inactive{background:#ef444424;color:#b91c1c}.gm-user-detail__label{display:block;color:var(--color-text-muted);font-size:var(--text-sm)}.gm-user-detail__value{color:var(--color-text);font-weight:600}.gm-user-detail__content{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}.gm-user-detail__section-title{margin:0 0 var(--space-4);font-size:var(--text-h4)}.gm-user-detail__events{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}.gm-user-detail__event-item{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);background:var(--color-bg-secondary)}.gm-user-detail__event-title{font-weight:600}.gm-user-detail__event-meta{margin:var(--space-1) 0 0;color:var(--color-text-muted);font-size:var(--text-sm)}.gm-user-detail__event-location{margin:var(--space-1) 0 0;font-size:var(--text-body)}@media(max-width:960px){.gm-user-detail__content{grid-template-columns:1fr}}@media(max-width:640px){.gm-user-detail__hero{flex-direction:column;align-items:flex-start}.gm-user-detail__hero-right{text-align:left}}.gm-reports__title{margin-bottom:var(--space-2)}.gm-reports__subtitle{color:var(--color-text-muted);margin-bottom:var(--space-4)}.gm-reports__placeholder{color:var(--color-text-muted);margin:0}.gm-audit-logs__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-4)}.gm-audit-logs__title{margin:0}.gm-audit-logs__toolbar{display:flex;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-4)}.gm-audit-logs__search{flex:1;min-width:220px;max-width:320px;height:40px;padding:0 var(--space-4);font-size:var(--text-body);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm)}.gm-audit-logs__select,.gm-audit-logs__date{height:40px;padding:0 var(--space-3);font-size:var(--text-body);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm)}.gm-audit-logs__table-wrap{overflow-x:auto}.gm-audit-logs__table{width:100%;border-collapse:collapse}.gm-audit-logs__table th,.gm-audit-logs__table td{padding:var(--space-3) var(--space-4);text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap}.gm-audit-logs__table th{font-weight:600;color:var(--color-text-secondary);font-size:var(--text-sm)}.gm-audit-logs__details{white-space:normal;max-width:320px}.gm-audit-logs__muted{color:var(--color-text-muted);margin:0;padding:var(--space-4)}.gm-audit-logs__pagination{margin-top:var(--space-3);display:flex;gap:var(--space-3);align-items:center}.gm-audit-logs__page{color:var(--color-text-muted);font-size:var(--text-sm)}.gm-settings__title{margin-bottom:var(--space-4)}.gm-settings__card{max-width:560px}.gm-settings__profile-head{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6)}.gm-settings__avatar{width:64px;height:64px;border-radius:50%;background-color:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:var(--text-h4)}.gm-settings__name{font-weight:600;font-size:var(--text-body-lg);margin:0 0 var(--space-1)}.gm-settings__role{color:var(--color-text-muted);font-size:var(--text-body);margin:0}.gm-settings__section{font-size:var(--text-h4);margin:var(--space-6) 0 var(--space-3)}.gm-settings__section:first-of-type{margin-top:0}.gm-settings__check{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);cursor:pointer}.gm-settings__hint{margin:var(--space-2) 0}.gm-settings__actions{margin-top:var(--space-6)}.gm-settings__password-panel{margin:var(--space-4) 0 var(--space-5);padding:var(--space-4);border:1px solid var(--color-border);background:var(--color-bg-secondary)}.gm-settings__password-title{margin:0 0 var(--space-2);font-size:var(--text-h4)}.gm-settings__password-subtitle{margin:0 0 var(--space-3);color:var(--color-text-muted);font-size:var(--text-body)}.gm-settings__password-form{display:grid;gap:var(--space-3);margin-top:var(--space-3)}.gm-settings__password-actions{display:flex;gap:var(--space-3);flex-wrap:wrap}.gm-settings__password-error{margin:var(--space-3) 0 0;color:var(--color-error)}.gm-settings__password-success{margin:var(--space-3) 0 0;color:var(--color-success)}
