.Header-module__F-Ilva__header{z-index:100;background:var(--bg);height:100px;box-shadow:var(--shadow-header);justify-content:space-between;align-items:center;gap:24px;padding:0 34px;display:flex;position:sticky;top:0}.Header-module__F-Ilva__brand{flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.Header-module__F-Ilva__logo{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.Header-module__F-Ilva__badge{background:var(--blue-faint);color:var(--blue);font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;padding:3px 10px;font-size:12px;font-weight:600;line-height:1.4;display:inline-flex}.Header-module__F-Ilva__logoSvg{width:auto;height:48px;display:block}.Header-module__F-Ilva__middle{flex:1;justify-content:center;min-width:0;display:flex}.Header-module__F-Ilva__right{flex-shrink:0;align-items:center;gap:16px;display:flex}@media (max-width:768px){.Header-module__F-Ilva__header{gap:12px;height:72px;padding:0 16px}.Header-module__F-Ilva__logoSvg{height:36px}.Header-module__F-Ilva__badge{padding:2px 8px;font-size:11px}}
.BellDropdown-module__jT3I9G__wrapper{flex-shrink:0;position:relative}.BellDropdown-module__jT3I9G__bellButton{cursor:pointer;color:var(--blue);background:0 0;border:none;padding:0;line-height:0;display:block}.BellDropdown-module__jT3I9G__bellIcon{width:32px;height:auto;display:block}.BellDropdown-module__jT3I9G__dropdown{background:var(--bg);border:1px solid var(--gray-300);border-radius:var(--radius-md);width:300px;box-shadow:var(--shadow-dropdown);z-index:200;padding:20px;display:none;position:absolute;top:calc(100% + 14px);right:0}.BellDropdown-module__jT3I9G__dropdownOpen{display:block}.BellDropdown-module__jT3I9G__title{color:var(--blue);margin-bottom:14px;font-size:16px;font-weight:600}.BellDropdown-module__jT3I9G__form{flex-direction:column;gap:10px;display:flex}.BellDropdown-module__jT3I9G__input{border:1px solid var(--border);width:100%;height:42px;font-size:15px;font-family:var(--font-sans);color:var(--text-strong);border-radius:10px;outline:none;padding:0 14px}.BellDropdown-module__jT3I9G__input::placeholder{color:var(--text-muted)}.BellDropdown-module__jT3I9G__submit{background:var(--blue);color:#fff;width:100%;height:42px;font-size:15px;font-family:var(--font-sans);cursor:pointer;letter-spacing:.02em;border:none;border-radius:10px;transition:background .15s}.BellDropdown-module__jT3I9G__submit:hover{background:var(--blue-hover)}.BellDropdown-module__jT3I9G__success{color:var(--blue);letter-spacing:.02em;text-align:center;padding:6px 0;font-size:15px}
:root{--blue:#2055ff;--blue-hover:#1844dd;--blue-faint:#ecf1ff;--blue-faint-hover:#dce4ff;--gray-50:#f7f7f7;--gray-100:#f0f0f3;--gray-200:#e4e4eb;--gray-300:#cfcfd6;--gray-500:#7a7a85;--gray-700:#3a3a40;--text:#171717;--text-strong:#1f1f1f;--text-muted:#979797;--border:#707070;--border-soft:#e0e0e0;--bg:#fff;--bg-soft:#f7f7f7;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 6px 24px #00000014;--shadow-header:0 1px 6px #00000029;--shadow-dropdown:0 8px 24px #0000001f;--status-active:#2055ff;--status-pending:#ffb520;--status-completed:#00a37a;--text-meta:#4b4b4b;--intent-intuition:#7b5cff;--intent-function:#2055ff;--intent-production:#00a37a;--intent-exploration:#f59e0b;--intent-preparation:#d6336c;--font-sans:Arial, Helvetica, system-ui, -apple-system, sans-serif}
*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;min-height:100%}body{color:var(--text);background:var(--bg-soft);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,system-ui,-apple-system,sans-serif;line-height:1.45}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer}input,textarea{font:inherit}.btn-primary{background:var(--blue);color:#fff;border-radius:var(--radius-md);border:none;padding:12px 22px;font-size:15px;font-weight:600;transition:background .15s}.btn-primary:hover{background:var(--blue-hover)}.btn-primary:disabled{background:var(--gray-300);cursor:not-allowed}.btn-ghost{color:var(--blue);border:1.5px solid var(--blue);border-radius:var(--radius-md);background:0 0;padding:11px 20px;font-size:15px;font-weight:600;transition:background .15s}.btn-ghost:hover{background:var(--blue-faint)}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-header{z-index:50;background:#fff;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 1px 6px #0000000f}.app-header .wordmark{color:var(--blue);letter-spacing:.02em;font-size:24px;font-weight:700;text-decoration:none}
