@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f6f8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #f4f6f8;--surface: #ffffff;--surface-soft: #f8fafb;--surface-strong: #eef2f4;--text: #172033;--text-muted: #667085;--text-subtle: #98a2b3;--border: #dfe4ea;--border-strong: #cbd3dc;--primary: #0f766e;--primary-hover: #0b5f59;--primary-soft: #e7f4f1;--favorite: #b7791f;--favorite-soft: #fff7df;--custom: #5b5bd6;--custom-soft: #efefff;--danger: #c43d4b;--danger-soft: #fff0f1;--shadow-sm: 0 1px 2px rgba(23, 32, 51, .05);--shadow-md: 0 10px 24px rgba(23, 32, 51, .08);--radius: 6px;--radius-lg: 8px}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:var(--bg)}button,input,select{font:inherit;letter-spacing:0}button,label,select{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(15,118,110,.2);outline-offset:2px}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--text);letter-spacing:0}#root{min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-page{min-height:100vh}.app-topbar{position:sticky;top:0;z-index:30;width:100%;background:#fffffff5;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-topbar__inner{width:min(1200px,calc(100% - 40px));min-height:68px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.app-topbar__actions{display:flex;align-items:center;gap:10px}.app-brand{display:inline-flex;align-items:center;gap:11px;min-width:0}.app-brand__mark{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;color:#fff;background:var(--text);border-radius:6px;font-size:12px;font-weight:700}.app-brand__copy{min-width:0;display:flex;flex-direction:column;gap:1px}.app-brand__copy strong{font-size:15px;line-height:1.25}.app-brand__copy small{color:var(--text-muted);font-size:11px;line-height:1.25}.app-brand--compact .app-brand__mark{width:32px;height:32px;flex-basis:32px}.page-container{width:min(1200px,calc(100% - 40px));margin:0 auto;padding:38px 0 64px}.page-heading,.detail-heading,.files-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.page-heading{margin-bottom:24px}.page-heading h1,.detail-heading h1{margin:0;font-size:28px;line-height:1.2;font-weight:700}.eyebrow{margin-bottom:7px;color:var(--primary);font-size:11px;font-weight:700;line-height:1.2;text-transform:uppercase}.catalog-stats{display:flex;align-items:center;gap:0;color:var(--text-muted);font-size:13px}.catalog-stats span{padding:0 15px;border-right:1px solid var(--border);white-space:nowrap}.catalog-stats span:first-child{padding-left:0}.catalog-stats span:last-child{padding-right:0;border-right:0}.catalog-stats strong{color:var(--text);font-size:15px}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:34px;padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.search-field{min-width:260px;max-width:480px;height:42px;flex:1 1 420px;display:flex;align-items:center;gap:10px;padding:0 12px;color:var(--text-muted);background:var(--surface-soft);border:1px solid transparent;border-radius:var(--radius);transition:border-color .16s ease,background .16s ease}.search-field:focus-within{background:var(--surface);border-color:var(--primary)}.search-field input{width:100%;min-width:0;padding:0;color:var(--text);background:transparent;border:0;outline:0;font-size:14px}.search-field input::placeholder{color:var(--text-subtle)}.search-field button{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;padding:0;color:var(--text-muted);background:transparent;border:0;border-radius:4px;cursor:pointer}.toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.btn{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow-sm);font-size:13px;font-weight:600;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;transition:color .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.btn:hover:not(:disabled){border-color:#aeb8c4;box-shadow:0 4px 10px #17203312}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{color:#fff;background:var(--primary);border-color:var(--primary)}.btn-primary:hover:not(:disabled){color:#fff;background:var(--primary-hover);border-color:var(--primary-hover)}.btn-secondary{background:var(--surface)}.btn-block{width:100%}.btn-icon-only{width:42px;padding:0;flex:0 0 42px}.icon-button{width:38px;height:38px;flex:0 0 38px;display:inline-grid;place-items:center;padding:0;color:var(--text-muted);background:transparent;border:1px solid transparent;border-radius:var(--radius);cursor:pointer;transition:color .16s ease,background .16s ease,border-color .16s ease}.icon-button:hover:not(:disabled){color:var(--text);background:var(--surface-strong)}.icon-button:disabled{opacity:.5;cursor:not-allowed}.icon-button--bordered{background:var(--surface);border-color:var(--border)}.icon-button--danger:hover{color:var(--danger);background:var(--danger-soft)}.favorite-button.is-active,.favorite-indicator{color:var(--favorite)}.role-badge,.count-badge,.status-badge,.format-badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:999px;white-space:nowrap}.role-badge{min-height:28px;padding:0 10px;color:var(--text-muted);background:var(--surface-soft);border:1px solid var(--border);font-size:11px;font-weight:600}.role-badge--admin{color:var(--primary);background:var(--primary-soft);border-color:#c7e4de}.select-field{position:relative;display:inline-flex}.select-field select,.input{width:100%;height:42px;padding:0 34px 0 12px;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);font-size:13px;outline:0;transition:border-color .16s ease,box-shadow .16s ease}.select-field select{min-width:164px;cursor:pointer}.select-field select:focus,.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0f766e1f}.catalog-content{display:flex;flex-direction:column;gap:42px}.brand-section{min-width:0}.section-heading{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid var(--border)}.section-heading__title{min-width:0;display:flex;align-items:center;gap:9px;color:var(--text-muted)}.section-heading h2{margin:0;font-size:16px;line-height:1.3;font-weight:650}.count-badge{min-width:24px;height:22px;padding:0 7px;color:var(--text-muted);background:var(--surface-strong);font-size:11px;font-weight:700}.brand-section--favorite .section-heading{border-bottom-color:#ead8a9}.brand-section--favorite .section-heading__title,.brand-section--favorite .section-heading h2{color:var(--favorite)}.brand-section--custom .section-heading__title,.brand-section--custom .section-heading h2{color:var(--custom)}.brand-grid,.logo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}.brand-card,.logo-card{position:relative;min-width:0;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.brand-card:hover,.logo-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.brand-card--favorite{border-top:3px solid #d6a843}.brand-card__actions{position:absolute;top:9px;right:9px;z-index:2;display:flex;align-items:center;gap:3px}.brand-card__actions .icon-button,.favorite-indicator{width:32px;height:32px;flex-basis:32px;display:grid;place-items:center;background:#ffffffeb;border:1px solid rgba(203,211,220,.82);border-radius:5px;box-shadow:var(--shadow-sm)}.brand-card__link{display:block;color:inherit;text-decoration:none}.brand-preview,.logo-preview{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#fff;background-image:linear-gradient(45deg,#edf0f2 25%,transparent 25%),linear-gradient(-45deg,#edf0f2 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#edf0f2 75%),linear-gradient(-45deg,transparent 75%,#edf0f2 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0}.brand-preview{height:124px;border-bottom:1px solid var(--border)}.brand-preview img,.logo-preview img{max-width:82%;max-height:76%;object-fit:contain;transition:transform .18s ease}.brand-preview__empty,.file-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--text-subtle)}.brand-preview__empty small{font-size:11px}.brand-card__body{min-height:92px;padding:15px}.brand-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.brand-card__title-row h3{min-width:0;margin:0;overflow-wrap:anywhere;font-size:15px;line-height:1.35;font-weight:650}.brand-card__title-row svg{flex:0 0 auto;margin-top:1px;color:var(--text-subtle)}.brand-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-top:12px;color:var(--text-muted);font-size:11px}.brand-card__meta>span:not(.status-badge){display:inline-flex;align-items:center;gap:5px}.status-badge{min-height:22px;padding:0 7px;color:var(--custom);background:var(--custom-soft);font-size:10px;font-weight:700}.status-badge--favorite{color:var(--favorite);background:var(--favorite-soft)}.brand-card__size{padding:12px 15px 14px;background:var(--surface-soft);border-top:1px solid var(--border)}.brand-card__size label,.size-control__label label{color:var(--text-muted);font-size:10px;font-weight:600}.range-row{display:flex;align-items:center;gap:10px;margin-top:8px}.range-row input,.size-control input{width:100%;height:4px;accent-color:var(--primary);cursor:pointer}.range-row output,.size-control output{min-width:46px;color:var(--text);font-size:11px;font-weight:700;text-align:right}.empty-state{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 20px;color:var(--text-muted);background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius-lg);text-align:center}.empty-state__icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:16px;color:var(--primary);background:var(--primary-soft);border-radius:50%}.empty-state h2{margin-bottom:7px;font-size:16px}.empty-state p{max-width:360px;margin-bottom:0;font-size:13px;line-height:1.6}.loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}.loading-grid span{height:230px;background:linear-gradient(90deg,#edf0f3 25%,#f8f9fa,#edf0f3 75%);background-size:200% 100%;border:1px solid var(--border);border-radius:var(--radius-lg);animation:shimmer 1.3s infinite linear}.modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#1720336b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fadeIn .15s ease}.modal-content{width:min(440px,100%);padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 24px 60px #17203333;animation:slideUp .18s ease}.modal-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.modal-heading h2{margin:0;font-size:20px}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:24px}.form-field{display:flex;flex-direction:column;gap:8px}.form-field>span:first-child{color:var(--text-muted);font-size:12px;font-weight:600}.back-link{width:fit-content;display:inline-flex;align-items:center;gap:7px;margin-bottom:26px;color:var(--text-muted);font-size:13px;font-weight:600;text-decoration:none}.back-link:hover{color:var(--primary)}.detail-heading{align-items:center;margin-bottom:24px}.detail-heading__title{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.detail-heading .btn.is-favorite{color:var(--favorite);background:var(--favorite-soft);border-color:#ead8a9}.size-panel{display:grid;grid-template-columns:minmax(240px,1.1fr) minmax(280px,1fr);gap:22px 36px;margin-bottom:44px;padding:22px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.size-panel__heading{display:flex;align-items:center;gap:13px}.size-panel__icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft);border-radius:6px}.size-panel__heading h2{margin-bottom:4px;font-size:15px}.size-panel__heading p{margin:0;color:var(--text-muted);font-size:12px}.size-values{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;background:var(--border);border:1px solid var(--border);border-radius:var(--radius)}.size-values span{min-width:0;display:flex;flex-direction:column;gap:4px;padding:12px;background:var(--surface-soft)}.size-values small{color:var(--text-muted);font-size:9px;font-weight:700;text-transform:uppercase}.size-values strong{overflow-wrap:anywhere;font-size:13px}.size-control{grid-column:1 / -1;padding-top:18px;border-top:1px solid var(--border)}.size-control__label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.files-section{min-width:0}.files-heading{margin-bottom:16px}.files-heading h2{display:flex;align-items:center;gap:8px;margin:0;font-size:20px}.logo-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.logo-preview{height:190px;border-bottom:1px solid var(--border)}.file-placeholder strong{font-size:13px;text-transform:uppercase}.logo-card__body{padding:16px}.logo-card__meta-row{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:12px}.file-badges{display:flex;align-items:center;gap:7px}.format-badge{min-height:22px;padding:0 8px;color:var(--primary);background:var(--primary-soft);font-size:10px;font-weight:800;text-transform:uppercase}.file-date{display:flex;align-items:center;gap:6px;margin:10px 0 16px;color:var(--text-muted);font-size:11px}.download-control{display:flex;align-items:stretch;gap:8px;margin-bottom:9px}.download-control .select-field{min-width:0;flex:1}.download-control .select-field select{min-width:0}.auth-page,.shared-page{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:88px 20px 56px;background:var(--bg)}.auth-page:before,.shared-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:5px;background:var(--primary)}.auth-page__brand,.shared-page__brand{position:absolute;top:28px;left:32px}.auth-page__brand{right:32px;display:flex;align-items:center;justify-content:space-between}.auth-page__brand>span{color:var(--text-subtle);font-size:11px;font-weight:700}.auth-panel,.shared-panel{width:min(420px,100%);padding:32px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.auth-panel__icon,.shared-panel__icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:24px;color:var(--primary);background:var(--primary-soft);border-radius:6px}.auth-panel h1,.shared-panel h1{margin-bottom:8px;font-size:24px;line-height:1.25}.auth-panel__subtitle,.shared-panel__subtitle{margin-bottom:28px;color:var(--text-muted);font-size:13px}.auth-form{display:flex;flex-direction:column;gap:18px}.password-field{position:relative;display:block}.password-field .input{padding-right:46px}.password-field button{position:absolute;top:3px;right:3px;width:36px;height:36px;display:grid;place-items:center;padding:0;color:var(--text-muted);background:transparent;border:0;border-radius:4px;cursor:pointer}.password-field button:hover{color:var(--text);background:var(--surface-strong)}.form-alert{padding:11px 12px;color:var(--danger);background:var(--danger-soft);border:1px solid #f1c7cc;border-radius:var(--radius);font-size:12px;line-height:1.5}.auth-submit{min-height:44px;justify-content:space-between;margin-top:4px;padding:0 15px}.auth-page__footer{margin:24px 0 0;color:var(--text-subtle);font-size:10px;font-weight:600}.shared-panel{text-align:left}.shared-format{margin-bottom:18px}.shared-download-button{min-height:44px;margin-top:18px}.shared-panel__security{display:flex;align-items:center;justify-content:center;gap:6px;margin:18px 0 0;color:var(--text-subtle);font-size:10px}.app-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-muted);background:var(--bg)}.app-loading p{margin:0;font-size:12px}.app-loading__spinner,.button-spinner{display:inline-block;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite}.app-loading__spinner{width:26px;height:26px;color:var(--primary)}.button-spinner{width:15px;height:15px}.share-link-input{width:calc(100% - 24px)!important;margin:18px 12px 0!important;font-size:12px!important}.swal2-popup{border:1px solid var(--border)!important;border-radius:var(--radius-lg)!important;font-family:inherit!important}.swal2-title{color:var(--text)!important;font-size:21px!important}.swal2-html-container,.swal2-input-label{color:var(--text-muted)!important;font-size:13px!important}.swal2-confirm{background:var(--primary)!important}.swal2-cancel{color:var(--text)!important;background:var(--surface-strong)!important}.fade-in{animation:fadeIn .22s ease both}.spin{animation:spin .85s linear infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-200% 0}}@media(max-width:820px){.app-topbar__inner,.page-container{width:min(100% - 28px,1200px)}.page-container{padding-top:28px}.page-heading,.detail-heading{align-items:flex-start;flex-direction:column;gap:16px}.catalog-stats{width:100%;justify-content:space-between}.catalog-stats span{flex:1;padding:0 10px;text-align:center}.catalog-toolbar{align-items:stretch;flex-direction:column}.search-field{width:100%;max-width:none;min-width:0;flex-basis:auto}.toolbar-actions{justify-content:flex-start;flex-wrap:wrap}.size-panel{grid-template-columns:1fr}.size-control{grid-column:1}}@media(max-width:560px){.app-topbar__inner{min-height:62px}.app-brand__copy small,.role-badge:not(.role-badge--admin){display:none}.page-heading h1,.detail-heading h1{font-size:24px}.catalog-stats{align-items:stretch}.catalog-stats span{display:flex;flex-direction:column;gap:2px;padding:0 7px;font-size:10px}.catalog-stats strong{font-size:14px}.toolbar-actions .select-field{flex:1 1 100%}.toolbar-actions .select-field select{width:100%}.section-heading{align-items:flex-start}.section-heading>.btn span{display:none}.section-heading>.btn{width:40px;padding:0}.brand-grid,.logo-grid,.loading-grid{grid-template-columns:1fr}.brand-preview{height:140px}.size-values{grid-template-columns:1fr 1fr 1fr}.size-values span{padding:10px 8px}.files-heading{align-items:flex-start;flex-direction:column}.files-heading .btn{width:100%}.auth-page,.shared-page{justify-content:flex-start;padding:92px 14px 36px}.auth-page__brand,.shared-page__brand{top:24px;left:18px;right:18px}.auth-panel,.shared-panel{padding:25px 20px}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
