html,html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--gl-bg:#0a1222;--gl-surface:#111c32;--gl-surface-muted:#162038;--gl-border:#1e3054;--gl-text:#e8eef5;--gl-text-muted:#94a3b8;--gl-text-light:#64748b;--gl-heading:#f1f5f9;--gl-heading-mid:#cbd5e1;--gl-shadow-sm:0 1px 3px #00000047;--gl-shadow-md:0 4px 16px #00000061;--gl-shadow-lg:0 8px 32px #0000007a;--gl-shadow-card:0 2px 12px #00000038;--gl-overlay:#000000ad;--gl-ghost-hover:#33a0ff24;--gl-github-btn:#1a2744;--gl-github-btn-hover:#243352;--gl-live-btn:#007bff2e;--gl-live-btn-hover:#007bff47;--gl-chip-active:#243352;--gl-toast-success:#1a2744;--gl-toast-info:#162038;--gl-orb-1-opacity:.22;--gl-orb-2-opacity:.4;--gl-input-focus-ring:#007bff38;--gl-type-active-bg:#007bff1f;--gl-error-bg:#ef444424;--gl-error-border:#ef444452;--gl-logo-shadow:0 4px 20px #0006}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--gl-bg:#f0f4f8;--gl-surface:#fff;--gl-surface-muted:#f0f4f8;--gl-border:#e2e8f0;--gl-text:#0a192f;--gl-text-muted:#64748b;--gl-text-light:#94a3b8;--gl-heading:#0a192f;--gl-heading-mid:#1a2744;--gl-shadow-sm:0 1px 3px #0a192f14;--gl-shadow-md:0 4px 16px #0a192f1a;--gl-shadow-lg:0 8px 32px #0a192f24;--gl-shadow-card:0 2px 12px #0a192f12;--gl-overlay:#0a192f80;--gl-ghost-hover:#007bff14;--gl-github-btn:#0a192f;--gl-github-btn-hover:#1a2744;--gl-live-btn:#007bff1a;--gl-live-btn-hover:#007bff2e;--gl-chip-active:#0a192f;--gl-toast-success:#0a192f;--gl-toast-info:#1a2744;--gl-orb-1-opacity:.35;--gl-orb-2-opacity:.2;--gl-input-focus-ring:#007bff1f;--gl-type-active-bg:#007bff0f;--gl-error-bg:#ef444414;--gl-error-border:#ef444440;--gl-logo-shadow:0 4px 16px #0a192f1a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;font-size:16px}body{color:var(--gl-text);background:var(--gl-bg);min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}#root{min-height:100vh}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:1rem}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.btn{white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn--primary{color:#fff;background:linear-gradient(135deg,#33a0ff,#007bff);box-shadow:0 2px 8px #007bff59}.btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #007bff73}.btn--primary:disabled{opacity:.6;cursor:not-allowed}.btn--ghost{color:var(--gl-text-muted);background:0 0}.btn--ghost:hover{background:var(--gl-ghost-hover);color:#007bff}.btn--outline{border:1.5px solid var(--gl-border);color:var(--gl-text-muted);background:0 0}.btn--outline:hover{color:#007bff;border-color:#007bff}.btn--full{width:100%}.btn--sm{padding:.45rem .9rem;font-size:.82rem}.field{flex-direction:column;gap:.4rem;display:flex}.field__label{color:var(--gl-heading-mid);letter-spacing:.01em;font-size:.82rem;font-weight:600}.field__input,.field__textarea{border:1.5px solid var(--gl-border);background:var(--gl-surface-muted);color:var(--gl-text);border-radius:12px;padding:.7rem .9rem;transition:border-color .2s,box-shadow .2s,background .2s}.field__input::placeholder,.field__textarea::placeholder{color:var(--gl-text-light)}.field__input:focus,.field__textarea:focus{background:var(--gl-surface);box-shadow:0 0 0 3px var(--gl-input-focus-ring);border-color:#007bff;outline:none}.field__input--error,.field__textarea--error{border-color:#ef4444}.field__input--error:focus,.field__textarea--error:focus{box-shadow:0 0 0 3px #ef44441f}.field__textarea{resize:vertical;min-height:80px}.field__error{color:#ef4444;font-size:.78rem}.badge{letter-spacing:.03em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge--front{color:#007bff;background:#007bff1f}.badge--api{color:#6366f1;background:#6366f11f}.badge--dataBase{color:#0891b2;background:#0891b21f}.icon-btn{width:32px;height:32px;color:var(--gl-text-muted);border-radius:8px;justify-content:center;align-items:center;font-size:.85rem;transition:all .2s;display:flex}.icon-btn:hover{background:var(--gl-ghost-hover);color:#007bff}.icon-btn--danger:hover{color:#ef4444;background:#ef444414}.toast{z-index:2000;box-shadow:var(--gl-shadow-lg);border-radius:9999px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;animation:.3s toast-in;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.toast--success{background:var(--gl-toast-success);color:#fff}.toast--error{color:#fff;background:#ef4444}.toast--info{background:var(--gl-toast-info);color:#fff}.theme-toggle{border:1.5px solid var(--gl-border);background:var(--gl-surface-muted);width:36px;height:36px;color:var(--gl-text-muted);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.theme-toggle:hover{color:#007bff;background:var(--gl-ghost-hover);border-color:#007bff}.theme-toggle__icon{font-size:1rem;line-height:1}.theme-toggle--floating{z-index:50;box-shadow:var(--gl-shadow-md);position:fixed;top:1rem;right:1rem}@keyframes toast-in{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.app-loading{background:var(--gl-bg);flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.app-loading__spinner{border:3px solid var(--gl-border);border-top-color:#007bff;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}.app-loading__text{color:var(--gl-text-muted);font-size:.9rem}@keyframes spin{to{transform:rotate(360deg)}}.login{justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex;position:relative;overflow:hidden}.login__bg{background:var(--gl-bg);z-index:0;position:absolute;inset:0}.login__orb{filter:blur(80px);border-radius:50%;position:absolute}.login__orb--1{width:500px;height:500px;opacity:var(--gl-orb-1-opacity);background:#33a0ff;top:-150px;right:-100px}.login__orb--2{width:400px;height:400px;opacity:var(--gl-orb-2-opacity);background:#007bff;bottom:-100px;left:-100px}.login__card{z-index:1;background:var(--gl-surface);box-shadow:var(--gl-shadow-card);border:1px solid var(--gl-border);border-radius:16px;width:100%;max-width:420px;padding:2.5rem 2rem;animation:.5s fade-up;position:relative}.login__brand{text-align:center;margin-bottom:2rem}.login__logo{object-fit:contain;width:88px;height:88px;box-shadow:var(--gl-logo-shadow);border-radius:50%;margin:0 auto 1rem}.login__title{color:var(--gl-heading);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.login__subtitle{color:#007bff;letter-spacing:.08em;text-transform:uppercase;margin-top:.25rem;font-size:.85rem;font-weight:600}.login__form{flex-direction:column;gap:1.1rem;display:flex}.login__error{background:var(--gl-error-bg);border:1px solid var(--gl-error-border);color:#ef4444;border-radius:12px;padding:.65rem .9rem;font-size:.85rem;font-weight:500}.login__hint{text-align:center;color:var(--gl-text-light);margin-top:1.5rem;font-size:.78rem}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.dashboard{flex-direction:column;min-height:100vh;display:flex}.dashboard__main{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:1.5rem}.dashboard__loading{background:var(--gl-surface);box-shadow:var(--gl-shadow-card);border:1px solid var(--gl-border);color:var(--gl-text-muted);border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:3rem;font-size:.9rem;display:flex}.dashboard__error{background:var(--gl-surface);box-shadow:var(--gl-shadow-card);border:1px solid var(--gl-border);color:#ef4444;border-left:3px solid #ef4444;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;font-size:.88rem;font-weight:500;display:flex}.dash-header{background:var(--gl-surface);border-bottom:1px solid var(--gl-border);z-index:100;height:72px;box-shadow:var(--gl-shadow-sm);justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex;position:sticky;top:0}.dash-header__brand{align-items:center;gap:.75rem;display:flex}.dash-header__logo{object-fit:contain;border-radius:50%;width:44px;height:44px}.dash-header__title{color:var(--gl-heading);letter-spacing:-.02em;font-size:1.1rem;font-weight:800;line-height:1.2}.dash-header__subtitle{color:#007bff;letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:600}.dash-header__actions{align-items:center;gap:.5rem;display:flex}.stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.stats__item{background:var(--gl-surface);box-shadow:var(--gl-shadow-card);border:1px solid var(--gl-border);border-left:3px solid #0000;border-radius:16px;flex-direction:column;gap:.2rem;padding:1.1rem 1.25rem;transition:transform .2s;display:flex}.stats__item:hover{transform:translateY(-2px)}.stats__item--total{border-left-color:var(--gl-heading)}.stats__item--front{border-left-color:#007bff}.stats__item--api{border-left-color:#6366f1}.stats__item--db{border-left-color:#0891b2}.stats__value{color:var(--gl-heading);font-size:1.75rem;font-weight:800;line-height:1}.stats__label{color:var(--gl-text-muted);font-size:.78rem;font-weight:500}.filters{background:var(--gl-surface);box-shadow:var(--gl-shadow-card);border:1px solid var(--gl-border);border-radius:16px;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.filters__search{flex:1;min-width:220px;position:relative}.filters__search-icon{color:var(--gl-text-light);pointer-events:none;font-size:1rem;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.filters__input{border:1.5px solid var(--gl-border);background:var(--gl-surface-muted);width:100%;color:var(--gl-text);border-radius:12px;padding:.6rem .9rem .6rem 2.2rem;transition:border-color .2s,background .2s}.filters__input:focus{border-color:#007bff;outline:none}.filters__types{flex-wrap:wrap;gap:.4rem;display:flex}.filters__count{color:var(--gl-text-light);margin-left:auto;font-size:.78rem}.filter-chip{color:var(--gl-text-muted);border:1.5px solid var(--gl-border);border-radius:9999px;padding:.35rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s}.filter-chip:hover{color:#007bff;border-color:#007bff}.filter-chip--active{background:var(--gl-chip-active);border-color:var(--gl-chip-active);color:#fff}.filter-chip--front.filter-chip--active{background:#007bff;border-color:#007bff}.filter-chip--api.filter-chip--active{background:#6366f1;border-color:#6366f1}.filter-chip--dataBase.filter-chip--active{background:#0891b2;border-color:#0891b2}.projects-list{flex-direction:column;gap:.65rem;display:flex}.project-card{background:var(--gl-surface);box-shadow:var(--gl-shadow-card);border:1px solid var(--gl-border);border-left:3px solid #0000;border-radius:16px;flex-direction:column;gap:.75rem;width:100%;padding:1rem 1.25rem;transition:box-shadow .2s;display:flex}.project-card:hover{box-shadow:var(--gl-shadow-md)}.project-card--front{border-left-color:#007bff}.project-card--api{border-left-color:#6366f1}.project-card--dataBase{border-left-color:#0891b2}.project-card__top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.project-card__info{flex:1;align-items:flex-start;gap:1rem;min-width:0;display:flex}.project-card__details{flex:1;min-width:0}.project-card__name{color:var(--gl-heading);word-break:break-word;font-size:1rem;font-weight:700;line-height:1.35}.project-card__label{color:var(--gl-text-light);font-weight:600}.project-card__client{color:var(--gl-text-muted);margin-top:.25rem;font-size:.85rem;line-height:1.4}.project-card__notes{color:var(--gl-text-muted);background:var(--gl-surface-muted);word-break:break-word;border-radius:8px;padding:.6rem .85rem;font-size:.85rem;line-height:1.5}.project-card__bottom{border-top:1px solid var(--gl-border);flex-wrap:wrap;align-items:center;gap:.65rem 1rem;padding-top:.75rem;display:flex}.project-card__links{flex-wrap:wrap;gap:.5rem;display:flex}.project-card__copy{flex-wrap:wrap;gap:.4rem;display:flex}.project-card__date{color:var(--gl-text-light);white-space:nowrap;margin-left:auto;font-size:.75rem}.project-card__actions{flex-shrink:0;gap:.2rem;display:flex}.link-btn{border-radius:8px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex}.link-btn--github{background:var(--gl-github-btn);color:#fff}.link-btn--github:hover{background:var(--gl-github-btn-hover)}.link-btn--live{background:var(--gl-live-btn);color:#33a0ff}.link-btn--live:hover{background:var(--gl-live-btn-hover)}.link-btn--disabled{background:var(--gl-surface-muted);color:var(--gl-text-light);cursor:default;border-radius:8px;padding:.4rem .85rem;font-size:.78rem}.link-btn__arrow{opacity:.7;font-size:.7rem}.copy-btn{color:var(--gl-text-muted);border:1.5px solid var(--gl-border);background:var(--gl-surface-muted);border-radius:8px;padding:.45rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s}.copy-btn:hover{color:#007bff;border-color:#007bff}.copy-btn--done{color:#10b981;border-color:#10b981}.empty-state{background:var(--gl-surface);box-shadow:var(--gl-shadow-card);border:1px solid var(--gl-border);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.empty-state__icon{color:#007bff;opacity:.6;font-size:2.5rem;font-weight:700}.empty-state__title{color:var(--gl-heading);font-size:1.25rem;font-weight:700}.empty-state__text{color:var(--gl-text-muted);max-width:360px;font-size:.9rem}.modal-overlay{background:var(--gl-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;justify-content:center;align-items:center;padding:1rem;animation:.2s fade-in;display:flex;position:fixed;inset:0}.modal{background:var(--gl-surface);box-shadow:var(--gl-shadow-card);border:1px solid var(--gl-border);border-radius:16px;width:100%;max-width:520px;max-height:90vh;animation:.3s fade-up;overflow-y:auto}.modal__header{border-bottom:1px solid var(--gl-border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal__title{color:var(--gl-heading);font-size:1.1rem;font-weight:700}.modal__form{flex-direction:column;gap:1.1rem;padding:1.5rem;display:flex}.modal__actions{justify-content:flex-end;gap:.75rem;padding-top:.5rem;display:flex}.type-selector{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.type-option{border:1.5px solid var(--gl-border);color:var(--gl-text-muted);border-radius:12px;flex-direction:column;align-items:center;gap:.3rem;padding:.75rem .5rem;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.type-option__icon{font-size:1.1rem}.type-option:hover{color:#007bff;border-color:#33a0ff}.type-option--active{background:var(--gl-type-active-bg);color:#007bff;border-color:#007bff}.type-option--front.type-option--active{color:#007bff;background:#007bff14;border-color:#007bff}.type-option--api.type-option--active{color:#6366f1;background:#6366f114;border-color:#6366f1}.type-option--dataBase.type-option--active{color:#0891b2;background:#0891b214;border-color:#0891b2}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.team-footer{border-top:1px solid var(--gl-border);flex-wrap:wrap;align-items:center;gap:1.25rem;width:100%;max-width:1280px;margin:0 auto;padding:1.25rem 1.5rem 1.75rem;display:flex}.team-footer__label{letter-spacing:.08em;text-transform:uppercase;color:var(--gl-text-light);flex-shrink:0;font-size:.72rem;font-weight:700}.team-footer__list{flex-wrap:wrap;gap:.5rem 1.25rem;list-style:none;display:flex}.team-footer__link{align-items:baseline;gap:.4rem;font-size:.82rem;transition:color .2s;display:inline-flex}.team-footer__link:hover{color:#007bff}.team-footer__link:hover .team-footer__email{color:#33a0ff}.team-footer__name{color:var(--gl-text);font-weight:600}.team-footer__email{color:var(--gl-text-muted);transition:color .2s}@media (width<=768px){.dash-header{flex-wrap:wrap;gap:.75rem;height:auto;padding:.75rem 1rem}.dash-header__actions{flex-wrap:wrap;justify-content:flex-end;width:100%}.stats{grid-template-columns:repeat(2,1fr)}.filters{flex-direction:column;align-items:stretch}.filters__count{text-align:center;margin-left:0}.projects-list{gap:.5rem}.project-card{padding:1rem}.project-card__bottom{flex-direction:column;align-items:stretch}.project-card__date{text-align:right;margin-left:0}.type-selector{grid-template-columns:1fr}.modal__actions{flex-direction:column-reverse}.modal__actions .btn{width:100%}}@media (width<=480px){.stats{grid-template-columns:1fr 1fr;gap:.75rem}.stats__value{font-size:1.4rem}.login__card{padding:2rem 1.25rem}.team-footer{flex-direction:column;align-items:flex-start;gap:.75rem}}
