:root{--color-bg-primary: #fdfbf7;--color-bg-secondary: #f8f5ee;--color-paper-white: #ffffff;--color-paper-yellow: #fef3c7;--color-paper-blue: #e0f2fe;--color-paper-pink: #fce7f3;--color-text-primary: #374151;--color-text-secondary: #6b7280;--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-border: rgba(0, 0, 0, .08);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-paper: 2px 3px 5px rgba(0, 0, 0, .08);--shadow-lift: 4px 8px 12px rgba(0, 0, 0, .12);--font-hand: "Patrick Hand", "Segoe Print", "Chalkboard SE", "Comic Sans MS", "KaiTi", "STKaiti", cursive;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--radius: 2px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-body);background-color:var(--color-bg-secondary);background-image:radial-gradient(#e5e7eb 1px,transparent 1px);background-size:20px 20px;color:var(--color-text-primary);line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-hand);font-weight:400}a{color:var(--color-primary);text-decoration:none;position:relative}a:hover{text-decoration:none}a:hover:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:var(--color-primary);transform:skew(-15deg);border-radius:2px}button{font-family:var(--font-hand);cursor:pointer}input,textarea,select{font-family:var(--font-hand);font-size:1.1rem}.navbar-paper.svelte-12qhfyh{background:var(--color-paper-white);box-shadow:var(--shadow-paper);border-bottom:1px solid rgba(0,0,0,.05);position:relative;z-index:100}.nav-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.nav-logo.svelte-12qhfyh{font-family:var(--font-hand);font-size:1.75rem;font-weight:700;color:var(--color-text-primary);text-decoration:none;display:flex;align-items:center;gap:.5rem;transform:rotate(-1deg);transition:transform .2s ease}.nav-logo.svelte-12qhfyh:hover{text-decoration:none;transform:rotate(0) scale(1.02)}.logo-icon.svelte-12qhfyh{font-size:1.5rem}.nav-actions.svelte-12qhfyh{display:flex;gap:1rem;align-items:center}.btn-logout-paper.svelte-12qhfyh{padding:.5rem 1.25rem;background-color:transparent;color:var(--color-error);border:2px dashed var(--color-error);border-radius:255px 15px 225px/15px 225px 15px 255px;font-size:1rem;font-family:var(--font-hand);font-weight:700;cursor:pointer;transition:all .2s ease}.btn-logout-paper.svelte-12qhfyh:hover{background-color:#fee2e2;transform:rotate(2deg)}.main-content.svelte-12qhfyh{min-height:calc(100vh - 80px);padding:2rem 1rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.main-content.svelte-12qhfyh{padding:2rem 1.5rem}}
