:root{--font-family-title: "Outfit", "Inter", sans-serif;--font-family-body: "Inter", sans-serif;--phy-color-primary: hsl(210, 85%, 25%);--phy-color-primary-light: hsl(210, 85%, 35%);--phy-color-primary-dark: hsl(210, 95%, 15%);--phy-color-accent: hsl(195, 80%, 45%);--phy-color-success: hsl(145, 63%, 38%);--phy-color-success-light: hsl(145, 65%, 95%);--phy-color-warning: hsl(40, 90%, 50%);--phy-color-warning-light: hsl(40, 95%, 95%);--phy-color-danger: hsl(355, 75%, 50%);--phy-color-danger-light: hsl(355, 80%, 95%);--phy-neutral-50: #f5f7fa;--phy-neutral-100: #e9ecef;--phy-neutral-200: #ffffff;--phy-neutral-300: #f1f3f5;--phy-neutral-600: #7e868f;--phy-neutral-800: #2d3748;--phy-neutral-900: #0b1326;--phy-shadow-sm: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--phy-shadow-md: 0 4px 6px -1px rgba(0,0,0,.08), 0 2px 4px -1px rgba(0,0,0,.04);--phy-shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -2px rgba(0,0,0,.03);--phy-border-radius-sm: 8px;--phy-border-radius-md: 12px;--phy-border-radius-lg: 20px;--phy-transition: all .3s cubic-bezier(.4, 0, .2, 1);--phy-header-bg: rgba(255, 255, 255, .85);--phy-border-color: rgba(0, 0, 0, .08)}.dark-theme{--phy-color-primary: #003366;--phy-color-primary-light: #1f477b;--phy-color-primary-dark: #001b3c;--phy-color-accent: #6ad3f9;--phy-color-success: hsl(145, 63%, 50%);--phy-color-success-light: rgba(106, 211, 249, .1);--phy-color-warning: hsl(40, 90%, 50%);--phy-color-warning-light: rgba(255, 180, 0, .1);--phy-color-danger: hsl(355, 75%, 55%);--phy-color-danger-light: rgba(255, 116, 123, .1);--phy-neutral-50: #0b1326;--phy-neutral-100: #131b2e;--phy-neutral-200: #171f33;--phy-neutral-300: #222a3d;--phy-neutral-600: #8d919a;--phy-neutral-800: #dae2fd;--phy-neutral-900: #ffffff;--phy-shadow-sm: 0 4px 6px -1px rgba(11, 19, 38, .1), 0 2px 4px -1px rgba(11, 19, 38, .06);--phy-shadow-md: 0 10px 15px -3px rgba(11, 19, 38, .15), 0 4px 6px -2px rgba(11, 19, 38, .05);--phy-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .2);--phy-header-bg: rgba(19, 27, 46, .85);--phy-border-color: rgba(141, 145, 154, .25)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-body);background-image:url(/bg-light.webp);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;background-color:var(--phy-neutral-50);color:var(--phy-neutral-800);line-height:1.5;-webkit-font-smoothing:antialiased}body.dark-theme{background-image:url(/bg-dark.webp)}html:has(.chat-view-wrapper),body:has(.chat-view-wrapper){overflow:hidden!important;height:100vh!important}.theme-transitioning,.theme-transitioning *{transition:background-color .3s ease,color .3s ease,border-color .3s ease!important}.phy-main{display:flex;flex-direction:column;min-height:100vh;position:relative;overflow-x:hidden}.phy-header{background-color:var(--phy-header-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--phy-border-color);padding:1.25rem 2rem;z-index:10;transition:var(--phy-transition)}.phy-header--fixed{position:sticky;top:0}.phy-header__title{font-family:var(--font-family-title);font-size:1.75rem;font-weight:700;color:var(--phy-neutral-900);line-height:1.2}.phy-header__subtitle{font-size:.875rem;color:var(--phy-neutral-600);margin-top:.25rem}.phy-section{flex:1;padding:2rem;width:100%;max-width:1280px;margin:0 auto}.phy-footer{background-color:var(--phy-header-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--phy-border-color);padding:1rem 2rem;text-align:center;z-index:10}.phy-footer--fixed{position:sticky;bottom:0}.phy-footer__text{font-size:.75rem;color:var(--phy-neutral-600)}.phy-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-family-body);font-weight:600;font-size:.875rem;color:#fff;background-color:var(--phy-color-primary);border:1px solid transparent;border-radius:var(--phy-border-radius-sm);padding:0 1.25rem;height:38px;width:auto;white-space:nowrap;cursor:pointer;transition:var(--phy-transition);outline:none;gap:.5rem;text-decoration:none}.phy-btn:hover{background-color:var(--phy-color-primary-light);transform:translateY(-1px)}.phy-btn:active{transform:translateY(0)}.phy-btn:disabled{background-color:var(--phy-neutral-300);color:var(--phy-neutral-600);opacity:.6;cursor:not-allowed;transform:none}.phy-btn--secondary{color:var(--phy-neutral-800);background-color:var(--phy-neutral-200);border-color:var(--phy-border-color)}.phy-btn--secondary:hover{background-color:var(--phy-neutral-300);border-color:var(--phy-border-color)}.phy-btn--success{background-color:var(--phy-color-success)}.phy-btn--success:hover{background-color:#2abb67}.phy-btn--danger{background-color:var(--phy-color-danger)}.phy-btn--danger:hover{background-color:#e44451}.phy-btn--large{height:48px;padding:0 1.75rem;font-size:1rem;border-radius:var(--phy-border-radius-md)}.phy-btn--block{display:flex;width:100%}.phy-btn--only-icon{width:38px;height:38px;padding:0;border-radius:50%}.phy-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:var(--phy-neutral-200);border:1px solid var(--phy-border-color);border-radius:var(--phy-border-radius-md);margin-bottom:1.5rem;box-shadow:var(--phy-shadow-sm)}.phy-toolbar__options{display:flex;list-style:none;gap:.75rem;align-items:center}.phy-form{display:flex;flex-direction:column;gap:1.5rem}.phy-form__section{border:1px solid rgba(141,145,154,.15);border-radius:var(--phy-border-radius-md);padding:1.5rem;background-color:var(--phy-neutral-200)}.form-section__title{font-family:var(--font-family-title);font-size:1.125rem;font-weight:600;color:var(--phy-color-accent);padding:0 .5rem;margin-left:.5rem}.form-section__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:1rem}.phy-form-field{border:none;display:flex;flex-direction:column;gap:.375rem;min-width:0}.phy-form-field__label{font-size:.8125rem;font-weight:600;color:var(--phy-neutral-600)}.phy-input{width:100%;font-family:var(--font-family-body);font-size:.875rem;padding:.625rem .875rem;border:1px solid rgba(141,145,154,.2);border-radius:var(--phy-border-radius-sm);color:var(--phy-neutral-800);background-color:var(--phy-neutral-300);transition:var(--phy-transition);outline:none}.phy-input:focus{border-color:var(--phy-color-accent);box-shadow:0 0 0 3px #6ad3f926}.phy-form-field--inline{flex-direction:row;align-items:center;gap:1rem}.phy-form-field--inline .phy-form-field__label{min-width:120px}.phy-input-group{display:flex;position:relative;width:100%}.phy-input-group__input{padding-right:2.75rem}.phy-input-group__btn{position:absolute;right:2px;top:2px;bottom:2px;background-color:transparent;color:var(--phy-neutral-600);border:none;padding:0 .75rem;border-radius:var(--phy-border-radius-sm)}.phy-input-group__btn:hover{background-color:var(--phy-neutral-50);color:var(--phy-color-primary);transform:none}.phy-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.phy-card{background-color:var(--phy-neutral-200);border:1px solid rgba(141,145,154,.15);border-radius:var(--phy-border-radius-lg);padding:1.5rem;box-shadow:var(--phy-shadow-sm);display:flex;flex-direction:column;position:relative;transition:var(--phy-transition);overflow:hidden;text-decoration:none;color:inherit}.phy-card:hover{transform:translateY(-4px);box-shadow:var(--phy-shadow-lg);border-color:var(--phy-neutral-200)}.phy-card--primary{border-top:4px solid var(--phy-color-primary)}.phy-card--accent{border-top:4px solid var(--phy-color-accent)}.phy-card--green{border-top:4px solid var(--phy-color-success)}.phy-card--yellow{border-top:4px solid var(--phy-color-warning)}.phy-card--red{border-top:4px solid var(--phy-color-danger)}.phy-card__title{font-family:var(--font-family-title);font-size:1.25rem;font-weight:700;color:var(--phy-neutral-900);margin-bottom:.5rem}.phy-card__subtitle{display:flex;flex-wrap:wrap;gap:1rem;font-size:.75rem;color:var(--phy-neutral-600);margin-bottom:1rem;border-bottom:1px solid var(--phy-neutral-50);padding-bottom:.75rem}.phy-card__subtitle__item strong{color:var(--phy-neutral-800)}.phy-card__content{flex:1;font-size:.875rem;color:var(--phy-neutral-600);margin-bottom:1.25rem}.phy-card__footer{display:flex;justify-content:flex-end;gap:.75rem;margin-top:auto}.phy-section--filter{margin-bottom:1.5rem}.phy-filter{background-color:var(--phy-neutral-200);border:1px solid var(--phy-border-color);border-radius:var(--phy-border-radius-md);overflow:hidden;box-shadow:var(--phy-shadow-sm);transition:var(--phy-transition)}.phy-filter__summary{padding:1rem 1.5rem;font-weight:600;font-size:.875rem;color:var(--phy-neutral-900);cursor:pointer;display:flex;align-items:center;justify-content:space-between;list-style:none}.phy-filter__summary::-webkit-details-marker{display:none}.phy-filter__summary:after{content:"\25bc";font-size:.75rem;transition:transform .2s ease}details[open] .phy-filter__summary:after{transform:rotate(180deg)}.phy-filter__main{border-top:1px solid var(--phy-border-color);background-color:var(--phy-neutral-50);padding:1.5rem}.phy-chat{display:grid;grid-template-columns:280px 1fr;grid-template-rows:1fr;height:100%;min-height:0;background-color:var(--phy-neutral-200);border-radius:var(--phy-border-radius-lg);overflow:hidden;border:1px solid var(--phy-border-color)}.phy-chat__sidebar{background-color:var(--phy-neutral-50);border-right:1px solid var(--phy-border-color);display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden}.phy-chat__sidebar__header{padding:1.25rem;border-bottom:1px solid var(--phy-border-color)}.phy-chat__sidebar__list{flex:1;overflow-y:auto;list-style:none}.phy-chat__session-item{padding:.875rem 1.25rem;font-size:.8125rem;font-weight:500;color:var(--phy-neutral-600);cursor:pointer;border-bottom:1px solid rgba(0,0,0,.02);transition:var(--phy-transition)}.phy-chat__session-item:hover{background-color:var(--phy-neutral-100);color:var(--phy-color-primary)}.phy-chat__session-item--active{background-color:var(--phy-neutral-200);color:var(--phy-neutral-900);font-weight:600;border-left:4px solid var(--phy-color-primary)}.phy-chat__container{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.phy-chat__history{flex:1;min-height:0;position:relative;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;background-color:var(--phy-neutral-50)}.phy-chat__bubble{max-width:75%;padding:1rem 1.25rem;border-radius:var(--phy-border-radius-lg);font-size:.875rem;line-height:1.6;box-shadow:var(--phy-shadow-sm);position:relative}.phy-chat__bubble--user{background-color:var(--phy-color-primary);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.phy-chat__bubble--model{background-color:var(--phy-neutral-200);color:var(--phy-neutral-800);align-self:flex-start;border-bottom-left-radius:4px;border:1px solid var(--phy-border-color)}.phy-chat__sources{margin-top:1rem;padding-top:.75rem;border-top:1px dashed var(--phy-neutral-200);display:flex;flex-wrap:wrap;gap:.5rem}.phy-source-tag{display:inline-flex;align-items:center;font-size:.75rem;font-weight:500;background-color:var(--phy-neutral-100);color:var(--phy-color-primary-light);padding:.25rem .5rem;border-radius:var(--phy-border-radius-sm);text-decoration:none;border:1px solid var(--phy-border-color)}.phy-source-tag:hover{background-color:var(--phy-neutral-200)}.phy-chat__input-area{padding:1.25rem 2rem;background-color:var(--phy-neutral-200);border-top:1px solid var(--phy-border-color)}.phy-chat__input-container{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center}.phy-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:2rem}.phy-stat-card{background-color:var(--phy-neutral-200);border:1px solid var(--phy-border-color);border-radius:var(--phy-border-radius-md);padding:1.25rem;display:flex;flex-direction:column;box-shadow:var(--phy-shadow-sm)}.phy-stat-card__title{font-size:.75rem;font-weight:600;color:var(--phy-neutral-600);text-transform:uppercase}.phy-stat-card__value{font-family:var(--font-family-title);font-size:2rem;font-weight:700;color:var(--phy-neutral-900);margin-top:.25rem}.phy-stat-card__trend{font-size:.75rem;margin-top:.5rem;display:flex;align-items:center;gap:.25rem}.phy-stat-card__trend--up{color:var(--phy-color-success)}.phy-stat-card__trend--down{color:var(--phy-color-danger)}.phy-table-container{background-color:var(--phy-neutral-200);border:1px solid rgba(141,145,154,.15);border-radius:var(--phy-border-radius-lg);overflow:hidden;margin-top:1.5rem;box-shadow:var(--phy-shadow-sm)}.phy-table{width:100%;border-collapse:collapse;text-align:left;font-size:.875rem}.phy-table th{background-color:var(--phy-neutral-100);color:var(--phy-neutral-600);font-weight:600;padding:1rem 1.5rem;border-bottom:1px solid rgba(141,145,154,.15)}.phy-table td{padding:1rem 1.5rem;border-bottom:1px solid rgba(141,145,154,.15);color:var(--phy-neutral-800)}.phy-table tr:last-child td{border-bottom:none}.phy-table tr:hover td{background-color:var(--phy-neutral-300)}.phy-badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;padding:.25rem .625rem;border-radius:50px}.phy-badge--success{background-color:var(--phy-color-success-light);color:var(--phy-color-success)}.phy-badge--warning{background-color:var(--phy-color-warning-light);color:var(--phy-color-warning)}.phy-badge--danger{background-color:var(--phy-color-danger-light);color:var(--phy-color-danger)}.phy-progress-bar{width:100%;height:6px;background-color:var(--phy-neutral-200);border-radius:10px;overflow:hidden;position:relative}.phy-progress-bar__fill{height:100%;background-color:var(--phy-color-success);width:0%;transition:width .4s ease}.phy-progress-bar--animated .phy-progress-bar__fill{width:100%;animation:loading-stripes 2s linear infinite;background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}@keyframes loading-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.phy-sync-pulse{animation:pulse-sync 1.5s infinite ease-in-out}@keyframes pulse-sync{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}@media(max-width:1024px){.phy-section{padding:1.5rem}.phy-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.phy-stats-grid{grid-template-columns:repeat(2,1fr)}.phy-chat{grid-template-columns:220px 1fr}}@media(max-width:768px){.phy-header{padding:1rem 1.25rem}.phy-header__title{font-size:1.25rem}.phy-section{padding:1rem}.phy-toolbar{flex-direction:column;align-items:flex-start;gap:.75rem;padding:.875rem}.phy-toolbar__options{width:100%;flex-wrap:wrap;gap:.5rem}.phy-grid{grid-template-columns:1fr;gap:1rem}.phy-stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.25rem}.phy-card{padding:1.25rem}.phy-card__footer{flex-wrap:wrap}.form-section__content{grid-template-columns:1fr}.phy-form__section{padding:1rem}.phy-form-field--inline{flex-direction:column;align-items:flex-start}.phy-form-field--inline .phy-form-field__label{min-width:auto}.phy-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.phy-table{min-width:580px}.phy-table th,.phy-table td{padding:.875rem 1rem}.phy-chat{grid-template-columns:1fr;height:calc(100vh - 64px)}.phy-chat__sidebar{display:none}.phy-chat__history{padding:1rem;gap:1rem}.phy-chat__bubble{max-width:90%;padding:.875rem 1rem}.phy-chat__input-area{padding:.875rem 1rem}.phy-chat__input-container{gap:.5rem}}@media(max-width:480px){.phy-header{padding:.875rem 1rem}.phy-header__title{font-size:1.0625rem}.phy-section{padding:.75rem}.phy-stats-grid{grid-template-columns:1fr}.phy-stat-card__value{font-size:1.5rem}.phy-card{border-radius:var(--phy-border-radius-md);padding:1rem}.phy-card__title{font-size:1.0625rem}.phy-chat__bubble{max-width:95%;font-size:.8125rem}.phy-btn{height:44px!important;min-height:44px}.phy-custom-select__trigger{height:44px!important}.phy-input{font-size:1rem;padding:.75rem}.phy-filter__summary{padding:.875rem 1rem}.phy-filter__main{padding:1rem}}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop{display:none!important}}@media(hover:none)and (pointer:coarse){.phy-card:hover{transform:none;box-shadow:var(--phy-shadow-sm)}.phy-btn:hover{transform:none}}.phy-toast-container{position:fixed;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:1000;pointer-events:none;max-width:380px;width:calc(100% - 3rem)}.phy-toast{pointer-events:auto;display:flex;align-items:center;gap:.75rem;background-color:var(--phy-neutral-200);color:var(--phy-neutral-800);border-left:4px solid var(--phy-color-primary);border-radius:var(--phy-border-radius-sm);padding:1rem 1.25rem;box-shadow:0 10px 25px -5px #0000001a,0 8px 16px -6px #0000000d;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:toast-slide-in .35s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(-20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.phy-toast--success{border-left-color:var(--phy-color-success)}.phy-toast--warning{border-left-color:var(--phy-color-warning)}.phy-toast--danger{border-left-color:var(--phy-color-danger)}.phy-toast--info{border-left-color:var(--phy-color-accent)}.phy-toast__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.phy-toast__icon--success{color:var(--phy-color-success)}.phy-toast__icon--warning{color:var(--phy-color-warning)}.phy-toast__icon--danger{color:var(--phy-color-danger)}.phy-toast__icon--info{color:var(--phy-color-accent)}.phy-toast__content{flex:1;line-height:1.4}.phy-toast__close{background:transparent;border:none;cursor:pointer;color:var(--phy-neutral-300);padding:4px;font-size:1.1rem;line-height:1;transition:var(--phy-transition);display:flex;align-items:center;justify-content:center}.phy-toast__close:hover{color:var(--phy-neutral-600)}@media(max-width:480px){.phy-toast-container{top:1rem;right:1rem;left:1rem;width:auto;max-width:none}}.phy-docs-cards-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1rem}.phy-card--responsive-doc{background-color:var(--phy-neutral-200);border:1px solid var(--phy-border-color);border-radius:var(--phy-border-radius-md);padding:1.25rem;box-shadow:var(--phy-shadow-sm);display:flex;flex-direction:column;gap:.875rem}.phy-card-doc-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.phy-card-doc-icon-title{display:flex;align-items:center;gap:.75rem}.doc-icon{color:var(--phy-color-accent);background-color:#6ad3f91a;padding:.5rem;border-radius:var(--phy-border-radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.doc-title-wrapper{display:flex;flex-direction:column;overflow:hidden}.doc-mobile-title{font-family:var(--font-family-title);font-size:1rem;font-weight:700;color:var(--phy-neutral-900);word-break:break-all}.mime-text{font-size:.75rem;color:var(--phy-neutral-600);margin-top:.125rem}.phy-card-doc-body{border-top:1px solid var(--phy-border-color);border-bottom:1px solid var(--phy-border-color);padding:.75rem 0;display:flex;flex-direction:column;gap:.5rem}.doc-info-row{display:flex;justify-content:space-between;font-size:.8125rem}.info-label{color:var(--phy-neutral-600);font-weight:500}.info-value{color:var(--phy-neutral-800);font-weight:600}.phy-card-doc-footer{display:flex;justify-content:flex-end}.phy-logs-cards-grid{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.phy-card--responsive-log{background-color:var(--phy-neutral-200);border:1px solid var(--phy-border-color);border-radius:var(--phy-border-radius-md);padding:1rem;box-shadow:var(--phy-shadow-sm);display:flex;flex-direction:column;gap:.75rem}.phy-card-log-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--phy-border-color);padding-bottom:.5rem}.log-kb-name{font-family:var(--font-family-title);font-size:.9375rem;color:var(--phy-neutral-900)}.doc-subtext{font-size:.75rem;color:var(--phy-neutral-600);margin-top:.25rem}.phy-card-log-body{display:flex;flex-direction:column;gap:.375rem}.log-info-row{display:flex;justify-content:space-between;font-size:.8125rem}.highlight-value{color:var(--phy-color-accent);font-weight:700}.phy-users-cards-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1rem}.phy-card--responsive-user{background-color:var(--phy-neutral-200);border:1px solid var(--phy-border-color);border-radius:var(--phy-border-radius-md);padding:1.25rem;box-shadow:var(--phy-shadow-sm);display:flex;flex-direction:column;gap:.875rem;position:relative}.phy-card-user-header{display:flex;justify-content:space-between;align-items:flex-start}.user-avatar-title{display:flex;align-items:center;gap:.75rem}.user-avatar{width:36px;height:36px;border-radius:50%;background-color:var(--phy-color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--font-family-title);font-size:.875rem}.user-title-wrapper{display:flex;flex-direction:column}.user-mobile-name{font-family:var(--font-family-title);font-size:.9375rem;font-weight:700;color:var(--phy-neutral-900)}.user-email-text{font-size:.75rem;color:var(--phy-neutral-600)}.phy-card-user-badges{display:flex;gap:.5rem;align-items:center}.phy-card-user-body{border-top:1px solid var(--phy-border-color);border-bottom:1px solid var(--phy-border-color);padding:.75rem 0;display:flex;flex-direction:column;gap:.5rem}.user-info-label{font-size:.75rem;color:var(--phy-neutral-600);font-weight:600;text-transform:uppercase;margin-bottom:.25rem}.badge-list-inline{display:flex;flex-wrap:wrap;gap:.375rem}.phy-card-user-footer{display:flex;justify-content:flex-end}.phy-keys-cards-grid{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.phy-card--responsive-key{background-color:var(--phy-neutral-200);border:1px solid var(--phy-border-color);border-radius:var(--phy-border-radius-md);padding:1rem;box-shadow:var(--phy-shadow-sm);display:flex;flex-direction:column;gap:.5rem}.phy-card-key-header{display:flex;justify-content:space-between;align-items:center}.key-provider-title{font-family:var(--font-family-title);font-size:.875rem;font-weight:700;color:var(--phy-neutral-900)}.enmasked-key{font-family:monospace;font-size:.8125rem;color:var(--phy-neutral-600);letter-spacing:.05em}.theme-toggle-btn{background:transparent!important;color:var(--phy-neutral-800)!important;border:1px solid var(--phy-border-color)!important;border-radius:50%!important;padding:.5rem!important;width:38px!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:var(--phy-shadow-sm)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;cursor:pointer!important;transition:var(--phy-transition)!important}.theme-toggle-btn:hover{background-color:var(--phy-neutral-300)!important;transform:scale(1.05)!important}.login-theme-toggle{position:absolute;top:1.5rem;right:1.5rem;z-index:100}.dark-theme .tab-btn.active{color:var(--phy-neutral-900)!important;border-bottom:3px solid var(--phy-color-accent)!important}.dark-theme .tab-btn:hover{color:var(--phy-color-accent)!important;background-color:var(--phy-neutral-300)!important}.dark-theme .date-input{background-color:var(--phy-neutral-100)!important;color:var(--phy-neutral-900)!important;border:1px solid var(--phy-border-color)!important}.dark-theme .inline-label{color:var(--phy-neutral-800)!important}.dark-theme .filter-label{color:var(--phy-neutral-900)!important}.dark-theme .model-cost-value{color:var(--phy-color-accent)!important}.dark-theme .log-cost-highlight{color:var(--phy-color-success)!important}.dark-theme .badge-neutral-dark{background-color:var(--phy-neutral-300)!important;color:var(--phy-neutral-900)!important;border:1px solid var(--phy-border-color)!important}.dark-theme .default-pwd-notice{background-color:var(--phy-neutral-100)!important;border:1px solid var(--phy-border-color)!important;border-left:4px solid var(--phy-color-accent)!important}.dark-theme .default-pwd-text{color:var(--phy-neutral-800)!important}.dark-theme .default-pwd-code{background-color:var(--phy-neutral-300)!important;color:var(--phy-color-accent)!important}.dark-theme .granular-permissions-box,.dark-theme .add-key-form-box,.dark-theme .info-alert-box,.dark-theme .kb-checklist-item{background-color:var(--phy-neutral-100)!important;border:1px solid var(--phy-border-color)!important}.dark-theme .kb-checklist-item:hover{background-color:var(--phy-neutral-300)!important;border-color:var(--phy-color-accent)!important}.dark-theme .checklist-label-text{color:var(--phy-neutral-800)!important}.dark-theme .kb-desc-light{color:var(--phy-neutral-600)!important}.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5,.dark-theme h6,.dark-theme .phy-header__title,.dark-theme .phy-card__title,.dark-theme .form-section__title,.dark-theme .modal-title,.dark-theme .session-item-title,.dark-theme .empty-title,.dark-theme .login-title,.dark-theme .doc-mobile-title,.dark-theme .box-title,.dark-theme .rules-title,.dark-theme .multi-keys-subtitle,.dark-theme .upload-title,.dark-theme .sidebar-title,.dark-theme .section-title{color:#fff!important}.doc-link-click{color:var(--phy-color-primary-light);transition:var(--phy-transition)}.doc-link-click:hover{color:var(--phy-color-accent);text-decoration:underline!important}.dark-theme .doc-link-click{color:var(--phy-color-accent)!important}.dark-theme .doc-link-click:hover{color:#fff!important}@media(max-width:576px){.hide-mobile-inline{display:none!important}}@media(max-width:768px){.theme-toggle-btn.hide-mobile-btn{display:none!important}}select.phy-input{max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237e868f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right .875rem center!important;background-size:1rem!important;padding-right:2.5rem!important}.dark-theme select.phy-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dae2fd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important}.color-picker-dot{width:32px;height:32px;border-radius:50%;border:2px solid transparent!important;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#fff!important;font-weight:700;font-size:.875rem;box-shadow:var(--phy-shadow-sm);transition:var(--phy-transition)}.color-picker-dot:hover{transform:scale(1.1);box-shadow:var(--phy-shadow-md)}.color-picker-dot.active{border-color:var(--phy-neutral-900)!important;box-shadow:0 0 0 3px #0a326440!important}.dark-theme .color-picker-dot.active{border-color:#fff!important;box-shadow:0 0 0 3px #ffffff59!important}.loading-wrapper-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;text-align:center;color:var(--phy-neutral-600);background-color:var(--phy-neutral-200);border-radius:var(--phy-border-radius-lg);box-shadow:var(--phy-shadow-sm);border:1px solid var(--phy-border-color);gap:1rem;width:100%}.dark-theme .loading-wrapper-panel{background-color:var(--phy-neutral-100)!important;border-color:var(--phy-border-color)!important;color:var(--phy-neutral-600)!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.phy-custom-select-wrapper{position:relative;width:100%;display:block;max-width:100%}.phy-custom-select__backdrop{position:fixed;inset:0;z-index:1000;background:transparent}.phy-custom-select{position:relative;width:100%;max-width:100%}.phy-custom-select__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-family-body);font-size:.875rem;padding:0 1rem;height:38px;border:1px solid rgba(141,145,154,.2);border-radius:var(--phy-border-radius-sm);color:var(--phy-neutral-800);background-color:var(--phy-neutral-300);cursor:pointer;outline:none;transition:var(--phy-transition);text-align:left;min-width:0;overflow:hidden}.phy-custom-select__trigger:focus,.phy-custom-select--open .phy-custom-select__trigger{border-color:var(--phy-color-accent);box-shadow:0 0 0 3px #6ad3f926}.phy-custom-select__value{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:.5rem;font-weight:500;min-width:0;flex:1}.phy-custom-select__chevron{display:flex;align-items:center;justify-content:center;color:var(--phy-neutral-600);transition:transform .2s ease;flex-shrink:0}.phy-custom-select--open .phy-custom-select__chevron{transform:rotate(180deg)}.phy-custom-select__options{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:var(--phy-neutral-200);border:1px solid var(--phy-border-color);border-radius:var(--phy-border-radius-sm);box-shadow:var(--phy-shadow-lg);z-index:1001;max-height:250px;overflow-y:auto;overflow-x:hidden;padding:.25rem 0;animation:dropdownSlideEffect .2s cubic-bezier(.16,1,.3,1)}.phy-custom-select__option{padding:.625rem 1rem;font-size:.875rem;color:var(--phy-neutral-800);cursor:pointer;transition:all .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phy-custom-select__option:hover{background-color:var(--phy-neutral-300);color:var(--phy-neutral-900)}.phy-custom-select__option.active{background-color:var(--phy-color-primary-light);color:#fff!important;font-weight:600}.phy-custom-select__group-header{padding:.375rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--phy-neutral-600);background-color:var(--phy-neutral-100);letter-spacing:.05em;margin:.25rem 0}.dark-theme .phy-custom-select__option{color:var(--phy-neutral-800)}.dark-theme .phy-custom-select__option:hover{background-color:var(--phy-neutral-300);color:var(--phy-neutral-900)}.dark-theme .phy-custom-select__option.active{background-color:var(--phy-color-primary-light)!important;color:#fff!important}.dark-theme .phy-custom-select__group-header{background-color:var(--phy-neutral-300);color:var(--phy-neutral-600)}@keyframes dropdownSlideEffect{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.editor-visual-sheet{width:100%;min-height:420px;background-color:var(--phy-neutral-200);border:1px solid var(--phy-border-color);border-radius:0 0 var(--phy-border-radius-sm) var(--phy-border-radius-sm);padding:1.5rem;outline:none;overflow-y:auto;box-shadow:inset 0 2px 4px #00000005;transition:border-color .2s;color:var(--phy-neutral-800)}.editor-visual-sheet:focus{border-color:var(--phy-color-accent)}.dark-theme .editor-visual-sheet{background-color:var(--phy-neutral-100);color:var(--phy-neutral-800)}.editor-format-toolbar{display:flex;flex-wrap:wrap;gap:.25rem;background:var(--phy-neutral-300);padding:.5rem;border-radius:var(--phy-border-radius-sm) var(--phy-border-radius-sm) 0 0;border:1px solid var(--phy-border-color);border-bottom:none;align-items:center}.format-btn{background:transparent;border:none;color:var(--phy-neutral-800);padding:.4rem .75rem;font-size:.8125rem;font-weight:600;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;transition:all .15s}.format-btn:hover{background:var(--phy-neutral-600);color:var(--phy-neutral-200)}.dark-theme .format-btn:hover{background:var(--phy-neutral-600);color:var(--phy-neutral-900)}.format-separator{width:1px;height:18px;background:var(--phy-border-color);margin:0 .25rem}.phy-modal-backdrop{position:fixed;inset:0;background:#0b132699;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeInModal .2s ease-out}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}.draft-modal-fullscreen{background-color:var(--phy-neutral-200);border:1px solid var(--phy-border-color);border-radius:var(--phy-border-radius-lg);box-shadow:var(--phy-shadow-lg);width:95vw;height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:scaleUpModal .3s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleUpModal{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--phy-border-color);background-color:var(--phy-neutral-300);flex-shrink:0}.modal-header-title{display:flex;align-items:center;gap:.5rem}.modal-header-title h3{margin:0;font-size:1.25rem;font-weight:700;color:var(--phy-neutral-900);font-family:var(--font-family-title)}.modal-header-actions{display:flex;gap:.5rem;align-items:center}.modal-body{flex:1;padding:1.25rem 1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;min-height:0}.draft-title-row{display:flex;flex-direction:column;gap:.25rem;flex-shrink:0}.modal-body .editor-workspace-split{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:1rem;min-height:0}.modal-body .draft-editor-box,.modal-body .draft-preview-box{display:flex;flex-direction:column;gap:.5rem;min-height:0}.modal-body .editor-visual-sheet,.modal-body .preview-container{flex:1;min-height:250px;height:100%;max-height:calc(90vh - 220px)}.dark-theme .modal-header{background-color:var(--phy-neutral-100)}
