@import"https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body,.homepage-bg,.profile-card{font-family:Helvetica,sans-serif}.homepage-bg{height:100vh;width:100vw;background:#12100edc;display:flex;align-items:center;justify-content:center;overflow:hidden}.special-handle{position:relative;font-weight:600;cursor:pointer;color:#fff;background:linear-gradient(to right,#ff452c,#ff6a45);background-size:0% 100%;background-repeat:no-repeat;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:initial;transition:background-size .4s ease}.special-handle:hover{-webkit-text-fill-color:transparent;background-size:100% 100%}.special-handle:after{content:"";position:absolute;right:0;bottom:-2px;width:0;height:2px;background:linear-gradient(to right,#ff452c,#ff6a45);border-radius:2px;transition:width .4s ease;transform-origin:right}.special-handle:hover:after{width:100%}.profile-card{width:420px;max-width:95vw;background:none;color:#e5e5e5;padding:0;border-radius:20px;box-shadow:none;display:flex;flex-direction:column;align-items:flex-start}.profile-header{display:flex;align-items:center;gap:1.1rem;margin-bottom:1.2rem}.avatar-img{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#222}.profile-name{font-size:16px;font-weight:700;color:#fff;line-height:1.2}.profile-title{font-size:12px;font-weight:350;color:#b0b0b0}.profile-body{font-size:14px;line-height:1.7;color:#b3b3a7;text-align:left;margin-bottom:1.8rem}.profile-body ul{list-style:disc;margin:0 0 0 1.4em;padding:0}.profile-link{color:#fff;font-weight:600;text-decoration:underline}.profile-socials{display:flex;gap:1.2rem}.profile-social-link{color:#e5e5e5;text-decoration:none;font-weight:450;text-transform:uppercase;letter-spacing:.02em;font-size:12px;position:relative;padding:2px 0;transition:color .15s ease}.profile-social-link:after{content:"";display:block;position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:linear-gradient(90deg,#ff452c 60%,#fff);transform:scaleX(0);transition:transform .22s cubic-bezier(.4,0,.2,1);transform-origin:left;opacity:.7}.profile-social-link:hover:after{transform:scaleX(1)}.profile-social-link:hover{color:#fff;text-shadow:0 0 8px #189cff66}@media (max-width: 600px){.profile-card{width:97vw;font-size:.97rem}.avatar-img{width:36px;height:36px}}@media (max-width: 600px){.profile-card{padding-left:16px;padding-right:16px;width:calc(100vw - 32px)}}.footer{width:100vw;padding:28px 0 20px;background:linear-gradient(to top,rgba(0,0,0,.9) 50%,transparent 100%);position:fixed;left:0;bottom:0;z-index:100;display:flex;justify-content:center}.footer-nav{display:flex;flex-direction:row;gap:20px}.footer-link{text-transform:none;color:#a8a8a8;font-size:14px;font-weight:500;text-decoration:none;position:relative;letter-spacing:.02em;transition:color .15s;padding:2px 0;outline:none}.footer-link:after{content:"";display:block;position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:#ff452c;transform:scaleX(0);transition:transform .19s cubic-bezier(.4,0,.2,1);transform-origin:left;opacity:.74}.footer-link:hover,.footer-link:focus{color:#fff}.footer-link:hover:after,.footer-link:focus:after{transform:scaleX(1)}.footer-link.active{color:#ff452c}.footer-link.active:after{background:#ff452c;transform:scaleX(1)}@media (max-width: 600px){.footer{padding-bottom:11px}.footer-nav{gap:10px;padding-bottom:10px}.footer-link{font-size:14px}}html,body{overflow-x:hidden;margin:0;padding:0;background:#12100edc}.main-center-content{width:100%;max-width:820px;height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:32px;padding:24px 16px;box-sizing:border-box}.breadcrumb{padding-top:50px;font-size:1rem;color:#666}.page-title{padding-top:-100px;font-size:2rem;font-weight:700;color:#fff;margin:0}.portfolio-showcase{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.iframe-wrapper iframe{width:100%;height:100%;border-radius:16px;border:none;transform-origin:top left;transform:scale(.95)}.portfolio-frame{width:796px;height:450px;border-radius:16px;background:#222;overflow:hidden;display:flex;justify-content:center;align-items:center}.portfolio-iframe{width:100%;height:100%;border-radius:16px;border:none;display:block}.carousel-nav{display:flex;gap:16px;justify-content:center}.carousel-nav button{background:#fff;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:24px;cursor:pointer;transition:background .2s}.carousel-nav button:disabled{background:#ddd;color:#999;cursor:not-allowed}.portfolio-scroll-mobile{display:none}@media (max-width: 600px){.portfolio-showcase{display:none}.portfolio-scroll-mobile{display:block;height:100%;width:100%;max-width:398px;margin:0 auto}.scroll-container{max-height:600px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:8px;border-radius:16px;background:#222;padding:8px 0}.portfolio-card{width:100%;height:225px;background:#333;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portfolio-card{flex:0 0 calc((100vw - 48px)/2);height:auto;aspect-ratio:16 / 9;border-radius:16px;background:#222;overflow:hidden;display:flex;align-items:center;justify-content:center}.portfolio-card iframe{width:102%;height:100%;border-radius:16px;border:none}}.nav-button{background:transparent;border:none;padding:0;width:40px;height:40px;cursor:pointer;display:flex;justify-content:center;align-items:center}.nav-button:disabled{cursor:not-allowed;opacity:.5}.main-center-wrapper{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.breadcrumb a:nth-of-type(2){color:#666}.main-center-content{width:100%;max-width:820px;height:100vh;display:flex;flex-direction:column;gap:32px;padding:24px 16px;box-sizing:border-box;overflow:hidden}.breadcrumb{font-size:1rem;color:#666;-webkit-user-select:none;user-select:none;margin-bottom:4px}.breadcrumb a{color:#ff452c;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.page-title{font-size:2rem;font-weight:700;color:#fff;margin:0}.automation-tiles-container{flex:1 1 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:16px;overflow-y:auto;padding-right:8px;height:calc(100vh - 160px);box-sizing:border-box}.automation-tile{max-width:249.34px;background:#222;color:#fff;border-radius:16px;border:none;cursor:pointer;padding:24px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;transition:background-color .3s ease;-webkit-user-select:none;user-select:none;text-align:center;font-size:1rem}.tile-title{font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}@media (max-width: 600px){.automation-tiles-container{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);height:auto;max-height:580px}.main-center-content{padding:20px 12px}}.automation-tile{background:#222;color:#fff;border-radius:16px;border:none;cursor:pointer;padding:24px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;transition:background-color .3s ease;-webkit-user-select:none;user-select:none;text-align:center;font-size:1rem}.automation-tile:hover{background:#ff452c}.automation-tile svg{stroke:#ff452c;transition:stroke .5s ease}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.automation-tile:hover svg{stroke:#fff;animation:rotate-two-times 1s linear forwards;animation-timing-function:cubic-bezier(.2,.3,.5,1)}@keyframes rotate-two-times{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body{margin:0;padding:0;overflow-x:hidden;width:100vw;height:100vh;-webkit-user-select:none;user-select:none;background-color:#000;color:#fff}.notes-page-wrapper{display:flex;flex-direction:column;height:100vh;width:100vw;background-color:#000;-webkit-user-select:none;user-select:none;overflow-y:auto;overflow-x:hidden;position:relative;box-sizing:border-box}.notes-board{position:relative;background-color:#121212;border-radius:12px;overflow:visible;box-shadow:inset 0 0 0 1px #333;box-sizing:border-box;cursor:grab;background-image:radial-gradient(circle,#444 1px,transparent 1px),radial-gradient(circle,#444 1px,transparent 1px);background-position:0 0,10px 10px;background-size:20px 20px;width:100%;max-width:100vw}.notes-board.mobile-framed{border:3px solid #444;border-radius:16px;max-width:100%;max-height:90vh;overflow:auto;cursor:grab}.notes-board:active{cursor:grabbing}.sticky-note{position:absolute;width:220px;min-height:160px;padding:1rem 1.2rem;border-radius:16px;box-shadow:0 9px 12px #00000080;cursor:grab;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none;color:#222;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.03),rgba(255,255,255,.03) 10px,transparent 10px,transparent 20px)}.sticky-note:active{cursor:grabbing;box-shadow:0 16px 22px #000000b3;transition:box-shadow .1s ease}.note-title{font-weight:600;font-size:1.3rem;margin:0;font-family:Rock Salt,cursive;-webkit-user-select:none;user-select:none}.reset-btn-container{position:fixed;bottom:16px;left:50%;transform:translate(-50%);width:auto;max-width:820px;padding:8px 16px;z-index:2000;display:flex;justify-content:center;background:#0009;border-radius:12px;box-shadow:0 0 10px #ff452caa;margin-bottom:60px}.reset-btn{background:#ff452c;color:#fff;border:none;border-radius:8px;height:40px;padding:0 1.5rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .3s ease}.reset-btn:hover{background:#e63b25}.notes-tooltip{position:fixed;bottom:60px;left:50%;transform:translate(-50%);background:#222;color:#fff;padding:.75rem 1rem;border-radius:12px;box-shadow:0 0 10px #ff452caa;font-size:1rem;display:flex;align-items:center;gap:12px;-webkit-user-select:none;user-select:none;z-index:1000}.notes-tooltip button{background:transparent;border:none;color:#ff452c;font-size:1.2rem;cursor:pointer;padding:0;line-height:1}.notes-tooltip button:hover{color:#f76}.notes-board::-webkit-scrollbar{width:10px;height:10px}.notes-board::-webkit-scrollbar-track{background:#1a1a1a}.notes-board::-webkit-scrollbar-thumb{background-color:#555;border-radius:6px;border:2px solid #1a1a1a}@media (max-width: 600px){.notes-board.mobile-framed{max-width:100vw;max-height:80vh;border-radius:14px;transform:scale 1px}.reset-btn-container{padding:16px 0;max-width:100vw}}body,html{margin:0;padding-bottom:80px;min-height:100vh;box-sizing:border-box}.page-bg{background-color:#000;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.center-container{width:820px;max-width:95vw;height:95%;border-radius:16px;display:flex;flex-direction:column;padding:24px;overflow-wrap:break-word;word-break:break-word;color:#fff;box-sizing:border-box;white-space:normal}.section.fill-remaining.selectable-section{font-family:monospace;font-size:13px}.scrollable-sections{display:flex;flex:1;gap:24px;overflow:hidden}.scrollable-div{flex:1;overflow-y:auto;background:#22272e;border-radius:16px;padding:20px;color:#edf2f7;display:flex;flex-direction:column}.selectable-section{-webkit-user-select:text;user-select:text}.selectable-section ::selection{background:transparent;color:red}@media (max-width: 830px){.center-container{width:calc(95vw - 20px);margin:0 10px;padding:16px;max-height:95vh;height:auto;overflow-wrap:break-word;word-break:break-all;white-space:normal;overflow-x:hidden;box-sizing:border-box}.scrollable-sections{flex-direction:column;gap:16px}.scrollable-div{flex:none;height:300px;max-height:40vh;width:100%}}
