:root{--primary: #3b82f6;--primary-hover: #2563eb;--primary-dark: #1e40af;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--dark: #1f2937;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--border-radius: 8px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;color:var(--gray-900);background:var(--gray-50);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.3}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}a{color:var(--primary);text-decoration:none;cursor:pointer;transition:color .2s}a:hover{color:var(--primary-hover);text-decoration:underline}button{padding:10px 16px;border:none;border-radius:var(--border-radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;background:#fff;color:var(--gray-700);border:1px solid var(--gray-300)}button:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-400)}button.primary{background:var(--primary);color:#fff;border-color:var(--primary)}button.primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}button.success{background:var(--success);color:#fff;border-color:var(--success)}button.danger{background:var(--danger);color:#fff;border-color:var(--danger)}button.link{background:none;border:none;color:var(--primary);padding:4px 8px}button.link:hover{background:var(--gray-50)}button:disabled{opacity:.5;cursor:not-allowed}button.active,button[disabled]:not(.link){background:var(--gray-200);color:var(--gray-600);border-color:var(--gray-300);cursor:default}input[type=text],input[type=email],input[type=password],input[type=date],textarea,select{width:100%;padding:10px 12px;border:1px solid var(--gray-300);border-radius:var(--border-radius);font-size:.875rem;background:#fff;transition:all .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}textarea{resize:vertical;min-height:100px;font-family:inherit}label{display:block;margin-bottom:4px;font-size:.875rem;font-weight:500;color:var(--gray-700)}.app{min-height:100vh;display:flex;flex-direction:column}.app header{background:#fff;border-bottom:1px solid var(--gray-200);padding:0;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:10}.app header>div:first-child{padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.app header h1{font-size:1.25rem;color:var(--gray-900);margin:0}.app nav{display:flex;gap:4px;padding:0 24px;border-top:1px solid var(--gray-200);background:var(--gray-50)}.app nav button{padding:12px 20px;border-radius:0;border:none;border-bottom:2px solid transparent;background:transparent;color:var(--gray-600);font-weight:500}.app nav button:hover:not(:disabled){background:#fff;color:var(--gray-900)}.app nav button:disabled{background:#fff;color:var(--primary);border-bottom-color:var(--primary);opacity:1}main{flex:1;padding:24px;max-width:1200px;margin:0 auto;width:100%}.section{margin-bottom:24px;padding:24px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--border-radius);box-shadow:var(--shadow-sm)}.section h2{margin-bottom:16px;color:var(--gray-900)}.section h3{margin-bottom:12px;color:var(--gray-800)}.questionnaire .wizard-header{margin-bottom:24px}.questionnaire .wizard-header>div:first-child{color:var(--gray-500);font-size:.875rem;margin-bottom:8px}.question{display:grid;grid-template-columns:minmax(200px,1fr) 2fr;gap:16px;align-items:start;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--gray-100)}.question:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.question label{padding-top:10px}.risk-form{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:12px;margin-bottom:16px;padding:16px;background:var(--gray-50);border-radius:var(--border-radius)}.risk-table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--border-radius);overflow:hidden}.risk-table th,.risk-table td{border:1px solid var(--gray-200);padding:12px;text-align:left}.risk-table th{background:var(--gray-50);font-weight:600;color:var(--gray-700);font-size:.875rem}.risk-table tr:hover{background:var(--gray-50)}.report-generator{max-width:800px}.report-generator textarea{width:100%;min-height:400px;font-family:Monaco,Courier New,monospace;font-size:.875rem;line-height:1.5}.project-switcher{display:flex;align-items:center;gap:12px;padding:8px 0}.project-switcher select{min-width:200px}.row{display:flex;gap:12px;align-items:center;margin-bottom:12px}.project-item{display:flex;gap:12px;align-items:center;padding:8px 12px;border-radius:var(--border-radius);transition:background .2s}.project-item:hover{background:var(--gray-50)}.share-dialog{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.share-dialog .panel{background:#fff;padding:24px;border-radius:var(--border-radius);width:480px;max-width:90vw;max-height:80vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.share-dialog h2{margin-bottom:20px}.share-dialog .row{display:flex;gap:12px;margin-bottom:16px}.share-dialog ul{list-style:none;padding:0;margin:0}.share-dialog li{display:flex;gap:12px;align-items:center;padding:12px;border-radius:var(--border-radius);margin-bottom:8px;background:var(--gray-50)}.share-dialog li:hover{background:var(--gray-100)}.dashboard-nav{background:var(--dark);color:#fff;padding:16px 24px;border-radius:var(--border-radius);margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}.dashboard-nav a{color:#fff;opacity:.8;font-weight:500;padding:8px 12px;border-radius:var(--border-radius);transition:all .2s}.dashboard-nav a:hover{opacity:1;background:#ffffff1a;text-decoration:none}.dashboard-nav a.active{opacity:1;background:#fff3}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:24px}.stat-card{background:#fff;padding:20px;border-radius:var(--border-radius);box-shadow:var(--shadow);border:1px solid var(--gray-200)}.stat-card .label{color:var(--gray-600);font-size:.875rem;margin-bottom:4px}.stat-card .value{font-size:2rem;font-weight:700;margin:8px 0}.stat-card .subtitle{color:var(--gray-500);font-size:.875rem}.stat-card.danger .subtitle{color:var(--danger)}.data-table{background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow);overflow:hidden}.data-table table{width:100%;border-collapse:collapse}.data-table th{background:var(--gray-50);padding:12px 16px;text-align:left;font-weight:600;color:var(--gray-700);border-bottom:1px solid var(--gray-200)}.data-table td{padding:12px 16px;border-bottom:1px solid var(--gray-100)}.data-table tr:hover{background:var(--gray-50)}.status-pill{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-pill.draft{background:var(--gray-200);color:var(--gray-700)}.status-pill.review{background:#fef3c7;color:#92400e}.status-pill.completed{background:#d1fae5;color:#065f46}.text-center{text-align:center}.text-right{text-align:right}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}@media (max-width: 768px){main{padding:16px}.question{grid-template-columns:1fr;gap:8px}.risk-form,.stats-grid{grid-template-columns:1fr}.app nav{overflow-x:auto;padding:0 16px}.app header>div:first-child{flex-wrap:wrap;gap:12px;padding:12px 16px}.app header h1{font-size:1.125rem}.project-switcher select{min-width:150px}.dashboard-nav{flex-direction:column;gap:16px;align-items:stretch}.dashboard-nav>div{justify-content:center}.app header>div:first-child>div{flex-wrap:wrap;gap:8px}.project-switcher{flex-direction:column;align-items:stretch;gap:8px}.project-switcher .row{flex-wrap:wrap;gap:8px}.project-switcher select{min-width:150px;flex:1}}._navbar_wj3yy_2{background:#222837;color:#1f2937;padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}._navLeft_wj3yy_17{display:flex;align-items:center;gap:0}._brandSection_wj3yy_23{display:flex;align-items:center;gap:8px;cursor:pointer;margin-right:24px}._brandIcon_wj3yy_38{width:44px;height:24px;display:flex;align-items:center;justify-content:center}._brandText_wj3yy_46{display:flex;flex-direction:column;line-height:1.2}._brandName_wj3yy_52{font-size:1.2rem;font-weight:700;color:#3b82f6;text-shadow:0 0 20px #a9c2e9}._brandSubtitle_wj3yy_59{font-size:.8rem;color:#fefefe;font-weight:500}._navButton_wj3yy_65{background:transparent;border:none;color:#9ca0a9;padding:8px 16px;margin:0 2px;border-radius:2px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._navButton_wj3yy_65:hover{background:#f3f4f6;color:#000;padding:12px 24px}._navButton_wj3yy_65._active_wj3yy_85,._navButton_wj3yy_65._active_wj3yy_85:hover{background:#3b82f6;color:#fff;border:none}._userSection_wj3yy_92{display:flex;align-items:center;gap:12px}._userInfo_wj3yy_98{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s ease}._userInfo_wj3yy_98:hover{background:#ffffff1a}._userAvatar_wj3yy_112{width:32px;height:32px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center}._userGreeting_wj3yy_122{font-size:.875rem;color:#efefef;font-weight:500}._signOutButton_wj3yy_128{background:#e40000;border:none;color:#efefef;padding:10px 20px;border-radius:4px;font-size:.875rem;cursor:pointer}._signOutButton_wj3yy_128:hover{background:#e40000!important;color:#efefef;font-size:1.2rem;border:none}._hamburgerButton_wj3yy_150{display:none;background:transparent;border:none;color:#efefef;cursor:pointer;padding:8px;border-radius:4px;transition:background .2s ease}._hamburgerButton_wj3yy_150:hover{background:#ffffff1a}._hamburgerIcon_wj3yy_165{display:flex;flex-direction:column;gap:3px}._hamburgerLine_wj3yy_171{width:20px;height:2px;background:#efefef;transition:all .3s ease}._mobileNav_wj3yy_179{display:none;position:fixed;top:60px;left:0;right:0;background:#222837;border-top:1px solid #e5e7eb;padding:16px;z-index:99}._mobileNav_wj3yy_179._open_wj3yy_191{display:block}._mobileNavButton_wj3yy_195{display:block;width:100%;background:transparent;border:none;color:#9ca0a9;padding:12px 16px;text-align:left;font-size:1rem;font-weight:500;cursor:pointer;border-radius:4px;margin-bottom:4px;transition:all .2s ease}._mobileNavButton_wj3yy_195:hover{background:#f3f4f6;color:#000}._mobileNavButton_wj3yy_195._active_wj3yy_85{background:#3b82f6;color:#fff}@media (max-width: 850px){._hamburgerButton_wj3yy_150{display:block}._navLeft_wj3yy_17 ._navButton_wj3yy_65{display:none}._navbar_wj3yy_2{padding:0 16px;height:60px}._navLeft_wj3yy_17{gap:16px}._brandSection_wj3yy_23{margin-right:auto}._userGreeting_wj3yy_122{display:none}._userSection_wj3yy_92{gap:8px}}._container_1olhy_3{padding:0;min-height:100vh;background:#f5f5f7}._navbar_1olhy_10{background:#2c2c2e;color:#fff;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}._navLeft_1olhy_19{display:flex;gap:32px;align-items:center}._brandSection_1olhy_25{display:flex;align-items:center;gap:12px;cursor:pointer}._brandIcon_1olhy_32{width:32px;height:32px;background:#007aff;border-radius:6px;display:grid;place-items:center}._brandText_1olhy_41{display:flex;flex-direction:column;line-height:1}._brandName_1olhy_47{font-size:1.25rem;font-weight:700;letter-spacing:-.5px}._brandSubtitle_1olhy_53{font-size:.75rem;font-weight:400;opacity:.8;margin-top:2px}._navButton_1olhy_60{background:transparent;color:#ffffffb3;border:none;padding:6px 16px;border-radius:20px;font-size:.95rem;cursor:pointer;transition:all .2s}._navButton_1olhy_60:hover{background:#ffffff1a}._navButton_1olhy_60._active_1olhy_75{background:#fff3;color:#fff}._userSection_1olhy_81{display:flex;gap:16px;align-items:center}._userInfo_1olhy_87{display:flex;gap:8px;align-items:center}._userAvatar_1olhy_93{width:32px;height:32px;border-radius:50%;background:#8e8e93;display:grid;place-items:center}._userGreeting_1olhy_102{font-size:.95rem;color:#ffffffe6}._signOutButton_1olhy_107{background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.3);padding:5px 14px;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s;font-weight:400}._signOutButton_1olhy_107:hover{background:#ffffff1a;border-color:#ffffff80;color:#fff}._content_1olhy_126{padding:32px 24px;max-width:1720px;margin:0 auto}._welcomeTitle_1olhy_133{font-size:2.5rem;font-weight:400;margin-top:0;margin-bottom:8px;color:#1d1d1f}._welcomeSubtitle_1olhy_141{color:#6e6e73;margin-bottom:40px;font-size:1.25rem}._statsGrid_1olhy_148{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;max-width:1200px;margin-left:auto;margin-right:auto}@media (max-width: 768px){._statsGrid_1olhy_148{grid-template-columns:1fr;max-width:70%;gap:16px}._statCard_1olhy_166{aspect-ratio:1.2;padding:16px;max-width:70%}._statValue_1olhy_172{font-size:2rem}._statLabel_1olhy_176{font-size:.875rem}._tableHeader_1olhy_180{display:flex!important;justify-content:space-between;align-items:center;grid-template-columns:none!important}._tableHeader_1olhy_180>div:nth-child(2){display:none!important}._tableRow_1olhy_191{display:flex!important;justify-content:space-between;align-items:center;grid-template-columns:none!important}._tableRow_1olhy_191>div:nth-child(2){display:none!important}._tableCellRight_1olhy_202{white-space:nowrap}}._statCard_1olhy_166{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #00000014;position:relative;aspect-ratio:1;display:flex;flex-direction:column;justify-content:center}._statLabel_1olhy_176{color:#6e6e73;font-size:1rem;margin-bottom:12px}._statValue_1olhy_172{font-size:3rem;font-weight:300;margin:8px 0;color:#1d1d1f}._statSubtext_1olhy_232{color:#6e6e73}._riskIndicator_1olhy_236{position:absolute;right:24px;bottom:24px;background:#ff3b30;color:#fff;border-radius:50%;width:32px;height:32px;display:grid;place-items:center;font-size:1rem}._loadingContainer_1olhy_251{padding:48px;text-align:center;color:#8e8e93}._buttonContainer_1olhy_258{max-width:1200px;margin-left:auto;margin-right:auto;margin-bottom:10px;display:flex;justify-content:flex-end}._primaryButton_1olhy_268{background:#007aff;color:#fff;border:none;padding:14px 28px;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;width:fit-content}._primaryButton_1olhy_268:hover{background:#0051d5!important}._tableCard_1olhy_289{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;max-width:1200px;margin-left:auto;margin-right:auto}._tableHeader_1olhy_180{display:grid;grid-template-columns:2fr 1fr 1fr;padding:16px 24px;border-bottom:1px solid #e5e5e7;font-weight:500;color:#1d1d1f}._tableRow_1olhy_191{display:grid;grid-template-columns:2fr 1fr 1fr;padding:16px 24px;border-bottom:1px solid #f5f5f7;align-items:center;cursor:pointer;transition:background .2s}._tableRow_1olhy_191:hover{background:#f5f5f7}._tableCellLeft_1olhy_322{color:#1d1d1f;font-weight:400;display:flex;align-items:center;gap:8px}._tableCellCenter_1olhy_330{text-align:center;color:#6e6e73}._tableCellRight_1olhy_202{text-align:right}._draftBadge_1olhy_339{background:#8e8e93;color:#fff;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500}._emptyState_1olhy_348{padding:48px;text-align:center;color:#8e8e93}._viewAllLink_1olhy_354{padding:16px 24px;text-align:right}._viewAllLink_1olhy_354 a{color:#007aff;cursor:pointer;font-size:.95rem;text-decoration:none}._viewAllLink_1olhy_354 a:hover{text-decoration:underline}._sectionTitle_1olhy_371{margin-bottom:24px}._sectionDescription_1olhy_375{color:#6e6e73;margin-bottom:24px}._templateGrid_1olhy_381{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;max-width:1200px;margin-left:auto;margin-right:auto}._templateCard_1olhy_390{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #00000014}._templateCard_1olhy_390 h4{margin-bottom:12px}._templateCard_1olhy_390 p{color:#6e6e73;font-size:.9rem;margin-bottom:16px}._templateButton_1olhy_407{background:#007aff;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer}._templateButton_1olhy_407:hover{background:#0051d5}._comingSoonCard_1olhy_421{padding:48px;text-align:center;background:#fff;border-radius:12px;color:#6e6e73;max-width:1200px;margin-left:auto;margin-right:auto}._comingSoonCard_1olhy_421 h3{margin-bottom:8px}._settingsCard_1olhy_437{background:#fff;padding:24px;border-radius:12px;margin-bottom:20px;max-width:1200px;margin-left:auto;margin-right:auto}._settingsCard_1olhy_437 h4{margin-bottom:12px}._settingsInfo_1olhy_451{display:grid;gap:12px;color:#6e6e73}._container_16c44_1{max-width:800px;margin:0 auto;padding:24px}._header_16c44_7{margin-bottom:32px}._header_16c44_7 h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 8px}._subtitle_16c44_18{color:#6b7280;font-size:1rem;margin:0}._profileCard_16c44_24{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}._avatarSection_16c44_32{display:flex;align-items:center;gap:20px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}._avatar_16c44_32{width:80px;height:80px;border-radius:50%;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}._avatar_16c44_32 img{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_16c44_58{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6}._nameSection_16c44_67 h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 4px}._email_16c44_74{color:#6b7280;font-size:1rem;margin:0}._infoGrid_16c44_80{display:grid;gap:24px;margin-bottom:32px}._infoItem_16c44_86{display:flex;flex-direction:column;gap:8px}._infoItem_16c44_86 label{font-size:.875rem;font-weight:600;color:#374151;margin:0}._value_16c44_99{font-size:1rem;color:#1f2937;display:flex;align-items:center;gap:8px;flex-wrap:wrap}._value_16c44_99 code{background:#f3f4f6;padding:4px 8px;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.875rem;color:#4b5563;word-break:break-all}._verifiedBadge_16c44_118{background:#d1fae5;color:#065f46;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase}._unverifiedBadge_16c44_128{background:#fee2e2;color:#991b1b;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase}._providerBadge_16c44_138{display:flex;align-items:center;gap:6px;background:#f3f4f6;color:#4b5563;padding:4px 8px;border-radius:6px;font-size:.875rem;font-weight:500}._actions_16c44_150{display:flex;gap:12px;padding-top:24px;border-top:1px solid #e5e7eb}._editButton_16c44_157{background:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}._editButton_16c44_157:disabled{background:#d1d5db;cursor:not-allowed}._editButton_16c44_157:not(:disabled):hover{background:#2563eb}._comingSoon_16c44_181{font-size:.75rem;opacity:.8;font-weight:400}@media (max-width: 640px){._container_16c44_1{padding:16px}._profileCard_16c44_24{padding:20px}._avatarSection_16c44_32{flex-direction:column;text-align:center;gap:16px}._avatar_16c44_32{width:64px;height:64px}._nameSection_16c44_67 h2{font-size:1.25rem}._infoGrid_16c44_80{gap:16px}._value_16c44_99 code{font-size:.75rem;padding:2px 6px}._actions_16c44_150{flex-direction:column}}
