:root{--color-bg: #eef1f6;--color-surface: #ffffff;--color-surface-translucent: rgba(255, 255, 255, .9);--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-primary-soft: rgba(37, 99, 235, .12);--color-text: #1f2933;--color-text-muted: #5b6472;--color-text-faint: #8b94a3;--color-border: #e2e6ec;--color-border-strong: #c2c9d4;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(15, 23, 42, .12);--shadow-panel: 0 6px 24px rgba(15, 23, 42, .14);--shadow-modal: 0 20px 60px rgba(15, 23, 42, .35);--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#root{min-height:100vh}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:3px}select,input[type=text],input[type=number],input[type=search],input[type=date]{font-family:inherit;font-size:13px;color:var(--color-text);background-color:#fff;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:5px 8px;transition:border-color .15s ease,box-shadow .15s ease}select:hover,input[type=text]:hover,input[type=number]:hover,input[type=search]:hover,input[type=date]:hover{border-color:var(--color-border-strong)}select:focus,input[type=text]:focus,input[type=number]:focus,input[type=search]:focus,input[type=date]:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft);outline:none}input[type=checkbox],input[type=radio]{accent-color:var(--color-primary);cursor:pointer}.btn-primary{border:none;background-color:var(--color-primary);color:#fff;padding:8px 18px;border-radius:var(--radius-sm);font-size:14px;font-family:inherit;cursor:pointer;transition:background-color .15s ease}.btn-primary:hover{background-color:var(--color-primary-hover)}.fab{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background-color:var(--color-surface);box-shadow:var(--shadow-panel);color:var(--color-primary);font-size:18px;font-weight:700;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.fab:hover{transform:translateY(-1px);box-shadow:0 10px 28px #0f172a38}.home-fab{position:fixed;top:16px;left:16px;z-index:10001}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a8c;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.modal-card{background-color:var(--color-surface);color:var(--color-text-muted);max-width:640px;width:100%;max-height:85vh;overflow-y:auto;border-radius:var(--radius);box-shadow:var(--shadow-modal);padding:20px 26px 26px;font-size:13px;line-height:1.55}.modal-close{border:none;background:none;font-size:24px;line-height:1;cursor:pointer;color:var(--color-text-muted)}.modal-close:hover{color:var(--color-text)}@media(max-width:768px),(max-width:900px)and (max-height:480px){.mobile-dvh{height:100dvh!important}.controls-fab{position:fixed;right:calc(16px + env(safe-area-inset-right,0px));bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:10001;width:48px;height:48px}.home-fab{top:calc(12px + env(safe-area-inset-top,0px));left:calc(12px + env(safe-area-inset-left,0px));width:44px;height:44px}.help-fab{width:44px;height:44px}.mobile-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:10050;display:flex;flex-direction:column;justify-content:flex-end}.mobile-drawer{background:var(--color-surface);color:var(--color-text-muted);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-modal);max-height:92dvh;display:flex;flex-direction:column;animation:mobile-sheet-up .18s ease-out}.mobile-drawer-header{flex:0 0 auto;padding:8px 16px 6px;border-bottom:1px solid var(--color-border)}.mobile-drawer-handle{display:block;width:40px;height:4px;border-radius:2px;background:var(--color-border-strong);margin:2px auto 8px}.mobile-drawer-titlebar{display:flex;align-items:center;justify-content:space-between}.mobile-drawer-title{margin:0;font-size:16px;color:var(--color-text)}.mobile-drawer-close,.mobile-sheet-close{border:none;background:none;font-size:26px;line-height:1;cursor:pointer;color:var(--color-text-muted);padding:2px 8px}.mobile-drawer-body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px 16px calc(16px + env(safe-area-inset-bottom,0px));font-size:13px;line-height:2}.mobile-drawer-section{margin:4px 0 6px;font-size:13px;font-weight:600;color:var(--color-text);text-transform:uppercase;letter-spacing:.03em}.mobile-drawer-section:not(:first-child){margin-top:18px;padding-top:14px;border-top:1px solid var(--color-border)}.mobile-sheet{position:fixed;left:0;right:0;bottom:0;z-index:10000;background:var(--color-surface);color:var(--color-text-muted);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-modal);max-height:72dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:6px 16px calc(16px + env(safe-area-inset-bottom,0px));animation:mobile-sheet-up .18s ease-out}.mobile-sheet-header{display:flex;justify-content:flex-end;position:sticky;top:0}@keyframes mobile-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-drawer-body select,.mobile-drawer-body input[type=text],.mobile-drawer-body input[type=number],.mobile-drawer-body input[type=search],.mobile-sheet select,.mobile-sheet input[type=text],.mobile-sheet input[type=number],.mobile-sheet input[type=search]{font-size:16px;padding:8px 10px}.mobile-drawer-body input[type=checkbox],.mobile-drawer-body input[type=radio],.mobile-sheet input[type=checkbox],.mobile-sheet input[type=radio]{width:20px;height:20px}.mobile-drawer-body input[type=range]{width:100%}}@media(max-width:900px)and (max-height:480px){.mobile-drawer{max-height:96dvh}.mobile-sheet{max-height:88dvh}}.home{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;padding:72px 24px 96px;background:radial-gradient(1200px 600px at 50% -10%,rgba(37,99,235,.1),transparent 60%),var(--color-bg)}.home-hero{text-align:center;max-width:640px;margin-bottom:48px}.home-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-primary);margin-bottom:12px}.home-title{margin:0 0 12px;font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.02em;color:var(--color-text)}.home-subtitle{margin:0;font-size:clamp(1rem,2.4vw,1.15rem);line-height:1.6;color:var(--color-text-muted)}.home-grid{width:100%;max-width:960px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.home-card{position:relative;display:flex;flex-direction:column;padding:24px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-decoration:none;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:var(--accent, var(--color-primary))}.home-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-panel);border-color:transparent}.home-card-title{margin:6px 0 8px;font-size:1.2rem;font-weight:600;color:var(--color-text)}.home-card-desc{margin:0;font-size:.95rem;line-height:1.5;color:var(--color-text-muted);flex:1}.home-card-cta{margin-top:18px;font-size:.9rem;font-weight:600;color:var(--accent, var(--color-primary))}.home-card-cta:after{content:" →";transition:margin-left .18s ease}.home-card:hover .home-card-cta:after{margin-left:4px}.home-footer{margin-top:56px;font-size:.85rem;color:var(--color-text-faint)}.home-footer a{color:var(--color-text-muted);text-decoration:none}.home-footer a:hover{text-decoration:underline}@media(max-width:520px){.home{padding:48px 16px 64px}}._container_14qe4_1 *{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}._container_14qe4_1{line-height:1.6;color:#333;max-width:1200px;margin:0 auto;padding:20px}._header_14qe4_16{text-align:center;margin-bottom:30px;padding:20px;background-color:#2c3e50;color:#fff;border-radius:10px}._title_14qe4_25{font-size:2.5em;margin-bottom:10px}._contactInfo_14qe4_30{font-size:.9em;margin-bottom:10px}._link_14qe4_35{color:#3498db;text-decoration:none;margin:0 10px}._section_14qe4_41{margin-bottom:30px;padding:20px;background-color:#f9f9f9;border-radius:8px}._sectionTitle_14qe4_48{color:#2c3e50;margin-bottom:15px;border-bottom:2px solid #3498db;padding-bottom:5px}._jobItem_14qe4_55{margin-bottom:20px;padding:15px;background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0000001a}._jobHeader_14qe4_63{display:flex;justify-content:space-between;margin-bottom:10px;flex-wrap:wrap}._company_14qe4_70,._location_14qe4_70,._date_14qe4_70{font-weight:600;color:#666;margin:0 5px}._skillsContainer_14qe4_76{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}._skillCategory_14qe4_82{padding:15px;background-color:#fff;border-radius:5px}._projectItem_14qe4_88{margin-bottom:15px;padding:15px;background-color:#fff;border-radius:5px}._techStack_14qe4_95{color:#666;font-size:.9em;margin:5px 0}._educationItem_14qe4_101{padding:15px;background-color:#fff;border-radius:5px}._cvSection_14qe4_107{line-height:1.7;font-size:.95em;white-space:pre-wrap}._cvSubSection_14qe4_113{margin-bottom:2rem}._cvParagraph_14qe4_117{margin-bottom:1em;text-align:justify}@media(max-width:768px){._container_14qe4_1{padding-top:64px}._jobHeader_14qe4_63{flex-direction:column;gap:5px}._contactInfo_14qe4_30 a{display:block;margin:5px 0}._title_14qe4_25{font-size:2em}._section_14qe4_41{padding:15px}}@media(max-width:480px){._container_14qe4_1{padding:64px 10px 10px}._header_14qe4_16{padding:15px}._title_14qe4_25{font-size:1.8em}._contactInfo_14qe4_30{font-size:.8em}}.node-tooltips{position:absolute;right:20px;bottom:20px;background-color:#fff;padding:12px;border:1px solid #ddd;border-radius:6px;box-shadow:0 2px 15px #0003;z-index:9999;pointer-events:none;max-width:300px;font-size:14px}.cytoscape-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.cytoscape-container>canvas{pointer-events:auto}.filter-panel-container{position:absolute;top:72px;left:20px;z-index:1000;pointer-events:auto}.search-panel-container{position:absolute;top:20px;right:20px;z-index:1000;pointer-events:auto}.royal-tree-container{width:100%;height:100vh;position:relative}.royal-tree-status{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1002;background:#fff;padding:10px 18px;border-radius:6px;box-shadow:0 2px 10px #00000026;font-size:14px;color:#2c3e50}.royal-tree-error{color:#c0392b}.royal-tree-attribution{position:absolute;right:12px;bottom:10px;z-index:1000;background:#ffffffd9;padding:4px 10px;border-radius:6px;font-size:11px;color:#7f8c8d;pointer-events:auto}.royal-tree-attribution a{color:#2c3e50;text-decoration:none}.royal-tree-attribution a:hover{text-decoration:underline}.control-panel{background:var(--color-surface);padding:15px;border-radius:var(--radius);box-shadow:var(--shadow-panel);min-width:190px;max-height:calc(100vh - 92px);overflow-y:auto;position:relative;z-index:1001}.royal-tree-shared-info{position:absolute;top:20px;left:50%;transform:translate(-50%);z-index:1002;background:#fff;padding:8px 34px 8px 14px;border-radius:6px;border-left:4px solid #00b894;box-shadow:0 2px 12px #0000002e;font-size:13px;color:#2c3e50;max-width:60%}.royal-tree-shared-info-close{position:absolute;top:4px;right:8px;border:none;background:transparent;font-size:18px;line-height:1;cursor:pointer;color:#7f8c8d}@media(max-width:768px),(max-width:900px)and (max-height:480px){.royal-tree-container{height:100dvh}.royal-tree-attribution{left:calc(8px + env(safe-area-inset-left,0px));right:auto;bottom:calc(8px + env(safe-area-inset-bottom,0px))}.royal-tree-shared-info{top:calc(64px + env(safe-area-inset-top,0px));max-width:calc(100% - 32px)}}
