@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600&family=Baloo+2:wght@600&display=swap";:root{font-family:ms_sans_serif,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:teal;color:#000}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:teal}body{font-family:ms_sans_serif,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:13px;line-height:1.35;color:#000;overflow:hidden}#root,.App{height:100vh;min-height:100vh;width:100%;display:flex;flex-direction:row;align-items:stretch;gap:16px;padding:16px;position:relative;background:teal;overflow:hidden}h1,h2,h3,h4,h5,h6,p,button,a{font-family:inherit;color:#000}h1{margin:0;font-size:20px}h2{margin:0;font-size:16px}h3{margin:0;font-size:14px}p{margin:0 0 8px;font-size:13px}button{border:none;background:none}.win98-window{background:silver;border:2px solid #000;border-right-color:#fff;border-bottom-color:#fff;box-shadow:inset -1px -1px #000,inset 1px 1px #fff}.win98-btn{background:silver;border:2px solid #ffffff;border-right-color:#000;border-bottom-color:#000;padding:3px 8px;font-size:12px;cursor:pointer;box-shadow:inset -1px -1px #000,inset 1px 1px #fff;white-space:nowrap}.win98-btn:disabled{opacity:.5;cursor:not-allowed}.win98-btn:active{filter:brightness(85%);transform:translateY(1px);box-shadow:inset 1px 1px #000}.win98-btn-small{padding:1px 4px;font-size:11px;cursor:pointer;background:silver;border:2px solid #ffffff;border-right-color:#000;border-bottom-color:#000;box-shadow:inset -1px -1px #000,inset 1px 1px #fff}.win98-btn-small:disabled{opacity:.5;cursor:not-allowed}.win98-btn-small:active{filter:brightness(85%);transform:translateY(1px);box-shadow:inset 1px 1px #000}.action-text{cursor:pointer;padding:1px 2px;display:inline-block;font-size:11px}.action-text:hover{background:#000;color:#fff}.win98-btn-danger,.action-text.delete{color:maroon}.layout-root{display:flex;flex:1;width:100%;gap:16px;align-items:stretch;position:relative;height:calc(100vh - 92px);min-height:0;overflow:hidden}aside.win98-window,.radiant-sidebar{flex:0 0 320px;padding:12px;display:flex;flex-direction:column;gap:8px}.radiant-sidebar-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.radiant-sidebar-logo{width:36px;height:36px;background:url(/radiant-logo.png) center/cover no-repeat;border:1px solid #000;border-radius:6px;box-shadow:0 0 10px #00ffc88c}.radiant-sidebar-title{font-family:Space Grotesk,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:20px;letter-spacing:.5px;color:#0df6e4;text-shadow:0 0 4px rgba(13,246,228,.4)}.radiant-sidebar-section{margin-bottom:12px;padding:12px;display:flex;flex-direction:column;flex:1}.radiant-upload-inner{margin-top:4px;padding:24px;text-align:center;display:flex;flex-direction:column;justify-content:center;gap:8px;flex:1}.radiant-storage-box{margin-top:auto;padding:12px}.radiant-upload-inner.drag-active{outline:2px dashed #000080;background:#dcdcdc}.radiant-storage-bar-outer{width:100%;height:12px;background:#999;overflow:hidden;margin:6px 0 10px}.radiant-storage-bar-inner{height:12px;background:#000;transition:width .3s ease-out}.disclaimer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:5000}.disclaimer-window{width:540px;padding:0;box-shadow:3px 3px #000}.disclaimer-title-bar{background:#0df6e4;color:#fff;padding:4px 8px;font-weight:700;font-size:13px}.disclaimer-body{padding:16px;font-size:13px;line-height:1.5;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;gap:8px}main.win98-window{flex:1;padding:12px;display:flex;flex-direction:column;overflow:hidden;height:100%;min-height:0;background:#bfbfbf}.radiant-main-panel{flex:1;background:silver!important}.radiant-main-content{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.radiant-top-bar{margin-bottom:10px;padding:4px 6px;background:silver;box-shadow:inset -1px -1px #000,inset 1px 1px #fff;display:flex;align-items:center;justify-content:space-between;width:100%}.radiant-top-left,.radiant-top-right{display:flex;align-items:center;gap:6px}.wallet-pill{padding:3px 8px;background:navy;color:#fff;font-size:11px;border:2px solid #ffffff;border-right-color:#000;border-bottom-color:#000;box-shadow:inset -1px -1px #000,inset 1px 1px #fff}.location-bar{margin-bottom:8px;padding:4px 6px;display:flex;align-items:center;gap:8px;background:silver;box-shadow:inset -1px -1px #000,inset 1px 1px #fff}.win98-btn.disabled,.win98-btn[disabled]{opacity:.5;cursor:not-allowed}.breadcrumb-bar{margin-bottom:8px}.breadcrumb-pill{display:inline-flex;align-items:center;padding:3px 8px;background:silver;border:2px solid #ffffff;border-bottom-color:#7d7d7d;border-right-color:#7d7d7d;font-size:13px;cursor:pointer;margin-right:6px;box-shadow:1px 1px #000}.breadcrumb-pill:hover{background:#dcdcdc}.radiant-table-wrapper{flex:1;overflow:auto;padding:4px}.radiant-table{width:100%;border-collapse:collapse;font-size:12px;table-layout:fixed}.radiant-table thead{background:#dcdcdc;border-bottom:1px solid #000000}.radiant-table th{padding:3px 6px;text-align:left;font-weight:700;border-bottom:1px solid #808080;border-right:1px solid #d4d0c8}.radiant-table th:last-child{border-right:none}.radiant-row{background:#fff}.radiant-row:nth-child(2n){background:#f4f4f4}.radiant-row:hover{background:#cce6ff}.folder-row:hover{background:#ddecff;cursor:pointer}.radiant-cell{padding:3px 6px;border-bottom:1px solid #e0e0e0;border-right:1px solid #f0f0f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.radiant-cell:last-child{border-right:none}.icon-cell{width:32px;text-align:center}.name-cell{max-width:280px;overflow:hidden;text-overflow:ellipsis}.size-cell{width:90px;text-align:right}.action-cell{width:70px;text-align:center}.file-emoji{display:inline-block;width:1.4em;text-align:center}.file-row-selected,.radiant-row.selected{background:#0a64a4;color:#fff}.file-row-selected .action-text,.radiant-row.selected .action-text{color:#fff}.sidebar-folder{padding:4px 6px;border-radius:3px}.sidebar-folder:hover{background:#dcdcdc;font-weight:700;cursor:pointer}.sidebar-folder-active{background:#bfbfbf;font-weight:700;border:1px solid #7b7b7b}.delete-btn{color:#b00000}.delete-btn:hover{color:#fff;background:#c00;cursor:not-allowed}.delete-btn:active{background:#900}.win98-spinner{width:12px;height:12px;border:2px solid #c0c0c0;border-top-color:#000;border-radius:50%;display:inline-block;margin-right:4px;vertical-align:middle;animation:win98-spin .7s linear infinite}@keyframes win98-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.radiant-toast,.toast{position:fixed;bottom:20px;right:20px;background:silver;border:2px solid #ffffff;border-bottom-color:#7d7d7d;border-right-color:#7d7d7d;padding:10px 16px;font-family:ms_sans_serif,sans-serif;font-size:14px;box-shadow:2px 2px #000;z-index:9999;opacity:0;transform:translateY(10px);transition:opacity .25s ease-out,transform .25s ease-out;color:#000}.toast.show{opacity:1;transform:translateY(0)}.radiant-modal-overlay,.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.radiant-modal,.win98-modal{background:silver;border:2px solid #ffffff;border-bottom-color:gray;border-right-color:gray;min-width:280px;max-width:420px;padding:12px;box-shadow:4px 4px #00000040}.radiant-modal-title-bar{background:navy;color:#fff;padding:2px 6px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:space-between}.radiant-modal-title-bar.error{background:maroon}.radiant-modal-body{padding:10px 12px;font-size:13px}.radiant-modal-footer{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.fade-out{animation:fadeOut .35s ease-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.radiant-footer,footer.win98-window{position:fixed;left:0;right:0;bottom:0;margin:0;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;font-size:12px;z-index:500;height:60px}.footer-left{display:flex;align-items:center;gap:8px}.footer-center{display:flex;flex-direction:column;align-items:center;gap:4px}.footer-links{display:flex;align-items:center;gap:16px}.footer-center a,.footer-links a{text-decoration:underline;color:#00e;font-size:12px}.footer-crafted{font-family:"Baloo 2",Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:12px;color:#000;letter-spacing:.2px;text-shadow:0 1px 0 rgba(0,0,0,.08);white-space:nowrap}.footer-right{font-size:11px}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:900}.text-right{text-align:right}.radiant-main-state{display:flex;flex-direction:column;flex:1;gap:10px}.mobile-blocker{height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:teal;padding:16px}.mobile-blocker-inner{max-width:420px;width:100%;padding:16px;text-align:center}.radiant-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;gap:8px}/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.block{display:block}.flex{display:flex}.hidden{display:none}.h-full{height:100%}.h-screen{height:100vh}.w-\[24\%\]{width:24%}.w-\[320px\]{width:320px}.w-\[380px\]{width:380px}.w-full{width:100%}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-not-allowed{cursor:not-allowed}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-\[\#808080\]{border-color:gray}.bg-\[\#000\]{background-color:#000}.bg-\[\#000080\]{background-color:navy}.bg-\[\#999\]{background-color:#999}.bg-\[\#008080\]{background-color:teal}.bg-\[\#c0c0c0\]{background-color:silver}.bg-\[\#dcdcdc\]{background-color:#dcdcdc}.bg-\[\#e0e0e0\]{background-color:#e0e0e0}.bg-\[\#e5e5e5\]{background-color:#e5e5e5}.bg-\[\#f5f5f5\]{background-color:#f5f5f5}.text-center{text-align:center}.text-left{text-align:left}.text-\[10px\]{font-size:10px}.break-all{word-break:break-all}.underline{text-decoration-line:underline}.opacity-50{opacity:.5}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}
