:root{--bg: #faf8f3;--surface: #ffffff;--surface-warm: #f5f1eb;--surface-warm-2: #efe8df;--border: #e8dfd6;--border-strong: #d4ccc6;--accent: #c4a595;--accent-strong: #a68275;--deep: #6f5c54;--deep-strong: #5a4944;--ink: #4a4a48;--ink-soft: #8a7a74;--link: #9b7c6a;--danger: #c74a4a;--danger-bg: #fdf0ef;--success: #2e7d32;--success-bg: #eef5ea;--radius: 10px;--radius-sm: 6px;--shadow-sm: 0 1px 3px rgba(90, 73, 68, .08);--shadow-md: 0 6px 20px rgba(90, 73, 68, .12);--focus-ring: 0 0 0 3px rgba(196, 165, 149, .3)}body{background-color:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--ink);margin:0;padding:0;-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3{line-height:1.25;letter-spacing:-.01em}a{color:var(--link);text-decoration:none}a:hover{color:var(--deep)}button{background-color:var(--accent);color:#fff;border:none;padding:10px 20px;border-radius:var(--radius-sm);cursor:pointer;font-size:1rem;font-family:inherit;font-weight:500;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease}button:hover{background-color:var(--accent-strong)}button:active{transform:translateY(1px)}button:focus-visible{outline:none;box-shadow:var(--focus-ring)}input,textarea,select{background-color:#fff;border:1px solid var(--border-strong);padding:8px 10px;border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:var(--focus-ring)}::placeholder{color:#b3a89f}.container.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.content.svelte-12qhfyh{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:1rem;padding-bottom:calc(84px + env(safe-area-inset-bottom,0px));box-sizing:border-box}.bottom-nav.svelte-12qhfyh{position:fixed;bottom:0;left:0;right:0;background-color:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border);display:flex;justify-content:space-around;padding:.35rem .25rem;padding-bottom:calc(.35rem + env(safe-area-inset-bottom,0px));box-shadow:0 -2px 12px #5a49440f;z-index:200}.nav-item.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.4rem .25rem;text-decoration:none;color:var(--ink-soft);font-size:.7rem;font-weight:500;flex:1;border-radius:var(--radius);max-width:90px;transition:background-color .15s ease,color .15s ease}.nav-item.svelte-12qhfyh .nav-icon:where(.svelte-12qhfyh){font-size:1.25rem;line-height:1}.nav-item.active.svelte-12qhfyh{color:var(--deep);background-color:var(--surface-warm)}.sidebar.svelte-12qhfyh{display:none;position:fixed;left:0;top:0;width:240px;height:100vh;background-color:var(--surface);border-right:1px solid var(--border);padding:1.25rem 1rem;box-sizing:border-box;flex-direction:column}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:.6rem;padding:.25rem .5rem 1rem;margin-bottom:.75rem;border-bottom:1px solid var(--border)}.brand-emblem.svelte-12qhfyh{font-size:1.6rem;line-height:1}.brand-name.svelte-12qhfyh{font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:1.35rem;font-weight:600;color:var(--deep);margin:0;line-height:1.1}.brand-sub.svelte-12qhfyh{font-size:.72rem;color:var(--ink-soft);margin:0}.sidebar-nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:.25rem;flex:1}.sidebar-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border-radius:var(--radius-sm);color:var(--ink);font-size:.95rem;font-weight:500;transition:background-color .15s ease,color .15s ease}.sidebar-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background-color:var(--surface-warm);color:var(--deep)}.sidebar-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background-color:var(--surface-warm-2);color:var(--deep-strong)}.nav-section-label.svelte-12qhfyh{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft);padding:.9rem .75rem .3rem}.user-card.svelte-12qhfyh{border-top:1px solid var(--border);padding-top:.9rem;display:flex;align-items:center;gap:.6rem}.user-avatar.svelte-12qhfyh{width:36px;height:36px;border-radius:50%;background-color:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.95rem;flex-shrink:0}.user-meta.svelte-12qhfyh{flex:1;min-width:0}.user-name.svelte-12qhfyh{font-size:.85rem;font-weight:600;color:var(--deep);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role.svelte-12qhfyh{font-size:.72rem;color:var(--ink-soft);margin:0}.logout-btn.svelte-12qhfyh{background:none;border:none;color:var(--ink-soft);font-size:1rem;padding:.35rem;border-radius:var(--radius-sm);cursor:pointer;line-height:1}.logout-btn.svelte-12qhfyh:hover{background-color:var(--surface-warm);color:var(--danger)}@media(min-width:768px){.content.svelte-12qhfyh{padding:1.5rem 2rem 2rem;margin-left:240px;margin-right:auto;width:calc(100% - 240px);max-width:1100px}.bottom-nav.svelte-12qhfyh{display:none}.sidebar.svelte-12qhfyh{display:flex}}
