@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:#0f172a;background-color:#f8fafc}body{margin:0;background:#f8fafc}.app-shell{min-height:100vh}.app-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;box-shadow:0 1px 2px #0000000d;position:sticky;top:0;z-index:10}.app-header button{margin-right:8px;padding:8px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;cursor:pointer}.app-header button.active{background:#0ea5e9;color:#fff;border-color:#0284c7}.layout{display:grid;grid-template-columns:340px 1fr;height:calc(100vh - 80px)}.panel{background:#fff;margin:12px;padding:16px;border-radius:16px;box-shadow:0 4px 12px #0f172a0f}.inline-input{border:none;background:transparent;border-bottom:1px dashed #cbd5e1;padding:4px;width:100%;font-size:inherit}.section{margin-bottom:20px}.section header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.tag{display:inline-block;background:#e0f2fe;color:#0369a1;padding:4px 8px;border-radius:12px;margin-right:6px}.badge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center}.lightbox img{max-width:90%;max-height:90%}.add-button{position:fixed;bottom:20px;right:20px;background:linear-gradient(120deg,#0ea5e9,#38bdf8);color:#fff;border:none;border-radius:50%;width:64px;height:64px;box-shadow:0 10px 30px #0ea5e966;cursor:pointer;font-size:28px}.list-search{padding:12px}.list-item{padding:10px 14px;border-radius:12px;cursor:pointer;margin-bottom:8px}.list-item:hover,.list-item.active{background:#e0f2fe}.flex-between{display:flex;justify-content:space-between;align-items:center}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.card{padding:12px;background:#f8fafc;border-radius:12px}.login-card{max-width:360px;margin:120px auto;padding:24px;background:#fff;border-radius:16px;box-shadow:0 12px 30px #0f172a1f}
