.IdeLayout-module-scss-module__IcWz4G__ideContainer{--ide-bg:var(--theme-bg-primary);--ide-sidebar-bg:var(--theme-bg-secondary);--theme-text-secondary:var(--theme-text-primary);--ide-line-number:var(--theme-text-muted);--ide-tab-active:var(--theme-bg-primary);--ide-tab-inactive:var(--theme-bg-secondary);--ide-terminal-bg:var(--theme-bg-panel);--ide-status-bar-bg:var(--theme-accent-primary);--ide-border:var(--theme-border);background-color:var(--ide-bg);width:100%;height:calc(100vh - 64px);color:var(--theme-text-secondary);font-family:var(--theme-font-ui);border:1px solid var(--ide-border);flex-direction:column;display:flex;overflow:hidden}.IdeLayout-module-scss-module__IcWz4G__ideLayout{flex:1;grid-template:"activity sidebar main"1fr"activity sidebar terminal"200px"statusbar statusbar statusbar"22px/48px 250px 1fr;display:grid;overflow:hidden}.IdeLayout-module-scss-module__IcWz4G__ideLayout__activityBar{background-color:var(--ide-sidebar-bg);border-right:1px solid var(--ide-border);flex-direction:column;grid-area:activity;align-items:center;padding-top:10px;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__activityBar .IdeLayout-module-scss-module__IcWz4G__icon{color:var(--ide-line-number);cursor:pointer;margin-bottom:15px}.IdeLayout-module-scss-module__IcWz4G__ideLayout__activityBar .IdeLayout-module-scss-module__IcWz4G__icon:hover,.IdeLayout-module-scss-module__IcWz4G__ideLayout__activityBar .IdeLayout-module-scss-module__IcWz4G__icon.IdeLayout-module-scss-module__IcWz4G__active{color:var(--theme-text-secondary)}.IdeLayout-module-scss-module__IcWz4G__ideLayout__sidebar{background-color:var(--ide-sidebar-bg);border-right:1px solid var(--ide-border);flex-direction:column;grid-area:sidebar;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__sidebar .IdeLayout-module-scss-module__IcWz4G__sidebarHeader{text-transform:uppercase;color:var(--theme-text-secondary);justify-content:space-between;align-items:center;padding:10px;font-size:.8rem;font-weight:700;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__sidebar .IdeLayout-module-scss-module__IcWz4G__sidebarContent{flex:1;overflow:auto}.IdeLayout-module-scss-module__IcWz4G__ideLayout__main{background-color:var(--ide-bg);flex-direction:column;grid-area:main;display:flex;overflow:hidden}.IdeLayout-module-scss-module__IcWz4G__ideLayout__tabs{background-color:var(--ide-sidebar-bg);display:flex;overflow-x:auto}.IdeLayout-module-scss-module__IcWz4G__ideLayout__tabs .IdeLayout-module-scss-module__IcWz4G__tab{cursor:pointer;background-color:var(--ide-tab-inactive);color:var(--ide-line-number);border-right:1px solid var(--ide-border);min-width:120px;font-size:.9rem;font-family:var(--theme-font-ui);align-items:center;gap:8px;padding:8px 15px;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__tabs .IdeLayout-module-scss-module__IcWz4G__tab.IdeLayout-module-scss-module__IcWz4G__active{background-color:var(--ide-bg);color:var(--theme-text-secondary);border-top:2px solid var(--ide-status-bar-bg)}.IdeLayout-module-scss-module__IcWz4G__ideLayout__tabs .IdeLayout-module-scss-module__IcWz4G__tab .IdeLayout-module-scss-module__IcWz4G__closeIcon{opacity:0;margin-left:auto;font-size:14px}.IdeLayout-module-scss-module__IcWz4G__ideLayout__tabs .IdeLayout-module-scss-module__IcWz4G__tab .IdeLayout-module-scss-module__IcWz4G__closeIcon:hover{background-color:var(--theme-accent-glow);border-radius:4px}.IdeLayout-module-scss-module__IcWz4G__ideLayout__tabs .IdeLayout-module-scss-module__IcWz4G__tab:hover .IdeLayout-module-scss-module__IcWz4G__closeIcon{opacity:1}.IdeLayout-module-scss-module__IcWz4G__ideLayout__breadcrumbs{color:var(--ide-line-number);border-bottom:1px solid var(--ide-border);font-size:.85rem;font-family:var(--theme-font-ui);padding:5px 15px}.IdeLayout-module-scss-module__IcWz4G__ideLayout__breadcrumbs .IdeLayout-module-scss-module__IcWz4G__breadcrumbItem{font-size:inherit;color:inherit}.IdeLayout-module-scss-module__IcWz4G__ideLayout__breadcrumbs .IdeLayout-module-scss-module__IcWz4G__breadcrumbItemBold{font-size:inherit;color:inherit;font-weight:700}.IdeLayout-module-scss-module__IcWz4G__ideLayout__editor{font-family:var(--theme-font-code);flex-direction:row;flex:1;padding:0;display:flex;position:relative;overflow:auto}.IdeLayout-module-scss-module__IcWz4G__ideLayout__editor pre{margin:0;padding:10px 0;font-family:inherit;font-size:14px;line-height:1.5;color:var(--theme-text-secondary)!important;background:0 0!important}.IdeLayout-module-scss-module__IcWz4G__ideLayout__editor code{font-family:inherit}.IdeLayout-module-scss-module__IcWz4G__ideLayout__editor .IdeLayout-module-scss-module__IcWz4G__lineNumbers{background-color:var(--ide-bg);border-right:1px solid var(--ide-border);min-width:50px;color:var(--ide-line-number);-webkit-user-select:none;user-select:none;flex-direction:column;align-items:flex-end;padding:10px 0;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__editor .IdeLayout-module-scss-module__IcWz4G__lineNumber{justify-content:center;height:21px;padding-right:10px;font-family:inherit;font-size:13px;line-height:21px;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__editor .IdeLayout-module-scss-module__IcWz4G__codeContent{flex:1;padding:10px 0 10px 10px;overflow:auto}.IdeLayout-module-scss-module__IcWz4G__ideLayout__editor .IdeLayout-module-scss-module__IcWz4G__codeLine{white-space:pre;align-items:center;height:21px;font-family:inherit;font-size:13px;line-height:21px;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__editor .IdeLayout-module-scss-module__IcWz4G__runButton{cursor:pointer;color:var(--theme-accent-primary)}.IdeLayout-module-scss-module__IcWz4G__ideLayout__terminal{border-top:1px solid var(--ide-border);background-color:var(--ide-terminal-bg);font-family:var(--theme-font-code);flex-direction:column;grid-area:terminal;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__terminal .IdeLayout-module-scss-module__IcWz4G__terminalHeader{border-bottom:1px solid var(--ide-border);font-size:.8rem;font-family:var(--theme-font-ui);gap:20px;padding:5px 15px;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__terminal .IdeLayout-module-scss-module__IcWz4G__terminalHeader span{cursor:pointer;color:var(--ide-line-number)}.IdeLayout-module-scss-module__IcWz4G__ideLayout__terminal .IdeLayout-module-scss-module__IcWz4G__terminalHeader span:hover,.IdeLayout-module-scss-module__IcWz4G__ideLayout__terminal .IdeLayout-module-scss-module__IcWz4G__terminalHeader span.IdeLayout-module-scss-module__IcWz4G__active{color:var(--theme-text-secondary);border-bottom:1px solid var(--ide-status-bar-bg)}.IdeLayout-module-scss-module__IcWz4G__ideLayout__terminal .IdeLayout-module-scss-module__IcWz4G__terminalActions{gap:10px;margin-left:auto;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__terminal .IdeLayout-module-scss-module__IcWz4G__terminalContent{color:var(--theme-text-secondary);flex:1;padding:10px;font-family:inherit;font-size:13px;overflow-y:auto}.IdeLayout-module-scss-module__IcWz4G__ideLayout__terminal .IdeLayout-module-scss-module__IcWz4G__terminalLine{min-height:18px}.IdeLayout-module-scss-module__IcWz4G__ideLayout__terminal .IdeLayout-module-scss-module__IcWz4G__promptArrow{color:var(--theme-accent-primary)}.IdeLayout-module-scss-module__IcWz4G__ideLayout__terminal .IdeLayout-module-scss-module__IcWz4G__promptPath{color:var(--theme-accent-secondary)}.IdeLayout-module-scss-module__IcWz4G__ideLayout__terminal .IdeLayout-module-scss-module__IcWz4G__cursor{animation:1s infinite IdeLayout-module-scss-module__IcWz4G__blink}@keyframes IdeLayout-module-scss-module__IcWz4G__blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.IdeLayout-module-scss-module__IcWz4G__ideLayout__statusBar{background-color:var(--ide-status-bar-bg);color:var(--theme-bg-primary);font-size:12px;font-family:var(--theme-font-ui);grid-area:statusbar;justify-content:space-between;align-items:center;padding:0 10px;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__statusBar .IdeLayout-module-scss-module__IcWz4G__left,.IdeLayout-module-scss-module__IcWz4G__ideLayout__statusBar .IdeLayout-module-scss-module__IcWz4G__right{align-items:center;gap:15px;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__statusBar .IdeLayout-module-scss-module__IcWz4G__item{cursor:pointer;align-items:center;gap:5px;padding:0 5px;display:flex}.IdeLayout-module-scss-module__IcWz4G__ideLayout__statusBar .IdeLayout-module-scss-module__IcWz4G__item:hover{background-color:#fff3}.IdeLayout-module-scss-module__IcWz4G__ideLayout__statusBar .IdeLayout-module-scss-module__IcWz4G__remoteIndicator{background-color:var(--theme-accent-secondary);align-items:center;gap:5px;height:100%;margin-left:-10px;padding-left:10px;padding-right:10px;display:flex}.IdeLayout-module-scss-module__IcWz4G__menuBar{z-index:1;border-bottom:1px solid var(--ide-border);background-color:var(--ide-bg);align-items:center;gap:16px;height:30px;padding-left:10px;display:flex}.IdeLayout-module-scss-module__IcWz4G__menuBar .IdeLayout-module-scss-module__IcWz4G__menuItems{display:flex}.IdeLayout-module-scss-module__IcWz4G__menuBar .IdeLayout-module-scss-module__IcWz4G__menuItem{color:var(--theme-accent-primary);text-transform:none;cursor:pointer;background:0 0;border:none;min-width:auto;padding:2px 8px;font-family:inherit;font-size:12px;font-weight:400}.IdeLayout-module-scss-module__IcWz4G__menuBar .IdeLayout-module-scss-module__IcWz4G__menuItem:hover{background-color:#ffffff1a}.IdeLayout-module-scss-module__IcWz4G__fileLabel{align-items:center;gap:8px;padding:4px 0;display:flex}.IdeLayout-module-scss-module__IcWz4G__fileLabel .IdeLayout-module-scss-module__IcWz4G__fileLabelText{font-family:inherit;font-size:13px}.IdeLayout-module-scss-module__IcWz4G__avatarContainer{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.IdeLayout-module-scss-module__IcWz4G__avatarImageWrapper{background-color:#fff;border-radius:50%;padding:16px}.IdeLayout-module-scss-module__IcWz4G__avatarImage{width:100px;height:100px}.IdeLayout-module-scss-module__IcWz4G__avatarName{color:var(--theme-text-primary);margin:0}.IdeLayout-module-scss-module__IcWz4G__emptyState{height:100%;color:var(--ide-line-number);justify-content:center;align-items:center;display:flex}.IdeLayout-module-scss-module__IcWz4G__emptyStateTitle{opacity:.1;margin:0;font-size:2rem;font-weight:700}.IdeLayout-module-scss-module__IcWz4G__tabIcon{color:var(--theme-text-muted);font-size:16px}.IdeLayout-module-scss-module__IcWz4G__tabIcon--json{color:#f1c40f}.IdeLayout-module-scss-module__IcWz4G__tabIcon--python{color:#3776ab}.IdeLayout-module-scss-module__IcWz4G__tabIcon--markdown{color:var(--theme-accent-secondary)}.IdeLayout-module-scss-module__IcWz4G__tabIcon--image{color:#9b59b6}.IdeLayout-module-scss-module__IcWz4G__menuItemIcon{margin-left:4px;font-size:14px}.IdeLayout-module-scss-module__IcWz4G__terminalLine--info{color:var(--theme-accent-secondary)}.IdeLayout-module-scss-module__IcWz4G__terminalLine--muted{color:var(--theme-text-muted);opacity:.7}.IdeLayout-module-scss-module__IcWz4G__terminalLine--success{color:var(--theme-accent-primary)}.IdeLayout-module-scss-module__IcWz4G__terminalActionIcon{cursor:pointer;color:var(--theme-text-muted);font-size:16px}.IdeLayout-module-scss-module__IcWz4G__terminalActionIcon:hover{color:var(--theme-text-primary)}.IdeLayout-module-scss-module__IcWz4G__welcomePage{background-color:var(--ide-bg);flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.IdeLayout-module-scss-module__IcWz4G__welcomePage__content{text-align:center;max-width:500px}.IdeLayout-module-scss-module__IcWz4G__welcomePage__header{color:var(--theme-text-primary);margin:0;font-size:2rem;font-weight:300}.IdeLayout-module-scss-module__IcWz4G__welcomePage__subheader{color:var(--theme-text-muted);margin:8px 0 40px;font-size:1rem}.IdeLayout-module-scss-module__IcWz4G__welcomePage__section{text-align:left;margin-bottom:30px}.IdeLayout-module-scss-module__IcWz4G__welcomePage__sectionTitle{text-transform:uppercase;color:var(--theme-text-muted);margin:0 0 15px;font-size:.85rem;font-weight:600}.IdeLayout-module-scss-module__IcWz4G__welcomePage__actions{flex-direction:column;gap:10px;display:flex}.IdeLayout-module-scss-module__IcWz4G__welcomePage__action{border:1px solid var(--ide-border);color:var(--theme-accent-primary);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:12px;padding:10px 15px;font-family:inherit;font-size:.95rem;transition:background-color .2s,border-color .2s;display:flex}.IdeLayout-module-scss-module__IcWz4G__welcomePage__action:hover{background-color:var(--ide-sidebar-bg);border-color:var(--theme-accent-primary)}.IdeLayout-module-scss-module__IcWz4G__welcomePage__actionIcon{font-size:20px}.IdeLayout-module-scss-module__IcWz4G__welcomePage__tip{color:var(--theme-text-muted);background-color:var(--ide-sidebar-bg);text-align:left;border-radius:4px;margin-top:30px;padding:15px;font-size:.85rem}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog{border:1px solid var(--theme-accent-primary);flex-direction:row;justify-content:center;align-items:center;width:90vw;height:90vh;display:flex;background-color:var(--ide-sidebar-bg)!important;border-radius:12px!important}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__backdrop{background-color:#000000e0!important}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__content{text-align:center;padding:32px}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__emoji{margin:0 0 16px;font-size:3rem}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__title{color:var(--theme-text-primary);justify-content:center;align-items:center;gap:20px;margin:0 0 12px;font-size:5.5rem;font-weight:500;display:flex}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__waveIcon{width:6rem;height:6rem;color:var(--theme-accent-primary);transform-origin:70% 70%;animation:2.5s infinite IdeLayout-module-scss-module__IcWz4G__wave}@keyframes IdeLayout-module-scss-module__IcWz4G__wave{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__text{color:var(--theme-accent-secondary);margin:0 0 24px;font-size:2rem;line-height:4.6}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__textSpan{white-space:nowrap;display:inline-block}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__textSpan span{color:var(--theme-text-muted);animation:2.5s linear infinite IdeLayout-module-scss-module__IcWz4G__float;display:inline-block}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__textSpan span:first-child{animation-delay:.5s}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__textSpan span:nth-child(2){animation-delay:1s}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__textSpan span:nth-child(3){animation-delay:1.5s}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__textSpan span:nth-child(4){animation-delay:2s}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__textSpan span:nth-child(5){animation-delay:2.5s}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__textSpan span:nth-child(6){animation-delay:3s}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__textSpan span:nth-child(7){animation-delay:3.5s}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__textSpan span:nth-child(8){animation-delay:4s}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__textSpan span:nth-child(9){animation-delay:4.5s}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__textSpan span:nth-child(10){animation-delay:5s}@keyframes IdeLayout-module-scss-module__IcWz4G__float{0%,to{color:var(--theme-text-secondary);transform:translateY(0)}50%{color:var(--theme-accent-primary);transform:translateY(-5px)}}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonContainer{justify-content:center;gap:40px;display:flex}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonIcon{justify-content:center;align-items:center;margin-bottom:16px;display:flex}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonIcon svg{color:var(--theme-accent-primary);font-size:9rem;transition:color .5s}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__button{z-index:1;text-align:center;color:var(--theme-accent-primary);cursor:pointer;background-color:#0000;border:none;border-radius:6px;outline:none;width:30%;margin-bottom:0;padding:12px 32px;font-family:inherit;font-size:2rem;font-weight:500;transition:color .5s;position:relative}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__button p{font-size:1.6rem;font-weight:100}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__button:before{content:"";z-index:1;border:2px solid var(--theme-accent-primary);border-radius:6px;width:100%;height:100%;position:absolute;top:0;left:0}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__button:after{content:"";z-index:-2;border-radius:6px;width:100%;height:100%;transition:all .3s .2s;position:absolute;top:3px;left:3px}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__button:hover,.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__button:hover svg{color:var(--theme-bg-primary)}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__button:hover:after{transition:all .3s;top:0;left:0}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonInner{z-index:-1;background:0 0;border-radius:6px;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonBlobs{filter:url(#goo);height:100%;display:block;position:relative}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonBlob{background:var(--theme-accent-primary);border-radius:100%;width:50%;height:100%;transition:transform .45s;position:absolute;top:2px;transform:translateY(150%)scale(1.7)}@supports (filter:url("#goo")){.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonBlob{transform:translateY(150%)scale(1.4)}}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonBlob:first-child{transition-delay:0s;left:0%}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonBlob:nth-child(2){transition-delay:80ms;left:20%}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonBlob:nth-child(3){transition-delay:.16s;left:40%}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonBlob:nth-child(4){transition-delay:.24s;left:60%}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonBlob:nth-child(5){transition-delay:.32s;left:80%}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonBlob:nth-child(6){transition-delay:.4s;left:100%}.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__button:hover .IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonBlob{transform:translateZ(0)scale(1.7)}@supports (filter:url("#goo")){.IdeLayout-module-scss-module__IcWz4G__welcomeDialog__button:hover .IdeLayout-module-scss-module__IcWz4G__welcomeDialog__buttonBlob{transform:translateZ(0)scale(1.4)}}
.ide-editor-scope .token.comment,.ide-editor-scope .token.prolog,.ide-editor-scope .token.doctype,.ide-editor-scope .token.cdata{font-style:italic;color:var(--theme-text-muted)!important}.ide-editor-scope .token.punctuation{color:var(--theme-text-muted)!important}.ide-editor-scope .token.title,.ide-editor-scope .token.title.important{font-size:1.2rem;font-weight:700;color:var(--theme-accent-primary)!important}.ide-editor-scope .token.namespace{opacity:.7}.ide-editor-scope .token.property,.ide-editor-scope .token.tag,.ide-editor-scope .token.boolean,.ide-editor-scope .token.number,.ide-editor-scope .token.constant,.ide-editor-scope .token.symbol,.ide-editor-scope .token.deleted{color:var(--theme-accent-secondary)!important}.ide-editor-scope .token.selector,.ide-editor-scope .token.attr-name,.ide-editor-scope .token.string,.ide-editor-scope .token.char,.ide-editor-scope .token.builtin,.ide-editor-scope .token.inserted{color:var(--theme-text-muted)!important}.ide-editor-scope .token.operator,.ide-editor-scope .token.entity,.ide-editor-scope .token.url,.ide-editor-scope .language-css .token.string,.ide-editor-scope .style .token.string,.ide-editor-scope .token.atrule,.ide-editor-scope .token.attr-value,.ide-editor-scope .token.keyword{color:var(--theme-accent-secondary)!important}.ide-editor-scope .token.function,.ide-editor-scope .token.class-name{color:var(--theme-accent-primary)!important}.ide-editor-scope .token.regex,.ide-editor-scope .token.important,.ide-editor-scope .token.variable{color:var(--theme-accent-secondary)!important}
.PolaroidFrame-module-scss-module__Bg74aq__polaroidFrame{background-color:var(--theme-bg-panel);width:100%;max-width:300px;padding:12px 12px 40px;transition:transform .3s;display:inline-block;position:relative;box-shadow:2px 4px 8px #00000026}.PolaroidFrame-module-scss-module__Bg74aq__polaroidFrame__imageContainer{background-color:var(--theme-bg-secondary);aspect-ratio:1;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.PolaroidFrame-module-scss-module__Bg74aq__polaroidFrame__caption{text-align:center;width:100%;font-family:var(--theme-font-ui);color:var(--theme-text-secondary);font-size:1.2rem;position:absolute;bottom:10px;left:0;transform:rotate(-2deg)}
.WashiTape-module-scss-module__c_CigG__washiTape{pointer-events:none;z-index:10;display:inline-block;position:absolute}.WashiTape-module-scss-module__c_CigG__washiTape__svg{width:100%;height:auto;display:block}.WashiTape-module-scss-module__c_CigG__washiTape__blurContainer{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);clip-path:url(#bgblur_0_64_1425_clip_path);width:100%;height:100%}
.ScrapbookHero-module-scss-module__CsbCGW__hero{flex-direction:column;justify-content:space-between;align-items:center;gap:64px;max-width:1280px;margin:64px auto 128px;padding-left:16px;padding-right:16px;display:flex;position:relative}@media (min-width:768px){.ScrapbookHero-module-scss-module__CsbCGW__hero{flex-direction:row;padding-left:64px;padding-right:64px}}.ScrapbookHero-module-scss-module__CsbCGW__hero__textContent{flex:1;position:relative}.ScrapbookHero-module-scss-module__CsbCGW__hero__tape{background:var(--theme-accent-secondary);opacity:.9;clip-path:polygon(0% 0%,100% 2%,98% 100%,2% 98%);z-index:0;width:140px;height:35px;position:absolute;top:-20px;left:-10px;transform:rotate(-2deg)}.ScrapbookHero-module-scss-module__CsbCGW__hero__title{color:var(--theme-accent-primary);z-index:1;font-size:3.5rem;font-weight:800;line-height:1.1;font-family:var(--theme-font-ui);margin-bottom:66px;position:relative}.ScrapbookHero-module-scss-module__CsbCGW__hero__subtitle{color:var(--theme-text-primary);opacity:.8;max-width:600px;font-size:1.25rem;font-weight:100;line-height:1.6;transform:rotate(-1deg)}.ScrapbookHero-module-scss-module__CsbCGW__hero__socialIcons{gap:16px;margin-top:32px;display:flex}.ScrapbookHero-module-scss-module__CsbCGW__hero__socialIcon{cursor:pointer;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 8px #00000026}.ScrapbookHero-module-scss-module__CsbCGW__hero__socialIcon:hover{transform:scale(1.1)rotate(-5deg);box-shadow:0 6px 12px #0003}.ScrapbookHero-module-scss-module__CsbCGW__hero__socialIcon--github,.ScrapbookHero-module-scss-module__CsbCGW__hero__socialIcon--linkedin,.ScrapbookHero-module-scss-module__CsbCGW__hero__socialIcon--email{background-color:var(--theme-accent-primary)}.ScrapbookHero-module-scss-module__CsbCGW__hero__iconSvg{color:var(--theme-accent-primary);fill:var(--theme-bg-primary);font-size:24px}.ScrapbookHero-module-scss-module__CsbCGW__hero__imageContent{flex:.8;justify-content:center;display:flex;position:relative}.ScrapbookHero-module-scss-module__CsbCGW__hero__photoContainer{background:var(--theme-bg-secondary);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ScrapbookHero-module-scss-module__CsbCGW__hero__photoGradient{background:linear-gradient(135deg,color-mix(in srgb,var(--theme-accent-secondary)30%,transparent)0%,color-mix(in srgb,var(--theme-accent-primary)20%,transparent)100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ScrapbookHero-module-scss-module__CsbCGW__hero__photoPlaceholder{color:var(--theme-text-muted);opacity:.5;font-size:1rem;font-weight:500}.ScrapbookHero-module-scss-module__CsbCGW__hero__photo{object-fit:cover;width:100%;height:100%;display:block}
.StickyNote-module-scss-module__D8Bb6a__stickyNote{perspective:1000px;z-index:1;width:100%;max-width:300px;margin:20px auto;position:relative}.StickyNote-module-scss-module__D8Bb6a__stickyNote:hover{z-index:20}.StickyNote-module-scss-module__D8Bb6a__stickyNote__clipSvg{width:0;height:0;position:absolute}.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper{z-index:20;pointer-events:none;position:absolute}.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topLeft{top:-12px;left:10%;transform:rotate(-15deg)}.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topRight{top:-24px;right:25%;transform:rotate(15deg)}.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topCenter{top:-12px;left:50%;transform:translate(-50%)rotate(-2deg)}.StickyNote-module-scss-module__D8Bb6a__stickyNote__shadowContainer{z-index:-1;pointer-events:none;width:100%;padding-top:100%;position:absolute;top:0;left:0}.StickyNote-module-scss-module__D8Bb6a__stickyNote__shadow{filter:blur(5px);background-color:#0003;border-radius:2px;width:90%;height:90%;transition:all ease-out;position:absolute;top:5%;left:5%;transform:rotate(0)scale(1)}.StickyNote-module-scss-module__D8Bb6a__stickyNote__inner{transform-style:preserve-3d;will-change:transform;padding-top:100%;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);position:relative}.StickyNote-module-scss-module__D8Bb6a__stickyNote__content{clip-path:url(#stickyClip);font-family:var(--theme-font-ui);background-size:200% 200%;flex-direction:column;padding:16px;transition:background-position .2s;display:flex;position:absolute;inset:0}.StickyNote-module-scss-module__D8Bb6a__stickyNote__header{color:var(--theme-text-tertiary);border-bottom:2px dashed #0000001a;justify-content:center;align-items:center;gap:8px;margin-bottom:8px;padding:12px 16px;display:flex}.StickyNote-module-scss-module__D8Bb6a__stickyNote__headerIcon{color:inherit;display:flex}.StickyNote-module-scss-module__D8Bb6a__stickyNote__headerText{letter-spacing:.03em;font-size:1rem;font-weight:700}.StickyNote-module-scss-module__D8Bb6a__stickyNote__body{flex-direction:column;flex:1;padding:8px;display:flex}.StickyNote-module-scss-module__D8Bb6a__stickyNote--green .StickyNote-module-scss-module__D8Bb6a__stickyNote__content{color:var(--theme-text-primary);background-image:linear-gradient(135deg,#cdfc93 0%,#b9e384 90%,#a4ca76 100%)}.StickyNote-module-scss-module__D8Bb6a__stickyNote--yellow .StickyNote-module-scss-module__D8Bb6a__stickyNote__content{color:var(--theme-text-primary);background-image:linear-gradient(#feff9c 0%,#e5e68c 90%,#cbcc7d 100%)}.StickyNote-module-scss-module__D8Bb6a__stickyNote--blue .StickyNote-module-scss-module__D8Bb6a__stickyNote__content{color:var(--theme-text-primary);background-image:linear-gradient(225deg,#7afcff 0%,#6ee3e6 90%,#62cacc 100%)}.StickyNote-module-scss-module__D8Bb6a__stickyNote--pink .StickyNote-module-scss-module__D8Bb6a__stickyNote__content{color:var(--theme-text-primary)}.StickyNote-module-scss-module__D8Bb6a__stickyNote__sectionHeading{color:var(--theme-accent-primary);opacity:.9;letter-spacing:.05em;margin-top:12px;margin-bottom:4px;font-size:.8rem;font-weight:700}.StickyNote-module-scss-module__D8Bb6a__stickyNote__item{color:inherit;align-items:center;gap:8px;margin:2px 0;font-size:.9rem;line-height:1.4;display:flex}.StickyNote-module-scss-module__D8Bb6a__stickyNote__itemBullet{opacity:.6;font-size:1.2em;line-height:0}.StickyNote-module-scss-module__D8Bb6a__stickyNote--peelable:has(.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topLeft) .StickyNote-module-scss-module__D8Bb6a__stickyNote__inner{transform-origin:30px 40px}.StickyNote-module-scss-module__D8Bb6a__stickyNote--peelable:has(.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topLeft):hover .StickyNote-module-scss-module__D8Bb6a__stickyNote__inner{transform:rotate3d(1,-1,0,12deg)translateZ(10px)}.StickyNote-module-scss-module__D8Bb6a__stickyNote--peelable:has(.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topLeft):hover .StickyNote-module-scss-module__D8Bb6a__stickyNote__shadow{opacity:.5;filter:blur(8px);transform:translate(25px,25px)scale(.95)}.StickyNote-module-scss-module__D8Bb6a__stickyNote--peelable:has(.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topLeft):hover .StickyNote-module-scss-module__D8Bb6a__stickyNote__content{background-position:100% 100%}.StickyNote-module-scss-module__D8Bb6a__stickyNote--peelable:has(.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topRight) .StickyNote-module-scss-module__D8Bb6a__stickyNote__inner{transform-origin:calc(100% - 40px) 40px}.StickyNote-module-scss-module__D8Bb6a__stickyNote--peelable:has(.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topRight):hover .StickyNote-module-scss-module__D8Bb6a__stickyNote__inner{transform:rotate3d(-1,-1,0,-12deg)translateZ(5px)}.StickyNote-module-scss-module__D8Bb6a__stickyNote--peelable:has(.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topRight):hover .StickyNote-module-scss-module__D8Bb6a__stickyNote__shadow{opacity:.5;filter:blur(8px);transform:translate(-25px,25px)scale(.95)}.StickyNote-module-scss-module__D8Bb6a__stickyNote--peelable:has(.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topRight):hover .StickyNote-module-scss-module__D8Bb6a__stickyNote__content{background-position:0 100%}.StickyNote-module-scss-module__D8Bb6a__stickyNote--peelable:has(.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topCenter) .StickyNote-module-scss-module__D8Bb6a__stickyNote__inner{transform-origin:50% 30px}.StickyNote-module-scss-module__D8Bb6a__stickyNote--peelable:has(.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topCenter):hover .StickyNote-module-scss-module__D8Bb6a__stickyNote__inner{transform:rotateX(20deg)translateZ(10px)}.StickyNote-module-scss-module__D8Bb6a__stickyNote--peelable:has(.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topCenter):hover .StickyNote-module-scss-module__D8Bb6a__stickyNote__shadow{opacity:.4;filter:blur(8px);transform:translateY(5px)scaleX(.95)}.StickyNote-module-scss-module__D8Bb6a__stickyNote--peelable:has(.StickyNote-module-scss-module__D8Bb6a__stickyNote__tapeWrapper--topCenter):hover .StickyNote-module-scss-module__D8Bb6a__stickyNote__content{background-position:50% 100%}
.ScrapbookSkills-module-scss-module__PewkJq__sectionTitle{justify-content:center;display:flex}.ScrapbookSkills-module-scss-module__PewkJq__sectionTitle__wrapper{position:relative}.ScrapbookSkills-module-scss-module__PewkJq__sectionTitle__background{background:var(--theme-accent-secondary);z-index:0;height:110%;position:absolute;top:-6px;left:-20px;right:-20px}.ScrapbookSkills-module-scss-module__PewkJq__sectionTitle__background--rotateNegative{transform:rotate(-1deg)}.ScrapbookSkills-module-scss-module__PewkJq__sectionTitle__background--rotatePositive{transform:rotate(1deg)}.ScrapbookSkills-module-scss-module__PewkJq__sectionTitle__content{z-index:1;background:var(--theme-accent-primary);padding:8px 24px;position:relative;box-shadow:0 4px 6px #0000001a}.ScrapbookSkills-module-scss-module__PewkJq__sectionTitle__text{color:var(--theme-bg-primary);font-size:2rem;font-weight:700;font-family:var(--theme-font-ui);margin:0}.ScrapbookSkills-module-scss-module__PewkJq__skills{background-color:color-mix(in srgb,var(--theme-bg-secondary)60%,#d4c4a8 40%);border:3px dashed color-mix(in srgb,var(--theme-accent-primary)60%,var(--theme-text-secondary)40%);box-shadow:0 2px 8px #00000014,0 8px 24px #0000000f,inset 0 0 60px color-mix(in srgb,var(--theme-bg-primary)30%,transparent 70%);background-image:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000008 2px 3px),repeating-linear-gradient(90deg,#0000,#0000 3px,#00000005 3px 4px),url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");border-radius:8px;margin:20px;padding:60px 32px;position:relative}.ScrapbookSkills-module-scss-module__PewkJq__skills:before,.ScrapbookSkills-module-scss-module__PewkJq__skills:after{content:"";background:radial-gradient(circle at 40% 40%,color-mix(in srgb,var(--theme-accent-primary)80%,white 20%)0%,var(--theme-accent-primary)50%,color-mix(in srgb,var(--theme-accent-primary)60%,black 40%)100%);z-index:10;border-radius:50%;width:16px;height:16px;position:absolute;box-shadow:0 2px 4px #0000004d,inset 0 1px 2px #ffffff4d}.ScrapbookSkills-module-scss-module__PewkJq__skills:before{top:12px;left:12px}.ScrapbookSkills-module-scss-module__PewkJq__skills:after{top:12px;right:12px}.ScrapbookSkills-module-scss-module__PewkJq__skills__grid{grid-template-columns:1fr;align-items:stretch;gap:48px;display:grid}@media (min-width:768px){.ScrapbookSkills-module-scss-module__PewkJq__skills__grid{grid-template-columns:repeat(3,1fr)}}.ScrapbookSkills-module-scss-module__PewkJq__skills__cardContent{padding:8px}.ScrapbookSkills-module-scss-module__PewkJq__skills__sectionHeading{color:var(--theme-text-tertiary);letter-spacing:.05em;margin-top:2px;margin-bottom:8px;font-size:.9rem;font-weight:700}.ScrapbookSkills-module-scss-module__PewkJq__skills__item{color:var(--theme-text-tertiary);align-items:center;gap:8px;margin:auto 0;font-size:.95rem;line-height:.2;display:flex}.ScrapbookSkills-module-scss-module__PewkJq__skills__itemIcon{flex-shrink:0;align-items:center;display:flex}.ScrapbookSkills-module-scss-module__PewkJq__skills__icon{width:1rem!important;height:1rem!important;font-size:1rem!important}
.ScrapbookExperience-module-scss-module__JA2wyW__experience{background-color:color-mix(in srgb,var(--theme-bg-secondary)35%,#b89b71 65%);border:6px solid color-mix(in srgb,var(--theme-accent-primary)50%,#5d4037 50%);min-height:1200px;padding:96px 16px;position:relative;overflow:hidden}.ScrapbookExperience-module-scss-module__JA2wyW__experience__container{max-width:1280px;margin:0 auto;position:relative}.ScrapbookExperience-module-scss-module__JA2wyW__experience__header{z-index:10;justify-content:center;margin-bottom:128px;display:flex;position:relative}.ScrapbookExperience-module-scss-module__JA2wyW__experience__headerCard{background:var(--theme-accent-primary,#fff);padding:16px 24px;position:relative;transform:rotate(1deg);box-shadow:0 10px 15px -3px #0000001a}.ScrapbookExperience-module-scss-module__JA2wyW__experience__headerPin{z-index:20;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.ScrapbookExperience-module-scss-module__JA2wyW__experience__title{color:var(--theme-bg-primary,#1e293b);margin:0;font-size:30px;font-weight:700}.ScrapbookExperience-module-scss-module__JA2wyW__experience__timeline{z-index:0;border-right:5px dotted #a89983;width:1px;height:100%;position:absolute;top:32px;left:50%;overflow:visible;transform:translate(-50%)}.ScrapbookExperience-module-scss-module__JA2wyW__experience__entries{z-index:10;flex-direction:column;gap:128px;display:flex;position:relative}.ScrapbookExperience-module-scss-module__JA2wyW__experience__entry{grid-template-columns:1fr 1fr;align-items:center;gap:96px;display:grid;position:relative}@media (max-width:768px){.ScrapbookExperience-module-scss-module__JA2wyW__experience__entry{grid-template-columns:1fr;gap:24px}}.ScrapbookExperience-module-scss-module__JA2wyW__experience__entryCenter{z-index:20;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.ScrapbookExperience-module-scss-module__JA2wyW__experience__entryCenter{display:none}}.ScrapbookExperience-module-scss-module__JA2wyW__experience__connector{background:var(--theme-border,#cbd5e1);z-index:-1;width:300px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ScrapbookExperience-module-scss-module__JA2wyW__experience__entryLeft{justify-content:center;display:flex;position:relative}@media (min-width:769px){.ScrapbookExperience-module-scss-module__JA2wyW__experience__entryLeft{justify-content:flex-end}}.ScrapbookExperience-module-scss-module__JA2wyW__experience__entryRight{justify-content:center;display:flex;position:relative}@media (min-width:769px){.ScrapbookExperience-module-scss-module__JA2wyW__experience__entryRight{justify-content:flex-start}}.ScrapbookExperience-module-scss-module__JA2wyW__experience__connectorLine{background:var(--theme-border,#cbd5e1);width:48px;height:2px;position:absolute;top:50%}.ScrapbookExperience-module-scss-module__JA2wyW__experience__entryLeft .ScrapbookExperience-module-scss-module__JA2wyW__experience__connectorLine{right:-48px}@media (max-width:768px){.ScrapbookExperience-module-scss-module__JA2wyW__experience__entryLeft .ScrapbookExperience-module-scss-module__JA2wyW__experience__connectorLine{display:none}}.ScrapbookExperience-module-scss-module__JA2wyW__experience__entryRight .ScrapbookExperience-module-scss-module__JA2wyW__experience__connectorLine{left:-48px}@media (max-width:768px){.ScrapbookExperience-module-scss-module__JA2wyW__experience__entryRight .ScrapbookExperience-module-scss-module__JA2wyW__experience__connectorLine{display:none}}.ScrapbookExperience-module-scss-module__JA2wyW__experience__stickyNote{max-width:360px}.ScrapbookExperience-module-scss-module__JA2wyW__experience__bulletList{font-family:var(--theme-font-ui);margin:0 0 12px;padding:0;list-style:none}.ScrapbookExperience-module-scss-module__JA2wyW__experience__bulletItem{color:var(--theme-text-tertiary);margin-bottom:6px;padding-left:16px;font-size:.85rem;line-height:1.5;position:relative}.ScrapbookExperience-module-scss-module__JA2wyW__experience__bulletItem:before{content:"•";opacity:.6;font-size:1.1em;position:absolute;left:0}.ScrapbookExperience-module-scss-module__JA2wyW__experience__tags{border-top:1px dashed #00000026;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:8px;display:flex}.ScrapbookExperience-module-scss-module__JA2wyW__experience__tag{color:var(--theme-text-tertiary);letter-spacing:.02em;background-color:#00000014;border-radius:4px;padding:4px 8px;font-size:.7rem;font-weight:600}
.IdCard-module-scss-module__rP3Dia__idCard{border-radius:12px;width:100%;max-width:360px;height:220px;transition:all .3s;position:relative;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.IdCard-module-scss-module__rP3Dia__idCard:hover{z-index:10;transform-origin:top;transform:rotate(1deg)!important}.IdCard-module-scss-module__rP3Dia__idCard--alignLeft{transform-origin:top;transform:rotate(2deg)}.IdCard-module-scss-module__rP3Dia__idCard--alignRight{transform-origin:top;transform:rotate(-2deg)}.IdCard-module-scss-module__rP3Dia__idCard__inner{background:var(--theme-bg-panel,#fff);border:1px solid var(--theme-border,#e2e8f0);border-radius:12px;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.IdCard-module-scss-module__rP3Dia__idCard__header{background:var(--theme-accent-primary);width:100%;height:16px;position:relative}.IdCard-module-scss-module__rP3Dia__idCard__headerAccent{background:var(--theme-accent-primary,#3b82f6);width:64px;height:100%;position:absolute;top:0;right:0;transform:skew(12deg)translate(16px)}.IdCard-module-scss-module__rP3Dia__idCard__lanyardSlot{background:var(--theme-bg-secondary,#f1f5f9);border:1px solid var(--theme-border,#e2e8f0);border-radius:9999px;justify-content:center;align-items:center;width:64px;height:12px;display:flex;position:absolute;top:8px;left:50%;transform:translate(-50%);box-shadow:inset 0 2px 4px #0000000f}.IdCard-module-scss-module__rP3Dia__idCard__lanyardInner{background:#cbd5e1;border-radius:9999px;width:32px;height:6px}.IdCard-module-scss-module__rP3Dia__idCard__content{flex:1;align-items:flex-start;gap:16px;padding:32px 20px 20px;display:flex}.IdCard-module-scss-module__rP3Dia__idCard__logoSection{flex-direction:column;flex-shrink:0;gap:8px;display:flex}.IdCard-module-scss-module__rP3Dia__idCard__logoWrapper{background:var(--theme-bg-secondary,#f8fafc);border:1px solid var(--theme-border,#e2e8f0);border-radius:8px;width:96px;height:96px;padding:4px;box-shadow:0 1px 2px #0000000d}.IdCard-module-scss-module__rP3Dia__idCard__logo{border-radius:6px;width:100%;height:100%}.IdCard-module-scss-module__rP3Dia__idCard__empId{text-align:center;font-size:9px;font-family:var(--theme-font-code);color:var(--theme-text-muted,#94a3b8);letter-spacing:.1em;text-transform:uppercase}.IdCard-module-scss-module__rP3Dia__idCard__info{flex-direction:column;flex:1;min-width:0;display:flex}.IdCard-module-scss-module__rP3Dia__idCard__company{color:var(--theme-text-primary,#0f172a);text-transform:uppercase;letter-spacing:-.025em;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:18px;font-weight:900;line-height:1;overflow:hidden}.IdCard-module-scss-module__rP3Dia__idCard__role{color:var(--theme-accent-primary,#1d4ed8);margin-bottom:12px;font-size:14px;font-weight:700;line-height:1.2}.IdCard-module-scss-module__rP3Dia__idCard__divider{background:var(--theme-border,#f1f5f9);width:100%;height:1px;margin-bottom:12px}.IdCard-module-scss-module__rP3Dia__idCard__dates{grid-template-columns:1fr 1fr;gap:8px;display:grid}.IdCard-module-scss-module__rP3Dia__idCard__dateItem{flex-direction:column;gap:2px;display:flex}.IdCard-module-scss-module__rP3Dia__idCard__dateLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-muted,#94a3b8);font-size:8px}.IdCard-module-scss-module__rP3Dia__idCard__dateValue{color:var(--theme-text-primary,#334155);font-size:10px;font-weight:700}.IdCard-module-scss-module__rP3Dia__idCard__footer{background:var(--theme-bg-secondary,#f8fafc);border-top:1px solid var(--theme-border,#f1f5f9);justify-content:space-between;align-items:center;height:40px;padding:0 16px;display:flex}.IdCard-module-scss-module__rP3Dia__idCard__barcode{opacity:.8;mix-blend-mode:multiply;align-items:flex-end;gap:2px;height:24px;display:flex}.IdCard-module-scss-module__rP3Dia__idCard__bar{background:#000;height:100%}.IdCard-module-scss-module__rP3Dia__idCard__hologram{opacity:.6;background:linear-gradient(135deg,#fde04780,#f472b680,#60a5fa80);border:1px solid #ffffff80;border-radius:4px;width:32px;height:24px}.IdCard-module-scss-module__rP3Dia__idCard__shineOverlay{pointer-events:none;z-index:20;background:linear-gradient(135deg,#fff3,#0000,#0000000d);position:absolute;inset:0}.IdCard-module-scss-module__rP3Dia__idCard__shineOverlay2{pointer-events:none;z-index:20;background:linear-gradient(45deg,#0000,#ffffff1a,#0000);position:absolute;inset:0}.IdCard-module-scss-module__rP3Dia__idCard__pin{position:absolute;top:0;left:48%;transform:scale(1.25)!important}
.TimelinePin-module-scss-module__iwCFjG__pin{z-index:20;width:20px;height:20px;position:absolute}.TimelinePin-module-scss-module__iwCFjG__pin__body{background:radial-gradient(circle at 35% 35%,color-mix(in srgb,var(--theme-accent-secondary)70%,white 30%)0%,var(--theme-accent-primary)50%,color-mix(in srgb,var(--theme-accent-primary)60%,black 40%)100%);border-radius:50%;position:absolute;inset:0;box-shadow:2px 2px 4px #0000004d}.TimelinePin-module-scss-module__iwCFjG__pin__highlight{filter:blur(.5px);border-radius:50%;width:8px;height:8px;position:absolute;top:4px;left:4px}
.ScrapbookGallery-module-scss-module__bWqukW__gallery{background-color:color-mix(in srgb,var(--theme-bg-secondary)35%,#b89b71 65%);border:6px solid color-mix(in srgb,var(--theme-accent-primary)50%,#5d4037 50%);box-shadow:0 4px 12px #00000026,0 8px 30px #0000001a,inset 0 0 40px #00000014,inset 0 0 100px color-mix(in srgb,var(--theme-bg-primary)20%,transparent 80%);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.18'/%3E%3C/svg%3E"),repeating-linear-gradient(0deg,#0000,#0000 3px,#5a3c1e0a 3px 4px),repeating-linear-gradient(90deg,#0000,#0000 5px,#462d1408 5px 6px),radial-gradient(circle at 15% 25%,#64411e1f 1px,#0000 1px),radial-gradient(circle at 45% 65%,#5032191a 1.5px,#0000 1.5px),radial-gradient(circle at 75% 35%,#5a371c14 1px,#0000 1px),radial-gradient(circle at 35% 85%,#6e46231a 2px,#0000 2px),radial-gradient(circle at 85% 75%,#55341a17 1px,#0000 1px),radial-gradient(at 30% 40%,#a0784614 0%,#0000 50%),radial-gradient(at 70% 60%,#7855320f 0%,#0000 40%);background-size:150px 150px,100% 100%,100% 100%,40px 40px,60px 60px,55px 55px,70px 70px,45px 45px,200px 200px,180px 180px;border-radius:2px;margin:20px 20px 128px;padding:60px 32px;position:relative}.ScrapbookGallery-module-scss-module__bWqukW__gallery:before,.ScrapbookGallery-module-scss-module__bWqukW__gallery:after{content:"";background:color-mix(in srgb,var(--theme-accent-primary)40%,#4a3728 60%);z-index:10;width:20px;height:20px;position:absolute}.ScrapbookGallery-module-scss-module__bWqukW__gallery:before{border-radius:2px 0 4px;top:-6px;left:-6px}.ScrapbookGallery-module-scss-module__bWqukW__gallery:after{border-radius:0 2px 0 4px;top:-6px;right:-6px}.ScrapbookGallery-module-scss-module__bWqukW__gallery__grid{grid-template-columns:1fr;gap:48px;padding-top:16px;display:grid}@media (min-width:768px){.ScrapbookGallery-module-scss-module__bWqukW__gallery__grid{grid-template-columns:repeat(3,1fr);gap:40px}}.ScrapbookGallery-module-scss-module__bWqukW__gallery__card{transform-origin:top;background:#fdfdfd;flex-direction:column;padding:12px 12px 0;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 8px #0003,0 2px 4px #00000026,2px 2px 6px #0000001a}.ScrapbookGallery-module-scss-module__bWqukW__gallery__card:hover{z-index:10;box-shadow:0 12px 24px #00000040,0 6px 12px #0003;transform:scale(1.02)rotate(0)!important}.ScrapbookGallery-module-scss-module__bWqukW__gallery__card--rotatePositive{transform:rotate(2deg)}.ScrapbookGallery-module-scss-module__bWqukW__gallery__card--rotateNegative{transform:rotate(-2deg)}.ScrapbookGallery-module-scss-module__bWqukW__gallery__card--offsetMiddle{transform:rotate(-1deg)translateY(12px)}.ScrapbookGallery-module-scss-module__bWqukW__gallery__card:before{content:"";background:radial-gradient(circle at 35% 35%,color-mix(in srgb,var(--theme-accent-secondary)70%,white 30%)0%,var(--theme-accent-primary)50%,color-mix(in srgb,var(--theme-accent-primary)60%,black 40%)100%);z-index:20;border-radius:50%;width:24px;height:24px;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 3px 8px #00000059,inset 0 2px 4px #ffffff4d,inset 0 -2px 3px #0003}.ScrapbookGallery-module-scss-module__bWqukW__gallery__card:after{content:"";filter:blur(1px);z-index:15;background:#0003;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.ScrapbookGallery-module-scss-module__bWqukW__gallery__imageWrapper{background:#222;border:1px solid #0000001a;width:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #0000001a}.ScrapbookGallery-module-scss-module__bWqukW__gallery__image{object-fit:contain;filter:contrast(1.1)saturate(1.1)sepia(.1);width:100%;height:100%;transition:transform .5s;display:block}.ScrapbookGallery-module-scss-module__bWqukW__gallery__card:hover .ScrapbookGallery-module-scss-module__bWqukW__gallery__image{transform:scale(1.1)}.ScrapbookGallery-module-scss-module__bWqukW__gallery__tape{display:none}.ScrapbookGallery-module-scss-module__bWqukW__gallery__cardContentWrapper{flex-direction:column;flex-grow:1;gap:8px;padding:16px 4px 24px;display:flex}.ScrapbookGallery-module-scss-module__bWqukW__gallery__cardTitleRow{justify-content:space-between;align-items:center;display:flex}.ScrapbookGallery-module-scss-module__bWqukW__gallery__cardTitle{color:var(--theme-text-tertiary);font-size:1.1rem;font-weight:700;font-family:var(--theme-font-code);letter-spacing:-.5px;margin:0}.ScrapbookGallery-module-scss-module__bWqukW__gallery__cardLink{color:var(--theme-accent-primary);opacity:.7;font-size:.9rem}.ScrapbookGallery-module-scss-module__bWqukW__gallery__cardDescription{color:var(--theme-text-tertiary);font-size:.85rem;line-height:1.4;font-family:var(--theme-font-ui);margin:0;display:block}.ScrapbookGallery-module-scss-module__bWqukW__gallery__cardTags{flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:12px;display:flex}.ScrapbookGallery-module-scss-module__bWqukW__gallery__cardTag{color:var(--theme-text-tertiary);font-size:.7rem;font-family:var(--theme-font-code)}.ScrapbookGallery-module-scss-module__bWqukW__sectionTitle{justify-content:center;margin-bottom:64px;display:flex}.ScrapbookGallery-module-scss-module__bWqukW__sectionTitle__wrapper{position:relative}.ScrapbookGallery-module-scss-module__bWqukW__sectionTitle__background{display:none}.ScrapbookGallery-module-scss-module__bWqukW__sectionTitle__content{z-index:1;background:linear-gradient(180deg,color-mix(in srgb,var(--theme-accent-primary)85%,white 15%)0%,var(--theme-accent-primary)50%,color-mix(in srgb,var(--theme-accent-primary)80%,black 20%)100%);border:2px solid color-mix(in srgb,var(--theme-accent-primary)60%,black 40%);border-radius:4px;padding:12px 48px;position:relative;box-shadow:0 4px 8px #00000040,inset 0 1px #fff3,inset 0 -1px #00000026}.ScrapbookGallery-module-scss-module__bWqukW__sectionTitle__content:before{content:"";background:radial-gradient(circle at 40% 40%,color-mix(in srgb,var(--theme-text-muted)50%,white 50%)0%,var(--theme-text-muted)40%,color-mix(in srgb,var(--theme-text-secondary)70%,black 30%)70%,color-mix(in srgb,var(--theme-text-primary)50%,black 50%)100%);border-radius:50%;width:14px;height:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%);box-shadow:0 2px 3px #0006,inset 0 1px 1px #ffffff80}.ScrapbookGallery-module-scss-module__bWqukW__sectionTitle__content:after{content:"";background:radial-gradient(circle at 40% 40%,color-mix(in srgb,var(--theme-text-muted)50%,white 50%)0%,var(--theme-text-muted)40%,color-mix(in srgb,var(--theme-text-secondary)70%,black 30%)70%,color-mix(in srgb,var(--theme-text-primary)50%,black 50%)100%);border-radius:50%;width:14px;height:14px;position:absolute;top:50%;right:12px;transform:translateY(-50%);box-shadow:0 2px 3px #0006,inset 0 1px 1px #ffffff80}.ScrapbookGallery-module-scss-module__bWqukW__sectionTitle__text{color:var(--theme-bg-primary);font-size:1.8rem;font-weight:700;font-family:var(--theme-font-ui);text-shadow:0 1px #ffffff26,0 -1px #0003;letter-spacing:.02em;margin:0}
.ScrapbookLayout-module-scss-module__002Z9W__scrapbookLayout{background-color:var(--theme-bg-primary);width:100vw;height:100vh;color:var(--theme-text-primary);z-index:50;position:fixed;top:0;left:0;overflow:hidden auto}.ScrapbookLayout-module-scss-module__002Z9W__scrapbookLayout--visible{will-change:transform;animation:1s ease-in ScrapbookLayout-module-scss-module__002Z9W__slideDown;transform:translateY(0%);box-shadow:0 10px 30px #00000080}.ScrapbookLayout-module-scss-module__002Z9W__scrapbookLayout--hidden{box-shadow:none;transition:transform .8s ease-in-out;transform:translateY(-100%)}@keyframes ScrapbookLayout-module-scss-module__002Z9W__slideDown{0%{transform:translateY(-100%)}70%{transform:translateY(-20%)}80%{transform:translateY(0%)}90%{transform:translateY(-5%)}to{transform:translateY(0%)}}.ScrapbookLayout-module-scss-module__002Z9W__scrapbookLayout__content{background-image:linear-gradient(#00000003 1px,#0000 1px),linear-gradient(90deg,#00000003 1px,#0000 1px);background-size:20px 20px;max-width:1200px;min-height:100%;margin:0 auto;padding:80px 20px 40px}
.ModeToggle-module-scss-module__-b6juW__modeToggle{background-color:var(--theme-bg-panel);pointer-events:auto;z-index:1000;border:1px solid var(--theme-border);border-radius:30px;margin-bottom:0;padding:4px;display:inline-flex;position:absolute;top:12px;transform:translate(45vw);box-shadow:0 4px 12px #0000001a}.ModeToggle-module-scss-module__-b6juW__modeToggle__slider{background-color:var(--theme-accent-primary);z-index:0;border-radius:24px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;left:4px}.ModeToggle-module-scss-module__-b6juW__modeToggle__slider--preview{transform:translate(0%)}.ModeToggle-module-scss-module__-b6juW__modeToggle__slider--ide{transform:translate(100%)}.ModeToggle-module-scss-module__-b6juW__modeToggle__button{z-index:1;cursor:pointer;min-width:110px;font-size:.95rem;font-weight:600;font-family:var(--theme-font-ui);background:0 0;border:none;outline:none;flex:1;padding:8px 24px;transition:color .2s;position:relative}.ModeToggle-module-scss-module__-b6juW__modeToggle__button--active{color:var(--theme-bg-primary)}.ModeToggle-module-scss-module__-b6juW__modeToggle__button--inactive{color:var(--theme-accent-primary)}
