@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap";
:root{--bg-primary:#0a0a1a;--bg-secondary:#131a2e;--bg-card:#171e32;--bg-card-hover:#1d2540;--bg-input:#111827;--bg-nav:#141c30;--bg-footer:#111828;--border-color:#1f2b44;--border-glow:#06b6d466;--subheading-sky:#c4edff;--tooltip-blue:#7ac8e0;--accent-cyan:#06b6d4;--accent-cyan-light:#22d3ee;--accent-purple:#8b5cf6;--accent-purple-light:#a78bfa;--accent-green:#10b981;--accent-gradient:linear-gradient(135deg, #06b6d4, #8b5cf6);--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--text-emphasis:#a0afc4;--font-body:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", Consolas, monospace;--container-max:1100px;--header-height:72px;--app-header-height:var(--header-height);--app-vh:1vh;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 2px 8px #00000040;--shadow-md:0 4px 24px #00000059;--shadow-glow:0 0 20px #06b6d41a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.7;overflow-x:hidden}html,body{-ms-overflow-style:none}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#131a2ee6;border-left:1px solid #1f2b44bf}::-webkit-scrollbar-thumb{background:linear-gradient(#22d3eee0,#06b6d4b8);border:2px solid #131a2ef2;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#67e8f9f2,#22d3eed1)}::-webkit-scrollbar-corner{background:#131a2ee6}a{color:var(--accent-cyan);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-cyan-light)}img{max-width:100%;height:auto;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,[role=tab]:focus-visible{outline:2px solid var(--accent-cyan-light);outline-offset:2px}.skip-link{z-index:1000;border-radius:var(--radius-sm);background:var(--bg-secondary);border:1px solid var(--accent-cyan);color:var(--text-primary);padding:.6rem .85rem;transition:top .2s;display:inline-block;position:fixed;top:-3rem;left:1rem}.skip-link:focus-visible{top:.9rem}#animated-bg{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}body>:not(#animated-bg):not(#click-particles):not(.copy-toast):not(.skip-link){z-index:1;position:relative}.site-header{z-index:100;background:var(--bg-nav);border-bottom:1px solid var(--border-color);height:var(--header-height);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);position:fixed;top:0;left:0;right:0}.site-header:after{content:"";background:var(--accent-gradient);height:2px;position:absolute;bottom:-2px;left:0;right:0}.header-inner{max-width:var(--container-max);height:var(--header-height);justify-content:flex-start;align-items:center;gap:2.5rem;margin:0 auto;padding:0 1.25rem;font-size:1.6rem;display:flex}.site-brand{background:var(--accent-gradient);-webkit-text-fill-color:transparent;letter-spacing:.02em;white-space:nowrap;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-size:1.6rem;font-weight:800}.nav-brand{letter-spacing:.05em;white-space:nowrap;text-transform:none;background:linear-gradient(135deg,#06b6d4 0%,#3b82f6 50%,#8b5cf6 100%);-webkit-text-fill-color:transparent;vertical-align:middle;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-family:Dancing Script,cursive;font-size:1.9rem;font-weight:900;line-height:1;text-decoration:none;animation:8s ease-in-out infinite gradientShift;display:inline-block}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.site-header,.tab-nav nav{justify-content:center;align-items:center;display:flex}.tab-nav{align-items:center;gap:6px;display:flex;overflow-x:auto}.tab-nav::-webkit-scrollbar{display:none}.tab-btn{color:var(--text-muted);font-family:var(--font-body);cursor:pointer;border-radius:var(--radius-sm);white-space:nowrap;background:0 0;border:none;align-items:center;gap:8px;padding:10px 20px;font-size:1.3rem;font-weight:500;transition:color .2s,background .2s;display:flex;position:relative}.tab-btn:hover{color:var(--text-primary);background:#ffffff0f}.tab-btn.active{color:#fff;background:#ffffff0a}.tab-icon{color:currentColor;justify-content:center;align-items:center;width:1.1em;height:1.1em;display:inline-flex}.tab-icon svg{width:100%;height:100%;display:block}.tab-indicator{background:var(--accent-gradient);border-radius:3px;height:3px;position:absolute;bottom:0;left:10px;right:10px}@media (max-width:768px){.header-inner{flex-direction:column;gap:.35rem;height:auto;padding:.6rem 1rem}.site-header{height:auto}.site-brand{font-size:1.3rem}.tab-nav{justify-content:center;width:100%}.tab-btn{justify-content:center;min-width:44px;min-height:44px;padding:10px 12px;font-size:1rem}.tab-label{display:none}.tab-icon{font-size:1.25rem}.tab-btn,.folder-nav-back,.folder-nav-link,.doc-item{touch-action:manipulation}.main-content{padding-top:calc(var(--app-header-height) + .6rem)!important;padding-left:.75rem!important;padding-right:.75rem!important}.content-section{padding:1.25rem 1rem}.section-heading{font-size:1.15rem}.section-subheading{font-size:1rem}.section-desc{font-size:.9rem}}@media (orientation:landscape) and (max-height:540px){.header-inner{flex-direction:row;gap:.8rem;height:auto;padding:.4rem .75rem}.site-header{height:auto}.nav-brand{font-size:1.5rem}.tab-nav{justify-content:center;gap:4px;width:100%}.tab-btn{justify-content:center;min-width:40px;min-height:40px;padding:8px 10px;font-size:.95rem}.tab-label{display:none}.tab-icon{font-size:1.2rem}.main-content{padding-top:calc(var(--app-header-height) + .5rem)!important;padding-left:.6rem!important;padding-right:.6rem!important}.panel-content{gap:1rem}.content-section{padding:1.1rem .9rem}.hero-section{align-items:flex-start;gap:.9rem;padding:1rem .9rem}.hero-img{width:96px;height:96px}.badge-item{width:52px;height:52px}.hero-intro p{font-size:.9rem;line-height:1.55}.section-heading{margin-bottom:.8rem;font-size:1.05rem}.section-subheading{margin-bottom:.7rem;font-size:.95rem}.section-desc,.about-content p{font-size:.86rem;line-height:1.55}}@media (orientation:landscape) and (max-height:540px) and (min-width:860px){.header-inner{justify-content:flex-start;gap:.55rem}.nav-brand{flex:none;font-size:1.35rem}.tab-nav{justify-content:flex-start;width:auto;min-width:0;overflow-x:auto}.tab-btn{gap:6px;min-width:34px;min-height:34px;padding:6px 8px;font-size:.86rem}.tab-label{display:inline}.tab-icon{font-size:1rem}.hero-section{align-items:center}}@media (orientation:landscape) and (min-width:780px) and (max-width:900px) and (min-height:560px) and (max-height:760px){.header-inner{flex-direction:row;justify-content:flex-start;gap:.55rem;height:auto;padding:.4rem .75rem}.site-header{height:auto}.nav-brand{flex:none;font-size:1.35rem}.tab-nav{justify-content:flex-start;gap:4px;width:auto;min-width:0;overflow-x:auto}.tab-btn{gap:6px;min-width:34px;min-height:34px;padding:6px 8px;font-size:.86rem}.tab-label{display:inline}.tab-icon{font-size:1rem}.main-content{padding-top:calc(var(--app-header-height) + .5rem)!important;padding-left:.6rem!important;padding-right:.6rem!important}.content-section{padding:1.1rem .9rem}}@media (orientation:portrait) and (min-width:650px) and (max-width:760px) and (min-height:780px){.header-inner{flex-direction:row;justify-content:flex-start;gap:.55rem;height:auto;padding:.45rem .75rem}.site-header{height:auto}.nav-brand{flex:none;font-size:1.35rem}.tab-nav{justify-content:flex-start;gap:4px;width:auto;min-width:0;overflow-x:auto}.tab-btn{gap:6px;min-width:34px;min-height:34px;padding:6px 8px;font-size:.86rem}.tab-label{display:inline}.tab-icon{font-size:1rem}}@media (pointer:coarse){.tab-btn,.folder-nav-back,.folder-nav-link,.doc-item{touch-action:manipulation;min-width:44px;min-height:44px}}.main-content{max-width:var(--container-max);padding:calc(var(--app-header-height) + 1.5rem) 1.25rem 2rem;min-height:calc((var(--app-vh) * 100) - 80px);margin:0 auto}.panel-content{flex-direction:column;gap:2rem;display:flex}.content-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:2rem 2.25rem;transition:border-color .3s}.content-section:hover{border-color:#06b6d426}.section-heading{color:var(--subheading-sky);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.35rem;font-weight:700;display:flex}.heading-icon{font-size:1.25rem}.section-desc{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.section-subheading{color:var(--subheading-sky);margin-bottom:1.25rem;font-size:1.15rem;font-weight:600}.hero-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);text-align:left;flex-direction:row;align-items:center;gap:2rem;padding:2.5rem;display:flex}.hero-profile{flex-shrink:0;justify-content:center;display:flex}.hero-img-wrap{display:inline-block;position:relative}.hero-img{object-fit:cover;border:3px solid var(--border-color);width:180px;height:180px;box-shadow:var(--shadow-md);z-index:1;border-radius:50%;position:relative}.hero-img-glow{background:var(--accent-gradient);opacity:.2;filter:blur(16px);z-index:0;border-radius:50%;position:absolute;inset:-6px}.hero-intro{flex:1}.badge-grid{flex-wrap:nowrap;align-items:center;max-width:100%;display:flex;overflow:hidden}.badge-item{border-radius:var(--radius-md,8px);flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:inline-flex;position:relative}.badge-count{color:#fff;pointer-events:none;padding:2px 6px;font-size:.7rem;font-weight:700;line-height:1;position:absolute;top:-6px;right:-6px}.badge-img{border-radius:var(--radius-md,8px);object-fit:contain;width:100%;height:100%}.hero-intro p{color:var(--text-secondary);margin:0;font-size:1.05rem;line-height:1.8}.hero-intro strong{color:var(--accent-cyan)}@media (max-width:900px) and (min-width:641px){.hero-section{gap:1.5rem;padding:2rem 1.5rem}.hero-img{width:150px;height:150px}.badge-grid{justify-content:flex-start}}@media (max-width:640px){.hero-section{text-align:center;flex-direction:column;gap:1.25rem;padding:1.5rem 1rem}.hero-img{width:130px;height:130px}.badge-grid{justify-content:center}.hero-intro p{font-size:.92rem;line-height:1.65}.about-content p{font-size:.88rem;line-height:1.7}.project-webgl{aspect-ratio:16/10}.project-tile-header{gap:.75rem;padding:1rem}.project-tile-title{font-size:1rem}.project-tile-desc{padding:0 1rem 1rem;font-size:.82rem}.project-tile-icon{font-size:1.5rem}.doc-viewer{height:60vh}.lightbox-inner{max-width:95vw;padding:1rem}.lightbox-inner img{max-width:90vw;max-height:65vh}.footer-copy{font-size:.78rem}.social-icon{width:36px;height:36px}}.about-content p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.85}.about-content p:last-child{margin-bottom:0}.about-content em{color:var(--text-emphasis);font-weight:450}.skills-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:900px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.skills-grid{grid-template-columns:1fr}}.skill-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:default;align-items:flex-start;gap:.75rem;min-height:80px;padding:1rem 1.1rem;transition:border-color .2s,background .2s,transform .2s;display:flex}.skill-icon{flex-shrink:0;margin-top:2px;font-size:1.5rem;line-height:1}.skill-info{flex-direction:column;gap:2px;display:flex}.skill-name{color:#fff;font-size:.9rem;font-weight:600}.skill-detail{color:var(--text-muted);font-size:.78rem;line-height:1.4}.repos-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (max-width:768px){.repos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.repos-grid{grid-template-columns:1fr}}.repo-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);flex-direction:column;gap:.5rem;min-width:0;min-height:90px;padding:1rem 1.1rem;text-decoration:none;transition:all .25s;display:flex;overflow:hidden}.repo-card:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow);background:var(--bg-card-hover);transform:translateY(-3px)}.repo-header{align-items:center;gap:.5rem;min-width:0;display:flex}.repo-icon{color:var(--text-muted);flex-shrink:0}.repo-name{color:var(--accent-cyan);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9rem;font-weight:600;overflow:hidden}.repo-desc{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.repo-meta{color:var(--text-muted);gap:.75rem;margin-top:auto;font-size:.75rem;display:flex}.repo-lang{align-items:center;gap:4px;display:flex}.lang-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.repo-stars{align-items:center;gap:2px;display:flex}.skeleton{opacity:.5}.skeleton-line{background:var(--border-color);border-radius:4px;height:12px;margin-bottom:8px}.skeleton-line.w60{width:60%}.skeleton-line.w80{width:80%}.skeleton-line.w40{width:40%}.htb-wrapper{flex-direction:column;gap:1.25rem;display:flex}.htb-stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (max-width:768px){.htb-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.htb-stats-grid{grid-template-columns:1fr}}.htb-stat-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);align-items:center;gap:.75rem;min-height:70px;padding:1rem 1.1rem;transition:all .25s;display:flex}.htb-stat-card:hover{background:var(--bg-card-hover);border-color:#9fef0059;transform:translateY(-3px);box-shadow:0 0 18px #9fef0014}.htb-stat-icon{flex-shrink:0;font-size:1.5rem}.htb-stat-info{flex-direction:column;gap:.15rem;display:flex;overflow:hidden}.htb-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.htb-stat-value{color:#9fef00;white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;font-weight:700;overflow:hidden}.htb-progress-section{flex-direction:column;gap:.4rem;display:flex}.htb-progress-labels{justify-content:space-between;font-size:.82rem;font-weight:600;display:flex}.htb-progress-pct{color:var(--text-secondary);font-weight:500}.htb-progress-track{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;height:8px;overflow:hidden}.htb-progress-fill{background:#9fef00;border-radius:4px;height:100%}.htb-bloods{flex-wrap:wrap;gap:.75rem;display:flex}.htb-blood-badge{color:#f87171;background:#dc26261f;border:1px solid #dc26264d;border-radius:20px;padding:.35rem .85rem;font-size:.8rem;font-weight:600}.htb-activity-heading{color:var(--subheading-sky);margin-bottom:.6rem;font-size:.95rem;font-weight:600}.htb-activity-list{flex-direction:column;gap:.4rem;padding:0;list-style:none;display:flex}.htb-activity-item{background:var(--bg-secondary);border-radius:var(--radius-sm);border:1px solid var(--border-color);align-items:center;gap:.6rem;padding:.45rem .75rem;font-size:.82rem;display:flex}.htb-activity-type{flex-shrink:0}.htb-activity-name{color:var(--text-primary);flex:1;font-weight:600}.htb-activity-date{width:10.5rem;color:var(--text-muted);text-align:center;flex-shrink:0;font-size:.75rem}.htb-activity-action{text-align:right;width:3.5rem;color:var(--accent-cyan);text-transform:capitalize;flex-shrink:0;font-size:.75rem}.htb-profile-link{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.htb-profile-link a{color:#9fef00;font-size:.85rem;font-weight:600;transition:color .2s}.htb-profile-link a:hover{color:#bfff4d}.htb-updated{color:var(--text-muted);font-size:.72rem}.htb-no-data{color:var(--text-secondary);font-size:.9rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.project-tile{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;transition:all .3s;overflow:hidden}.project-tile:hover{border-color:var(--border-glow);transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.project-tile.active{border-color:var(--accent-cyan);cursor:default;grid-column:1/-1}.project-tile-header{align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.project-tile-icon{font-size:2rem;line-height:1}.project-tile-info{flex:1;min-width:0}.project-tile-title{color:#fff;margin:0;font-size:1.15rem;font-weight:700}.project-title-row{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.project-tile-subtitle{color:var(--text-muted);margin:0;font-size:.85rem}.engine-badge{color:var(--text-primary);letter-spacing:.02em;text-transform:uppercase;background:0 0;border:none;align-items:center;gap:.2rem;padding:0;font-size:.72rem;font-weight:600;display:inline-flex}.engine-badge-icon{background:0 0;border-radius:999px;place-items:center;width:1.05rem;height:1.05rem;display:grid}.engine-badge-svg{color:currentColor;width:1rem;height:1rem;display:block}.engine-badge-unity{border-color:#7dd3fc59}.engine-badge-unreal{border-color:#c4b5fd59}.project-tile-actions{align-self:flex-start;align-items:center;gap:.5rem;display:flex}.project-tile-desc{color:var(--text-secondary);margin:0;padding:0 1.5rem 1.25rem;font-size:.9rem}.play-hint{color:var(--accent-cyan);opacity:.7;transition:opacity .2s}.project-tile:hover .play-hint{opacity:1}.embed-btn{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.embed-btn:hover{color:var(--accent-cyan);border-color:var(--accent-cyan);background:#06b6d41a}.open-btn{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.open-btn:hover{color:var(--accent-cyan);border-color:var(--accent-cyan);background:#06b6d41a}.close-btn{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.close-btn:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}.project-game-container{overflow:hidden}.project-progress-grid{grid-template-columns:1fr;padding:0;display:grid}.project-progress-grid-images,.project-progress-grid-videos{grid-template-columns:1fr}.project-progress-item{background:0 0;padding:.35rem;overflow:hidden}.project-progress-image-button{cursor:zoom-in;background:0 0;border:none;width:100%;margin:0;padding:0;line-height:0;display:block}.project-progress-image-button:hover .project-progress-media{filter:brightness(1.05)}.project-progress-media{background:#000;width:100%;margin-bottom:.35rem;display:block}.project-progress-grid-images .project-progress-media{aspect-ratio:auto;object-fit:contain;background:0 0;height:auto}.project-progress-grid-videos .project-progress-media{aspect-ratio:16/9;object-fit:contain;background:#000}.project-progress-caption{color:#9db3cc;text-align:center;margin:0;padding:0 0 .3rem;font-size:.8rem;line-height:1.5}.project-progress-label{letter-spacing:.03em;color:var(--subheading-sky);margin:0;padding:.4rem 0 .25rem;font-size:.84rem;font-weight:600}.project-progress-date{letter-spacing:.06em;text-transform:uppercase;color:var(--accent-cyan);margin:0;padding:.8rem 1rem 0;font-size:.95rem;font-weight:600}.project-log-entry{background:#16223ad1;padding:.35rem .35rem .9rem}.project-log-entry+.project-log-entry{margin-top:0}.project-log-entry:nth-of-type(3n+1){background:#16223ad1}.project-log-entry:nth-of-type(3n+2){background:#18263fd1}.project-log-entry:nth-of-type(3n+3){background:#1a2942d1}.project-log-header{background:0 0;padding:.75rem .35rem .5rem}.project-log-title-row{align-items:baseline;gap:.75rem;display:flex}.project-log-title{letter-spacing:.06em;text-transform:uppercase;color:var(--accent-cyan);margin:0;font-size:.95rem;font-weight:600}.project-log-header .project-progress-date{white-space:nowrap;margin-left:auto;padding:0}.project-log-description{color:var(--text-secondary);margin:.35rem 0 0;font-size:.86rem;line-height:1.5}.project-team-preview{color:var(--text-muted);white-space:nowrap;margin:.28rem 0 0;padding:0;font-size:.76rem;line-height:1.45;overflow:hidden}.project-team-preview-measure{visibility:hidden;pointer-events:none;width:auto;position:absolute;top:-9999px;left:-9999px;overflow:visible}.project-team-preview-more{color:var(--accent-cyan)}.project-team-preview-label{letter-spacing:.04em;color:var(--subheading-sky);font-weight:700}.project-webgl{aspect-ratio:960/600;background:#000;border:none;width:100%;display:block}.project-note{color:var(--text-muted);text-align:center;margin:0;padding:.75rem 1.5rem;font-size:.8rem}.project-team-section{background:#121c30d9;border-top:1px solid #06b6d438;border-bottom:1px solid #06b6d429;margin:0;padding:1rem}.project-team-title{letter-spacing:.06em;text-transform:uppercase;color:var(--accent-cyan);margin:0 0 .55rem;font-size:.86rem;font-weight:700}.project-team-list{gap:.48rem;margin:0;padding:0;list-style:none;display:grid}.project-team-item{background:#0c14269e;border:1px solid #06b6d42e;border-radius:8px;padding:.45rem .55rem}.project-team-member-line{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.project-team-handle{letter-spacing:.02em;font-size:.85rem;font-weight:600}.project-team-name{color:var(--text-secondary);font-size:.82rem}.project-team-roles{color:var(--text-muted);margin:.28rem 0 0;font-size:.78rem;line-height:1.5}.copy-toast{z-index:220;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-width:min(420px,100vw - 2rem);color:var(--text-primary);background:linear-gradient(135deg,#0e182df5,#16223af5);border:1px solid #06b6d473;border-radius:12px;align-items:center;gap:.65rem;padding:.8rem 1rem;display:inline-flex;position:fixed;bottom:1.25rem;right:1.1rem;box-shadow:0 12px 34px #0000006b,inset 0 0 0 1px #0c142699}.copy-toast-success{border-color:#10b98199}.copy-toast-error{border-color:#ef44449e}.copy-toast-icon{border-radius:999px;flex-shrink:0;place-items:center;width:1.35rem;height:1.35rem;font-size:.78rem;font-weight:700;display:grid}.copy-toast-success .copy-toast-icon{color:#34d399;background:#10b98138}.copy-toast-error .copy-toast-icon{color:#fca5a5;background:#ef444433}.copy-toast-message{font-size:.86rem;line-height:1.45}@media (max-width:640px){.copy-toast{max-width:none;bottom:.85rem;left:.75rem;right:.75rem}.copy-toast-message{font-size:.82rem}}.art-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;display:grid}.art-item{background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;border-radius:var(--radius-sm);overflow:hidden}.art-item img{object-fit:contain;width:100%}.art-label{text-align:center;color:var(--text-secondary);padding:.6rem;font-size:.8rem;display:block}.lightbox{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-inner{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;padding:1.5rem;display:flex;position:relative}.lightbox-inner img{max-width:80vw;max-height:70vh}.lightbox-close{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.2rem;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.lightbox-close:hover{background:var(--accent-cyan);color:#000}.lightbox-label{color:var(--text-secondary);margin-top:.75rem;font-size:.9rem}.project-lightbox{z-index:220;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.project-lightbox-inner{justify-content:center;align-items:center;width:min(96vw,1800px);max-height:96vh;padding:0;display:flex;position:relative}.project-lightbox-img{object-fit:contain;cursor:zoom-out;width:auto;max-width:96vw;height:auto;max-height:96vh;display:block}.art-doc-item{background:0 0;justify-content:flex-start;align-items:stretch;overflow:hidden;gap:0!important;min-height:170px!important;max-height:170px!important;padding:0!important}.art-doc-item.flyers .art-doc-thumb,.art-doc-item.albums .art-doc-thumb{object-fit:cover}.art-doc-thumb-wrap{border-radius:inherit;background:0 0;border:none;flex:1;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.art-doc-thumb{object-fit:cover;width:100%;height:100%;display:block}.docs-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-auto-rows:170px;gap:1rem;display:grid}.doc-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:170px;padding:1.5rem 1rem;transition:all .25s;display:flex}.doc-item:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow);transform:translateY(-3px)}.doc-icon{flex-shrink:0;justify-content:center;align-items:center;width:1em;height:1em;font-size:2.5rem;line-height:1;display:inline-flex}.doc-label{color:var(--text-secondary);text-align:center;justify-content:center;align-items:center;height:4.05em;min-height:4.05em;font-size:.85rem;font-weight:500;display:flex}.doc-label-text{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.docs-header-row{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;display:flex}.folder-nav{align-items:center;gap:.45rem;min-width:0;margin-bottom:.6rem;display:flex;position:relative}.folder-nav-back{width:1.95rem;height:1.95rem;color:var(--accent-cyan-light);cursor:pointer;background:linear-gradient(#22d3ee24,#22d3ee0f);border:1px solid #22d3ee4d;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.folder-nav-back:hover:not(:disabled){background:linear-gradient(#22d3ee40,#22d3ee1f);border-color:#22d3eea6;transform:translateY(-1px)}.folder-nav-back:disabled{color:#94a3b873;box-shadow:none;cursor:not-allowed;background:#0f172a6b;border-color:#64748b61}.folder-nav-back-icon{width:1rem;height:1rem;display:block}.folder-nav-trail{color:var(--text-muted);white-space:nowrap;background:0 0;border:none;border-radius:0;flex-wrap:nowrap;align-items:center;gap:.3rem;max-width:min(100%,56rem);margin:0;padding:0;font-size:1.35rem;display:inline-flex;overflow-x:auto}.folder-nav-trail::-webkit-scrollbar{display:none}.folder-nav-segment{align-items:center;gap:.3rem;display:inline-flex}.folder-nav-separator{color:var(--text-muted)}.folder-nav-link{color:var(--text-secondary);font:inherit;font-size:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0;font-weight:600;transition:color .2s}.folder-nav-link:hover{color:var(--accent-cyan)}.folder-nav-current{color:var(--text-secondary);font-size:inherit;white-space:nowrap;font-weight:600}.folder-nav-root,.folder-nav-root-current{font-size:inherit;color:var(--subheading-sky);font-weight:700;line-height:inherit}.folder-nav-root{transition:color .2s}.folder-nav-root:hover{color:var(--accent-cyan-light)}.folder-nav-root.folder-nav-compact,.folder-nav-root-current.folder-nav-compact{color:var(--subheading-sky)}.folder-nav-compact{color:var(--text-muted)}.folder-nav-leaf-priority{text-overflow:ellipsis;overflow:hidden}.folder-nav-leaf{text-overflow:clip;max-width:none;overflow:visible}.folder-nav-measure{visibility:hidden;pointer-events:none;white-space:nowrap;align-items:center;gap:.3rem;font-size:1.35rem;display:inline-flex;position:absolute;top:0;left:0}.panel-skeleton{flex-direction:column;gap:1rem;display:flex}.panel-skeleton-title{background:var(--border-color);opacity:.8;border-radius:6px;width:min(16rem,48%);height:1.2rem}.panel-skeleton-subtitle{background:#64748b59;border-radius:6px;width:min(26rem,78%);height:.9rem}.panel-skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.9rem;display:grid}.panel-skeleton-card{border-radius:var(--radius-md);border:1px solid var(--border-color);background:linear-gradient(135deg,#151e33d9,#111828d9);min-height:140px}@media (max-width:768px){.docs-header-row{flex-wrap:nowrap;align-items:center;gap:.55rem}.docs-header-row .section-heading{text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0;overflow:hidden}.folder-nav{gap:.35rem;width:100%;min-width:0;margin-bottom:.5rem;overflow:hidden}.folder-nav-back{flex:none;width:1.75rem;height:1.75rem}.folder-nav-back-icon{width:.9rem;height:.9rem}.folder-nav-trail{flex:auto;gap:.2rem;min-width:0;max-width:none;font-size:1rem;overflow-x:hidden}.folder-nav-measure{gap:.2rem;font-size:1rem}.folder-nav-segment{gap:.2rem;min-width:0}.folder-nav-root,.folder-nav-root-current,.folder-nav-link,.folder-nav-current{line-height:1.25}.folder-nav-root,.folder-nav-root-current{text-overflow:ellipsis;max-width:42vw;overflow:hidden}.folder-nav-link,.folder-nav-current{text-overflow:ellipsis;max-width:50vw;overflow:hidden}.folder-nav-compact{text-overflow:clip;max-width:none;overflow:visible}.folder-nav-leaf-priority{max-width:62vw}}@media (max-width:480px){.folder-nav-trail,.folder-nav-measure{font-size:.94rem}.folder-nav-back{width:1.65rem;height:1.65rem}.folder-nav-root,.folder-nav-root-current{max-width:40vw}.folder-nav-link,.folder-nav-current{max-width:52vw}.folder-nav-leaf-priority{max-width:58vw}.folder-nav-leaf{max-width:none}}.doc-viewer{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;height:auto;overflow:auto}.doc-viewer iframe{border:none;width:100%;height:100%}.art-viewer{background:#0c1426b8;height:auto;padding:.4rem;display:block;overflow:hidden}.art-viewer-stage{justify-content:center;align-items:center;min-height:calc(75vh - 1.7rem);display:flex}.art-viewer-image{object-fit:contain;border-radius:var(--radius-sm);width:auto;max-width:100%;height:auto;max-height:calc(75vh - 2rem);display:block;box-shadow:0 10px 26px #00000052}.pdf-document{flex-direction:column;align-items:center;gap:1rem;padding:1rem;display:flex}@media (max-width:768px){.pdf-document{gap:.6rem;padding:.6rem}}.pdf-page{border-radius:var(--radius-sm);background:#fff;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000040}.pdf-page canvas{max-width:100%;display:block;height:auto!important}.pdf-page .react-pdf__Page__annotationLayer,.pdf-page .react-pdf__Page__annotations{pointer-events:auto;position:absolute;inset:0}.pdf-page .react-pdf__Page__annotationLayer a,.pdf-page .react-pdf__Page__annotations a{color:#2563eb;text-decoration:underline}.pdf-loading,.pdf-error{min-height:160px;color:var(--text-muted);text-align:center;place-items:center;padding:1rem;display:grid}.pdf-error{color:#fca5a5}.pdf-document,.pdf-page,.pdf-page canvas{-webkit-user-select:none!important;user-select:none!important}.pdf-page,.pdf-page canvas{pointer-events:none}.pdfViewer .page,.r_pdf_toolbar button,button[title=Print],button[title=Download],.print-button,.download-button{display:none!important}@media print{.pdf-document,.doc-viewer{display:none!important}}.art-viewer-image,.art-doc-thumb,.art-item img,.project-progress-media img{pointer-events:auto;-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important}.art-viewer-stage{pointer-events:none}.art-viewer-image{pointer-events:auto}.folder-card{border:1px dashed var(--border-color)!important;background:var(--bg-card)!important}.folder-card:hover{border-color:var(--border-glow)!important;border-style:solid!important}.art-item.folder-card{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;display:flex}.folder-card-icon{font-size:2.5rem;line-height:1}.folder-icon-image{object-fit:contain;transform-origin:50%;width:1em;height:1em;display:block}.folder-icon-wrap{display:inline-flex}.contact-layout{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}@media (max-width:768px){.contact-layout{grid-template-columns:1fr}}.contact-form-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:2rem}.contact-form-card h3{color:#fff;margin-bottom:1.25rem;font-size:1.15rem;font-weight:700}.form-group{margin-bottom:1rem}.form-group label{color:var(--text-secondary);margin-bottom:.3rem;font-size:.85rem;font-weight:500;display:block}.form-group input,.form-group textarea{background:var(--bg-input);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:var(--font-body);padding:.7rem .9rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-cyan);outline:none;box-shadow:0 0 0 3px #06b6d426}.form-group textarea{resize:vertical;min-height:140px}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.submit-btn{background:var(--accent-gradient);border-radius:var(--radius-sm);color:#fff;cursor:pointer;width:100%;font-size:.95rem;font-weight:600;font-family:var(--font-body);border:none;margin-top:.5rem;padding:.8rem;transition:opacity .2s,transform .2s,box-shadow .2s}.submit-btn:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 16px #06b6d440}.submit-btn-disabled:hover{opacity:.65!important;box-shadow:none!important;cursor:not-allowed!important;background:linear-gradient(135deg,#4b5563,#5a6374)!important;transform:none!important}.social-row{justify-content:center;gap:.75rem;padding:2rem 0;display:flex}.social-icon{background:var(--bg-secondary);border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .25s;display:flex}.social-icon:hover{transform:translateY(-3px)scale(1.1);box-shadow:0 4px 16px #0000004d}.social-icon.github:hover{color:#fff;background:#24292e;border-color:#24292e}.social-icon.linkedin:hover{color:#fff;background:#0077b5;border-color:#0077b5}.social-icon.instagram:hover{color:#fff;background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fd5949 45%,#d6249f 60%,#285aeb 90%);border-color:#0000}.social-icon.youtube:hover{color:#fff;background:red;border-color:red}.site-footer{border-top:1px solid var(--border-color);background:var(--bg-footer);text-align:center;padding:2rem 0;position:relative}.site-footer:before{content:"";background:var(--accent-gradient);height:3px;position:absolute;top:0;left:0;right:0}.footer-inner{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.footer-copy{color:var(--text-secondary);letter-spacing:.02em;font-size:.9rem;font-weight:500}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.custom-tooltip{cursor:help;position:relative}.custom-tooltip em{color:var(--tooltip-blue);font-style:normal}.custom-tooltip svg{color:var(--tooltip-blue);margin-bottom:3px;margin-left:5px;vertical-align:bottom!important;width:20px!important;height:20px!important}@media (max-width:768px) and (orientation:landscape){.site-header{height:auto}.header-inner{flex-direction:row;align-items:center;gap:1.25rem;height:auto;padding:.3rem 1rem}.site-brand{font-size:1.2rem}.tab-nav{flex:1;justify-content:flex-end;width:auto}.tab-btn{min-width:36px;min-height:36px;padding:6px 10px}.tab-icon{font-size:1.1rem}.main-content{min-height:calc(100vh - 52px);padding-top:52px!important;padding-left:max(.75rem, env(safe-area-inset-left,0px))!important;padding-right:max(.75rem, env(safe-area-inset-right,0px))!important}}@media (orientation:landscape) and (max-height:500px){.art-viewer-stage{min-height:calc(100vh - 80px)}.art-viewer-image{max-height:calc(100vh - 80px)}.lightbox-inner img{max-width:85vw;max-height:75vh}.doc-viewer{height:55vh}}@media (max-width:480px){.main-content{padding-left:.5rem!important;padding-right:.5rem!important}.content-section{padding:1rem .75rem}.hero-section{padding:1.25rem .75rem}.hero-img{width:110px;height:110px}.hero-intro p{font-size:.85rem}.skill-card{min-height:60px;padding:.75rem .85rem}.skill-name{font-size:.82rem}.skill-detail{font-size:.72rem}.repo-card{min-height:70px;padding:.75rem .85rem}.repo-name{font-size:.82rem}.repo-desc{font-size:.75rem}.contact-form-card{padding:1.25rem}.doc-item{padding:1rem .75rem}.site-footer{padding:1.25rem 0}}
:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}
:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}
