html,body{color:#839496;background-color:#002b36;width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden}.app-container{width:100vw;height:100vh;display:flex;overflow:hidden}.vertical-nav{color:#839496;z-index:100;background:#073642;flex-direction:column;flex-shrink:0;width:220px;min-width:220px;height:100vh;padding:25px 20px;display:flex;box-shadow:2px 0 10px #00000080}.nav-brand{letter-spacing:1px;color:#268bd2;border-bottom:2px solid #586e75;margin-bottom:25px;padding-bottom:25px;font-size:22px;font-weight:700}.nav-links li a{color:#839496;letter-spacing:.5px;cursor:pointer;border-radius:6px;padding:10px 16px;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s;display:block}.nav-links li a:hover{color:#93a1a1;background:#268bd21a}.nav-links li a.active{color:#268bd2;background:#268bd226}.nav-footer{color:#586e75;text-align:center;border-top:1px solid #586e75;margin-top:auto;padding-top:20px;font-size:12px}.main-content{background:#002b36;flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow:hidden}.app-header{z-index:10;background:#073642;border-bottom:1px solid #586e75;flex-shrink:0;justify-content:space-between;align-items:center;min-height:50px;padding:10px 30px;display:flex}.app-header h1{color:#268bd2;font-size:18px;font-weight:600}.datetime{color:#839496;white-space:nowrap;background:#002b36;border:1px solid #586e75;border-radius:20px;align-items:center;gap:10px;padding:6px 16px;font-size:13px;font-weight:500;display:flex}.home-section{flex:1;width:100%;position:relative;overflow:hidden}.home-video-background{width:100%;height:100%;position:relative;overflow:hidden}.home-video-background video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.home-overlay{z-index:1;background:#002b3699;width:100%;height:100%;position:absolute;top:0;left:0}.app-footer{border-top:1px solid #586e75;flex-shrink:0;width:100%;min-height:60px;position:relative;overflow:hidden}.footer-video-background{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.footer-video-background video{object-fit:cover;width:100%;height:100%}.footer-video-background:after{content:"";background:#002b36b3;width:100%;height:100%;position:absolute;top:0;left:0}.footer-content{z-index:2;color:#839496;justify-content:space-between;align-items:center;height:100%;min-height:60px;padding:12px 30px;display:flex;position:relative}.footer-content p{opacity:.8;letter-spacing:.5px;font-size:12px;font-weight:300}.social-links{gap:15px;display:flex}.social-links a{color:#839496;border:1px solid #586e75;border-radius:20px;padding:4px 14px;font-size:12px;font-weight:500;text-decoration:none;transition:all .3s}.social-links a:hover{color:#268bd2;background:#268bd226;border-color:#268bd2}@media (width<=768px){.app-container{flex-direction:column;height:100vh;overflow:hidden}.vertical-nav{width:100%;min-width:unset;flex-flow:wrap;flex-shrink:0;align-items:center;gap:8px;height:auto;padding:10px 16px;box-shadow:0 2px 10px #0000004d}.nav-brand{border-bottom:none;margin-bottom:0;padding-bottom:0;font-size:18px}.nav-links{flex-direction:row;flex:1;justify-content:flex-end;gap:4px}.nav-links li a{padding:6px 10px;font-size:12px}.nav-footer{display:none}.main-content{flex:1;height:calc(100vh - 50px)}.app-header{flex-direction:column;align-items:flex-start;gap:6px;min-height:40px;padding:8px 16px}.app-header h1{font-size:16px}.datetime{white-space:normal;justify-content:center;width:100%;padding:4px 12px;font-size:11px}.app-footer{min-height:50px}.footer-content{text-align:center;flex-direction:column;gap:8px;min-height:50px;padding:8px 16px}.social-links{flex-wrap:wrap;justify-content:center;gap:10px}.social-links a{padding:4px 12px;font-size:11px}}@media (width<=480px){.vertical-nav{gap:4px;padding:8px 12px}.nav-brand{font-size:14px}.nav-links li a{padding:4px 8px;font-size:10px}.app-header h1{font-size:14px}.datetime{padding:3px 10px;font-size:10px}.footer-content p{font-size:10px}.social-links a{padding:3px 10px;font-size:10px}}.chat-fab{color:#fff;cursor:pointer;z-index:1000;background:#0a0e14e6;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:border-color .25s,box-shadow .25s,background .25s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #0006}.chat-fab:hover{border-color:#4a7a9a;box-shadow:0 4px 24px #4a7a9a66}.chat-fab--open{background:#ffffff1a}.chat-panel{z-index:1000;background:#0a0e14f7;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;width:340px;max-width:calc(100vw - 32px);height:480px;max-height:calc(100vh - 140px);font-family:Segoe UI,sans-serif;animation:.2s chat-panel-in;display:flex;position:fixed;bottom:92px;right:24px;overflow:hidden;box-shadow:0 8px 40px #00000080}@keyframes chat-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.chat-panel,.status-dot--loading{animation:none}.chat-message__bubble--typing span{opacity:.7;animation:none}}.chat-panel__header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;padding:14px 16px;display:flex}.chat-panel__title{color:#fff;letter-spacing:1.5px;font-size:13px;font-weight:600}.chat-panel__subtitle{color:#8aadc8;letter-spacing:1px;align-items:center;gap:6px;margin-top:4px;font-size:10px;display:flex}.status-dot{background:#666;border-radius:50%;flex-shrink:0;width:6px;height:6px}.status-dot--loading{background:#f1c40f;animation:1s infinite dot-pulse;box-shadow:0 0 6px #f1c40f}.status-dot--ready{background:#2ecc71;box-shadow:0 0 6px #2ecc71}.status-dot--error{background:#e74c3c;box-shadow:0 0 6px #e74c3c}@keyframes dot-pulse{0%,to{opacity:1}50%{opacity:.4}}.chat-panel__close{color:#8aadc8;cursor:pointer;background:0 0;border:none;padding:0;font-size:20px;line-height:1}.chat-panel__close:hover{color:#fff}.chat-panel__messages{flex-direction:column;flex:1;gap:14px;padding:16px;display:flex;overflow-y:auto}.chat-message{flex-direction:column;gap:4px;max-width:85%;display:flex}.chat-message--you{align-self:flex-end;align-items:flex-end}.chat-message--ghost{align-self:flex-start;align-items:flex-start}.chat-message__sender{letter-spacing:1px;color:#8aadc8;font-size:10px}.chat-message__bubble{color:#fff;border-radius:6px;padding:10px 14px;font-size:14px;line-height:1.4}.chat-message--you .chat-message__bubble{background:#ffffff14;border:1px solid #ffffff1a}.chat-message--ghost .chat-message__bubble{background:#4a7a9a1f;border-left:3px solid #4a7a9a}.chat-message__bubble--typing{gap:4px;padding:12px 14px;display:flex}.chat-message__bubble--typing span{background:#8aadc8;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite typing-bounce}.chat-message__bubble--typing span:nth-child(2){animation-delay:.2s}.chat-message__bubble--typing span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chat-quick-topics{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.chat-quick-topic{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:20px;padding:6px 14px;font-family:Segoe UI,sans-serif;font-size:12px;transition:background .2s}.chat-quick-topic:hover{background:#ffffff1f}.chat-panel__input-row{border-top:1px solid #ffffff14;gap:8px;padding:12px;display:flex}.chat-panel__input-row input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;flex:1;padding:10px 12px;font-family:Segoe UI,sans-serif;font-size:13px}.chat-panel__input-row input:focus{border-color:#4a7a9a;outline:none}.chat-panel__input-row input::placeholder{color:#4a7a9a}.chat-panel__input-row button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:4px;justify-content:center;align-items:center;width:40px;transition:background .2s;display:flex}.chat-panel__input-row button:hover{background:#fff3}@media (width<=480px){.chat-panel{width:auto;bottom:84px;left:16px;right:16px}.chat-fab{bottom:16px;right:16px}}*{box-sizing:border-box;margin:0;padding:0}html,body{color:#b8cfe0;background:#0a1628;width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden}#root{width:100%;height:100%}.app-container{z-index:1;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.global-video-background{z-index:0;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.global-video-background .bg-video{object-fit:cover;width:100%;height:100%}.vertical-nav{color:#b8cfe0;z-index:100;background:linear-gradient(#0c1a32f2 0%,#0a1628f2 100%);border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;width:220px;min-width:220px;height:100vh;padding:25px 5px;display:flex;position:relative;box-shadow:2px 0 20px #0009,inset -1px 0 #ffffff0f}.nav-brand{letter-spacing:2px;color:#fff;text-shadow:0 0 30px #ffffff0d;border-bottom:2px solid #ffffff14;margin-bottom:25px;padding-bottom:25px;font-family:Segoe UI,sans-serif;font-size:22px;font-weight:700}.nav-links{flex-direction:column;flex:1;gap:4px;list-style:none;display:flex}.nav-links li a{color:#8aadc8;cursor:pointer;letter-spacing:.5px;border-left:3px solid #0000;border-radius:4px;padding:10px 16px;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s;display:block}.nav-links li a:hover{color:#fff;background:#ffffff0a;border-left-color:#ffffff4d}.nav-links li a.active{color:#fff;text-shadow:0 0 20px #ffffff14;background:#ffffff0f;border-left-color:#fff}.nav-footer{color:#4a7a9a;text-align:center;letter-spacing:1px;border-top:1px solid #ffffff0f;margin-top:auto;padding-top:20px;font-size:11px}.main-content{z-index:1;background:0 0;flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;position:relative;overflow:hidden}.app-header{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#0c1a32e6 0%,#0a1628b3 100%);border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;gap:15px;min-height:50px;padding:10px 30px;display:flex;position:relative}.header-content{flex:1;min-width:0}.quote-container{color:#fff;letter-spacing:1px;align-items:center;gap:8px;font-family:Segoe UI,sans-serif;font-size:16px;font-weight:600;display:flex;overflow:hidden}.quote-text{color:#fff;text-shadow:0 0 20px #ffffff0d;white-space:nowrap;overflow:hidden}.cursor-blink{color:#fff;flex-shrink:0;font-size:18px;font-weight:100;animation:.7s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.datetime{color:#8aadc8;white-space:nowrap;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a162899;border:1px solid #ffffff14;border-radius:4px;flex-shrink:0;align-items:center;gap:10px;padding:6px 16px;font-family:Segoe UI,monospace;font-size:13px;font-weight:500;display:flex}.content-area{z-index:1;flex:1;min-height:0;max-height:calc(100vh - 110px);padding:20px;position:relative;overflow-y:auto}.content-area::-webkit-scrollbar{width:6px}.content-area::-webkit-scrollbar-track{background:#0a162880}.content-area::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.content-area::-webkit-scrollbar-thumb:hover{background:#ffffff40}.home-section{justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:relative}.home-content-centered{text-align:center;color:#b8cfe0;width:100%;max-width:900px;margin:0 auto;padding:20px;animation:1s ease-in fadeIn}.home-content-centered h1{color:#fff;text-shadow:0 0 60px #ffffff14,0 2px 30px #00000080;letter-spacing:4px;word-break:break-word;margin-bottom:10px;font-family:Segoe UI,sans-serif;font-size:64px;font-weight:700}.home-subtitle{opacity:.9;text-shadow:0 2px 10px #00000080;color:#b8cfe0;letter-spacing:2px;margin-bottom:30px;font-size:24px;font-weight:300}.quick-links{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.quick-link-btn{color:#fff;cursor:pointer;letter-spacing:1px;text-shadow:0 1px #0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0c1a32e6 0%,#0f2444e6 100%);border:1px solid #ffffff26;border-radius:4px;padding:12px 32px;font-family:Segoe UI,sans-serif;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 2px 10px #0000004d}.quick-link-btn:hover{color:#fff;background:linear-gradient(135deg,#0f2444f2 0%,#14305af2 100%);border-color:#fff;transform:scale(1.05);box-shadow:0 2px 20px #ffffff0d}.quick-link-btn:active{transform:translateY(1px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#0c1a32d9 0%,#0a1628e6 100%);border:1px solid #ffffff0f;border-radius:6px;margin:0;padding:30px;animation:.3s ease-in fadeIn;box-shadow:0 8px 30px #00000080,inset 0 1px #ffffff08}.section h2{color:#fff;letter-spacing:2px;text-shadow:0 0 20px #ffffff08;border-bottom:2px solid #ffffff0f;margin-bottom:25px;padding-bottom:15px;font-family:Segoe UI,sans-serif;font-size:24px;font-weight:600}.projects-section{padding:20px}.projects-cards-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:20px;display:grid}.projects-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#0c1a32e6 0%,#0a1628f2 100%);border:1px solid #ffffff14;border-radius:6px;flex-direction:column;gap:20px;min-height:280px;padding:28px;transition:border-color .3s;display:flex;box-shadow:0 8px 30px #0006}.projects-card:hover{border-color:#ffffff26}.projects-card-header{border-bottom:1px solid #ffffff0f;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.projects-card-number{color:#ffffff14;flex-shrink:0;margin-top:4px;font-family:Segoe UI,sans-serif;font-size:36px;font-weight:700;line-height:1}.projects-card h3{color:#fff;letter-spacing:2px;margin-bottom:6px;font-family:Segoe UI,sans-serif;font-size:18px}.projects-speaker{color:#4a7a9a;letter-spacing:1px;font-size:14px}.projects-screenshot-wrapper{background:#0000004d;border:1px solid #ffffff0f;border-radius:4px;flex-shrink:0;width:100%;overflow:hidden}.project-screenshot{object-fit:cover;width:100%;height:auto;max-height:300px;transition:transform .3s;display:block}.projects-card:hover .project-screenshot{transform:scale(1.02)}.projects-description{color:#b8cfe0;flex:1;font-size:15px;font-weight:300;line-height:1.8}.projects-status{border-top:1px solid #ffffff0f;padding-top:16px}.status-badge{color:#8aadc8;letter-spacing:1px;background:#ffffff0f;border:1px solid #ffffff14;border-radius:20px;padding:4px 16px;font-size:12px;font-weight:500;display:inline-block}.app-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;background:#0a1628d9;border-top:1px solid #ffffff0f;flex-shrink:0;width:100%;height:60px;min-height:60px;position:relative;overflow:hidden}.footer-content{z-index:2;color:#b8cfe0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;height:100%;min-height:60px;padding:12px 30px;display:flex;position:relative}.footer-left{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.footer-content p{opacity:.7;letter-spacing:1px;color:#4a7a9a;margin:0;font-size:11px;font-weight:300}.footer-attribution{color:#4a7a9a;opacity:.8;flex-wrap:wrap;align-items:center;gap:6px;font-size:10px;display:flex}.footer-attribution .attribution-label{color:#4a7a9a;opacity:.6;font-weight:300}.footer-attribution a{color:#8aadc8;font-weight:400;text-decoration:none;transition:all .3s}.footer-attribution a:hover{color:#fff;text-decoration:underline}.footer-attribution .attribution-separator{color:#4a7a9a;opacity:.3;margin:0 2px}.social-links{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.social-links a{color:#8aadc8;letter-spacing:.5px;background:#0a162866;border:1px solid #ffffff0f;border-radius:4px;padding:5px 16px;font-size:12px;font-weight:500;text-decoration:none;transition:all .3s}.social-links a:hover{color:#fff;background:#ffffff0a;border-color:#ffffff26;box-shadow:0 0 20px #ffffff05}.fingerprint-btn{z-index:1000;color:#8aadc8;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0c1a32e6 0%,#0a1628f2 100%);border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:relative;bottom:80px;right:25px;box-shadow:0 4px 20px #00000080}.fingerprint-btn:hover{color:#fff;border-color:#fff;transform:scale(1.1);box-shadow:0 4px 30px #ffffff1a}.fingerprint-btn svg{width:22px;height:22px}.fingerprint-loader{border:2px solid #4a7a9a;border-top-color:#fff;border-radius:50%;width:12px;height:12px;animation:1s linear infinite spin;position:absolute;top:-4px;right:-4px}.fingerprint-dot{background:#4a7a9a;border:1px solid #fff3;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite pulse;position:absolute;bottom:2px;right:2px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@keyframes spin{to{transform:rotate(360deg)}}.fingerprint-modal-overlay{z-index:9999;pointer-events:none;justify-content:flex-end;align-items:flex-end;animation:.3s ease-in fadeIn;display:flex;position:fixed;bottom:80px;right:80px}.fingerprint-modal-overlay .fingerprint-modal{pointer-events:all}.fingerprint-modal-overlay.minimized{bottom:80px;right:80px}.fingerprint-modal{pointer-events:all;background:linear-gradient(145deg,#0c1a32f2 0%,#0a1628fa 100%);border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;width:100%;max-width:500px;max-height:80vh;animation:.3s ease-out slideUp;display:flex;box-shadow:0 20px 60px #000c}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fingerprint-modal-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.fingerprint-modal-header h2{color:#fff;letter-spacing:1px;margin:0;font-family:Segoe UI,sans-serif;font-size:18px;font-weight:600}.fingerprint-modal-actions{align-items:center;gap:8px;display:flex}.fingerprint-modal-minimize{color:#8aadc8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:18px;line-height:1;transition:all .3s}.fingerprint-modal-minimize:hover{color:#fff;background:#ffffff0d}.fingerprint-modal-body{flex:1;max-height:60vh;padding:16px 20px 20px;overflow-y:auto}.fingerprint-modal-body::-webkit-scrollbar{width:4px}.fingerprint-modal-body::-webkit-scrollbar-track{background:#0a162880}.fingerprint-modal-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.fingerprint-minimized-bar{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;transition:background .3s;display:flex}.fingerprint-minimized-bar:hover{background:#ffffff08}.fingerprint-minimized-bar span{color:#8aadc8;letter-spacing:.5px;font-size:14px;font-weight:500}.fingerprint-restore-btn{color:#8aadc8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:16px;transition:all .3s}.fingerprint-restore-btn:hover{color:#fff;background:#ffffff0d}.fingerprint-item{border-bottom:1px solid #ffffff0a;align-items:flex-start;gap:12px;padding:6px 0;display:flex}.fingerprint-item:last-child{border-bottom:none}.fingerprint-item.highlight{background:#ffffff08;border-bottom:1px solid #ffffff0f;border-radius:4px;margin-bottom:6px;padding:8px 12px}.fingerprint-label{color:#4a7a9a;letter-spacing:.5px;flex-shrink:0;min-width:130px;padding-top:1px;font-size:12px;font-weight:500}.fingerprint-value{color:#b8cfe0;word-break:break-word;font-family:Segoe UI,monospace;font-size:12px}.fingerprint-wrap{word-break:break-all;font-size:11px}.fingerprint-small{opacity:.9;font-size:10px}.fingerprint-hash{color:#fff;letter-spacing:1px;background:#ffffff0d;border-radius:3px;padding:2px 8px;font-family:Courier New,monospace;font-size:13px;font-weight:600}.fingerprint-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex}.fingerprint-loading p{color:#8aadc8;letter-spacing:1px;margin:0;font-size:14px}.fingerprint-spinner{border:3px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.fingerprint-error{text-align:center;color:#ff6b6b;padding:30px 20px;font-size:14px}@media (width<=1024px){.projects-cards-grid{grid-template-columns:1fr 1fr;gap:20px}.home-content-centered h1{font-size:52px}.vertical-nav{width:200px;min-width:200px}}@media (width<=768px){.app-container{flex-direction:column;height:100vh;overflow:hidden}.vertical-nav{width:100%;min-width:unset;border-bottom:1px solid #ffffff0f;border-right:none;flex-flow:wrap;flex-shrink:0;align-items:center;gap:8px;height:auto;padding:10px 16px;box-shadow:0 2px 15px #0006}.nav-brand{border-bottom:none;margin-bottom:0;padding-bottom:0;font-size:18px}.nav-links{flex-direction:row;flex:1;justify-content:flex-end;gap:4px}.nav-links li a{border-bottom:2px solid #0000;border-left:none;padding:6px 14px;font-size:13px}.nav-links li a:hover{border-bottom-color:#ffffff26;border-left-color:#0000}.nav-links li a.active{border-bottom-color:#fff;border-left-color:#0000}.nav-footer{display:none}.main-content{flex:1;height:calc(100vh - 50px)}.app-header{flex-flow:wrap;gap:8px;min-height:44px;padding:8px 16px}.quote-container{font-size:14px}.datetime{padding:4px 12px;font-size:11px}.home-content-centered h1{letter-spacing:2px;font-size:40px}.home-subtitle{font-size:20px}.section{padding:20px}.section h2{font-size:20px}.projects-cards-grid{grid-template-columns:1fr;gap:20px}.projects-card{min-height:200px;padding:20px}.projects-card h3{font-size:16px}.projects-description{font-size:14px}.projects-card-number{font-size:28px}.app-footer{height:auto;min-height:auto}.footer-content{text-align:center;flex-direction:column;gap:8px;min-height:auto;padding:10px 16px}.footer-left{flex-direction:column;justify-content:center;gap:6px;width:100%}.footer-attribution{justify-content:center;font-size:9px}.footer-attribution a{font-size:9px}.social-links{flex-wrap:wrap;justify-content:center;gap:10px;width:100%}.social-links a{padding:4px 14px;font-size:11px}.global-video-background .bg-video{object-fit:cover;object-position:center}.fingerprint-btn{width:42px;height:42px;bottom:70px;right:15px}.fingerprint-btn svg{width:18px;height:18px}.fingerprint-modal-overlay{bottom:70px;left:15px;right:15px}.fingerprint-modal-overlay .fingerprint-modal{max-width:100%;max-height:70vh}.fingerprint-modal-overlay.minimized{bottom:70px;left:15px;right:15px}.fingerprint-modal-header{padding:12px 16px}.fingerprint-modal-header h2{font-size:15px}.fingerprint-modal-body{max-height:50vh;padding:12px 16px 16px}.fingerprint-item{flex-direction:column;gap:2px;padding:4px 0}.fingerprint-label{min-width:unset;font-size:10px}.fingerprint-value{font-size:11px}.fingerprint-hash{padding:2px 6px;font-size:11px}}@media (width<=480px){.vertical-nav{gap:4px;padding:6px 10px}.nav-brand{letter-spacing:1px;font-size:14px}.nav-links li a{padding:4px 10px;font-size:11px}.app-header{gap:6px;min-height:38px;padding:6px 12px}.quote-container{gap:4px;font-size:11px}.cursor-blink{font-size:14px}.datetime{gap:4px;padding:3px 8px;font-size:9px}.content-area{max-height:calc(100vh - 95px);padding:12px}.home-content-centered{padding:10px}.home-content-centered h1{letter-spacing:1px;font-size:28px}.home-subtitle{margin-bottom:20px;font-size:16px}.quick-link-btn{padding:10px 20px;font-size:13px}.section{padding:14px}.section h2{margin-bottom:16px;padding-bottom:10px;font-size:17px}.projects-section{padding:10px}.projects-card{gap:14px;min-height:160px;padding:14px}.projects-card-header{gap:10px;padding-bottom:10px}.projects-card h3{letter-spacing:1px;font-size:14px}.projects-card-number{margin-top:2px;font-size:22px}.projects-speaker{font-size:12px}.projects-description{font-size:13px;line-height:1.6}.projects-status{padding-top:10px}.status-badge{padding:3px 12px;font-size:10px}.footer-content{gap:6px;padding:8px 12px}.footer-content p{font-size:10px}.footer-attribution{gap:4px;font-size:8px}.footer-attribution a{font-size:8px}.footer-attribution .attribution-separator{margin:0 1px}.social-links{gap:6px}.social-links a{padding:3px 10px;font-size:10px}.fingerprint-btn{width:38px;height:38px;bottom:60px;right:12px}.fingerprint-btn svg{width:16px;height:16px}.fingerprint-modal-overlay,.fingerprint-modal-overlay.minimized{bottom:60px;left:12px;right:12px}.fingerprint-modal-header h2{font-size:13px}.fingerprint-value,.fingerprint-hash{font-size:10px}}@media (width<=360px){.nav-brand{font-size:12px}.nav-links li a{padding:3px 8px;font-size:10px}.home-content-centered h1{font-size:22px}.home-subtitle{font-size:14px}.quick-link-btn{padding:8px 16px;font-size:12px}.section h2{font-size:15px}.projects-card h3,.projects-description{font-size:12px}.datetime{padding:2px 6px;font-size:8px}.quote-container{font-size:10px}.cursor-blink{font-size:12px}}@media (height<=500px) and (orientation:landscape){.vertical-nav{padding:6px 12px}.nav-brand{border-bottom:none;margin-bottom:0;padding-bottom:0;font-size:14px}.nav-links li a{padding:4px 10px;font-size:11px}.app-header{min-height:34px;padding:4px 12px}.quote-container{font-size:11px}.datetime{padding:2px 8px;font-size:9px}.content-area{max-height:calc(100vh - 85px);padding:12px}.home-content-centered h1{font-size:28px}.home-subtitle{margin-bottom:15px;font-size:16px}.projects-cards-grid{grid-template-columns:1fr 1fr;gap:12px}.projects-card{gap:10px;min-height:140px;padding:12px}.app-footer{min-height:40px}.footer-content{min-height:40px;padding:6px 12px}.fingerprint-btn{width:36px;height:36px;bottom:50px;right:12px}.fingerprint-btn svg{width:16px;height:16px}.fingerprint-modal-overlay,.fingerprint-modal-overlay.minimized{bottom:50px;left:12px;right:12px}.fingerprint-modal{max-height:60vh}.fingerprint-modal-body{max-height:40vh}}
