:root{--color-blue: #005279;--color-blue-light: #006a9e;--color-orange: #e4691f;--color-orange-hover: #c95a18;--color-gray: #cfd3d5;--color-gray-light: #f5f6f7;--color-gold: #dfab3c;--color-text: #333333;--color-text-light: #666666;--color-white: #ffffff;--color-error: #dc3545;--color-success: #28a745;--font-heading: "Montserrat", sans-serif;--font-body: "Lora", serif;--max-width: 960px;--radius: 8px;--shadow: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .12)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-gray-light);line-height:1.6}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;line-height:1.3}a{color:var(--color-blue);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font-heading);cursor:pointer;border:none;border-radius:var(--radius);padding:12px 24px;font-size:1rem;font-weight:600;transition:background-color .2s,transform .1s}button:hover{transform:translateY(-1px)}button:active{transform:translateY(0)}.btn-primary{background:var(--color-orange);color:var(--color-white)}.btn-primary:hover{background:var(--color-orange-hover)}.btn-secondary{background:var(--color-white);color:var(--color-text);border:2px solid var(--color-gray)}.btn-secondary:hover{border-color:var(--color-blue);color:var(--color-blue)}.btn-success{background:var(--color-success);color:var(--color-white)}.btn-success:hover{background:#229a3b}.btn-danger{background:var(--color-error);color:var(--color-white)}.btn-danger:hover{background:#c82333}.card{background:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}input,textarea,select{font-family:var(--font-body);font-size:1rem;padding:10px 14px;border:2px solid var(--color-gray);border-radius:var(--radius);width:100%;transition:border-color .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-blue)}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.top-bar.svelte-12qhfyh{background:var(--color-blue);color:var(--color-white);padding:0;box-shadow:var(--shadow-lg);position:sticky;top:0;z-index:100}.top-bar-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:64px}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:10px;color:var(--color-white);font-family:var(--font-heading);font-weight:700;font-size:1.2rem}.logo.svelte-12qhfyh:hover{text-decoration:none}.logo-mark.svelte-12qhfyh{background:var(--color-orange);color:var(--color-white);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:1.3rem;font-weight:700}nav.svelte-12qhfyh{display:flex;gap:24px}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffffd9;font-family:var(--font-heading);font-weight:500;font-size:.95rem;padding:8px 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-white);border-bottom-color:var(--color-orange);text-decoration:none}.page-content.svelte-12qhfyh{padding-top:32px;padding-bottom:48px;min-height:calc(100vh - 64px)}
