*{margin:0;padding:0;box-sizing:border-box}body{font-family:Tahoma,Arial,sans-serif;background:linear-gradient(135deg,#004d4d,#00bfa5);overflow:hidden;height:100vh;-webkit-user-select:none;user-select:none}.desktop{width:100vw;height:100vh;position:relative;background:linear-gradient(135deg,#004d4d,#00bfa5);cursor:default}.desktop-icon{position:absolute;width:90px;height:120px;display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:4px;border-radius:2px;transition:background-color .2s;z-index:1}.desktop-icon.is-dragging{z-index:50;cursor:grabbing}body.is-icon-dragging,body.is-icon-dragging *{cursor:grabbing!important}.desktop-icon:hover{background-color:#ffffff1a}.desktop-icon.selected{background-color:#007bff4d}.desktop-icon img{width:48px;height:48px;margin-bottom:4px}.desktop-icon span{color:#fff;font-size:11px;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.8);word-wrap:break-word;max-width:90px}.taskbar{position:fixed;bottom:0;left:0;right:0;height:30px;background:linear-gradient(to bottom,#245edb,#1e3a8a,#1e40af);border-top:1px solid #4a90e2;display:flex;align-items:center;z-index:1000}.start-button{height:30px;width:100px;background:linear-gradient(to bottom,#4a90e2,#357abd,#2c5aa0);border:1px solid #5ba0f2;border-right:1px solid #1e3a8a;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:11px;color:#fff;font-weight:700}.start-button:hover{background:linear-gradient(to bottom,#5ba0f2,#4a90e2,#357abd)}.start-button:active{background:linear-gradient(to bottom,#2c5aa0,#357abd,#4a90e2)}.taskbar-center{flex:1;height:100%;display:flex;align-items:center;padding:0 4px}.taskbar-item{height:24px;min-width:120px;background:linear-gradient(to bottom,#4a90e2,#357abd,#2c5aa0);border:1px solid #5ba0f2;border-right:1px solid #1e3a8a;margin-right:2px;display:flex;align-items:center;padding:0 8px;cursor:pointer;font-size:11px;color:#fff}.taskbar-item:hover{background:linear-gradient(to bottom,#5ba0f2,#4a90e2,#357abd)}.taskbar-item.active{background:linear-gradient(to bottom,#2c5aa0,#357abd,#4a90e2)}.system-tray{height:100%;display:flex;align-items:center;padding:0 4px;background:linear-gradient(to bottom,#245edb,#1e3a8a,#1e40af);border-left:1px solid #4a90e2}.tray-icon{width:16px;height:16px;margin:0 2px;cursor:pointer}.tray-icon.song-icon{overflow:hidden;background:#000}.tray-icon.song-icon img{width:16px;height:16px;display:block;object-fit:cover}.time{color:#fff;font-size:11px;padding:0 8px;cursor:pointer}.start-menu{position:fixed;bottom:30px;left:0;width:300px;height:400px;background:linear-gradient(to bottom,#4a90e2,#357abd,#2c5aa0);border:1px solid #5ba0f2;border-bottom:none;display:none;z-index:1001}.start-menu-header{height:40px;background:linear-gradient(to bottom,#5ba0f2,#4a90e2);display:flex;align-items:center;padding:0 12px;color:#fff;font-weight:700;font-size:12px}.start-menu-content{flex:1;padding:8px;overflow-y:auto}.start-menu-item{display:flex;align-items:center;padding:4px 8px;cursor:pointer;color:#fff;font-size:11px;border-radius:2px}.start-menu-item:hover{background-color:#ffffff1a}.start-menu-item img{width:16px;height:16px;margin-right:8px}.window{position:absolute;box-sizing:border-box;background:#ece9d8;border:1px solid #999;border-top:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #666;border-bottom:2px solid #666;min-width:300px;min-height:200px;z-index:100}.window.maximized{top:0!important;left:0!important;width:100vw!important;height:calc(100vh - 30px)!important}.window.maximized .window-content,.window.maximized .window-content.no-padding{height:calc(100% - 24px)}.window-resize{position:absolute;z-index:4}.window-resize.n{top:-3px;left:8px;right:8px;height:6px;cursor:n-resize}.window-resize.s{bottom:-3px;left:8px;right:8px;height:6px;cursor:s-resize}.window-resize.e{top:8px;right:-3px;bottom:8px;width:6px;cursor:e-resize}.window-resize.w{top:8px;left:-3px;bottom:8px;width:6px;cursor:w-resize}.window-resize.ne{top:-3px;right:-3px;width:12px;height:12px;cursor:ne-resize}.window-resize.nw{top:-3px;left:-3px;width:12px;height:12px;cursor:nw-resize}.window-resize.se{bottom:-3px;right:-3px;width:12px;height:12px;cursor:se-resize}.window-resize.sw{bottom:-3px;left:-3px;width:12px;height:12px;cursor:sw-resize}html.phone-shell .window-resize,.window.maximized .window-resize{display:none}body.is-window-dragging,body.is-window-resizing{-webkit-user-select:none;user-select:none}body.is-window-dragging{cursor:move}.window-header{height:24px;background:linear-gradient(to bottom,#0a2463,#1e3a8a,#0a2463);display:flex;align-items:center;padding:0 4px;cursor:move;color:#fff;font-size:11px;font-weight:700;-webkit-user-select:none;user-select:none}.window-title{flex:1;padding:0 8px}.window-controls{display:flex}.window-control{width:16px;height:14px;margin:0 1px;background:silver;border:1px solid #999;border-top:1px solid #fff;border-left:1px solid #fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:8px;color:#000}.window-control:hover{background:#d0d0d0}.window-control:active{background:#a0a0a0;border:1px solid #666;border-top:1px solid #999;border-left:1px solid #999}.window-content{padding:8px;height:calc(100% - 24px);overflow:auto}.window[data-window-type=chat] .window-content{position:relative;overflow:hidden}.window-content.no-padding{padding:0;height:calc(100% - 24px);overflow:auto}html:not(.phone-shell) .window[data-window-type=paint] .window-content.no-padding,html:not(.phone-shell) .window[data-window-type=nft-builder] .window-content.no-padding{overflow:hidden;display:flex;flex-direction:column}html:not(.phone-shell) .window[data-window-type=paint] .window-content>div,html:not(.phone-shell) .window[data-window-type=nft-builder] .window-content>div{height:100%!important;min-height:0;overflow:hidden}html:not(.phone-shell) .paint-canvas-stage{flex:1 1 auto!important;min-height:0!important;margin-bottom:8px!important;overflow:hidden;display:flex!important;align-items:center!important;justify-content:center!important}html:not(.phone-shell) #paint-canvas-wrapper{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;min-width:0!important;min-height:0!important;flex:0 0 auto;aspect-ratio:1 / 1!important}html:not(.phone-shell) #paint-canvas{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;aspect-ratio:1 / 1!important}html:not(.phone-shell) .paint-layers{margin-bottom:0!important}.icon-internet-explorer{top:20px;left:20px}.icon-my-documents,.icon-onchain{top:20px;left:120px}.icon-nft-builder{top:50%;left:20px;transform:translateY(-50%)}.icon-paint{top:50%;left:120px;transform:translateY(-50%)}.icon-notepad{bottom:50px;left:20px}.icon-174{bottom:50px;right:20px;width:auto!important;height:auto!important;padding:0!important}.icon-174 img{width:193px!important;height:247px!important;margin:0!important}.paint-tool-btn{transition:background-color .1s}.paint-tool-btn:hover{background:#d0d0d0!important}.paint-tool-btn:active{background:silver!important;border:1px solid #666!important;border-top:1px solid #999!important;border-left:1px solid #999!important}.paint-tool-btn.active{background:#316ac5!important;color:#fff!important}#phone-shell{display:none}html.phone-shell{overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;--phone-chrome-top: calc(52px + env(safe-area-inset-top)) ;--phone-dock-clearance: calc(128px + env(safe-area-inset-bottom)) }html.phone-shell .taskbar,html.phone-shell .start-menu,html.phone-shell #desktop .desktop-icon{display:none!important}html.phone-shell #phone-shell{display:flex;flex-direction:column;position:fixed;inset:0;z-index:90;padding:env(safe-area-inset-top) 16px calc(10px + env(safe-area-inset-bottom));background:linear-gradient(165deg,#003d3d,#004d4d 40%,#00bfa5)}html.phone-shell.phone-app-open #phone-shell{pointer-events:none;background:transparent}html.phone-shell.phone-app-open .phone-status{pointer-events:auto}html.phone-shell.phone-app-open #phone-grid{visibility:hidden;pointer-events:none}html.phone-shell.phone-app-open .phone-dock{pointer-events:auto}.phone-status{display:flex;align-items:center;justify-content:space-between;height:28px;padding:0 4px;color:#fff;font-size:12px;font-weight:700;text-shadow:0 1px 1px rgba(0,0,0,.6);flex-shrink:0}.phone-status-icons{cursor:pointer}.phone-grid{flex:1;min-height:0;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;align-content:stretch;gap:12px 8px;padding:12px 4px 8px;overflow:hidden;touch-action:pan-y}.phone-slot{min-height:0;display:flex;justify-content:center;align-items:center}.phone-slot.is-drop-target{background:#ffffff24;border-radius:16px}html.phone-reordering,html.phone-reordering body{overflow:hidden;overscroll-behavior:none}#phone-shell.is-reordering .phone-grid{overflow:hidden;touch-action:none}#phone-shell.is-reordering .phone-dock{touch-action:none}.phone-tile-placeholder{visibility:hidden;pointer-events:none;flex-shrink:0}.phone-dock{display:flex;justify-content:space-around;align-items:flex-end;gap:8px;margin:8px 4px 10px;padding:10px 8px 8px;background:#ece9d88c;border:1px solid rgba(0,0,0,.18);border-radius:22px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 14px #00000038}.phone-dock.is-drop-target{outline:2px solid rgba(255,255,255,.75);outline-offset:2px}.phone-tile{appearance:none;background:none;border:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;font-family:Tahoma,sans-serif;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:none}.phone-tile.is-dragging{opacity:.95;transform:scale(1.08);z-index:200;pointer-events:none}.phone-tile.is-dragging .phone-tile-icon{box-shadow:0 8px 18px #0000006b}.phone-tile-icon{width:60px;height:60px;border-radius:14px;background:linear-gradient(to bottom,#f4f1e4,#dcd6c0);border:1px solid rgba(0,0,0,.16);display:flex;align-items:center;justify-content:center;font-size:28px;overflow:hidden;box-shadow:0 2px 6px #00000047}.phone-tile-icon img{width:42px;height:42px;object-fit:contain;-webkit-user-drag:none;pointer-events:none}html.phone-shell .phone-tile[data-app=music] .phone-tile-icon{background:#000}html.phone-shell .phone-tile[data-app=music] .phone-tile-icon img{width:100%;height:100%;object-fit:cover}html.phone-shell .phone-tile.is-open .phone-tile-icon{outline:2px solid #fff;outline-offset:1px}.phone-tile-label{color:#fff;font-size:11px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.8);max-width:72px;line-height:1.2;white-space:nowrap;overflow:hidden}html.phone-shell .phone-tile[data-app=nft-builder] .phone-tile-label{font-size:0;line-height:0;max-width:none}html.phone-shell .phone-tile[data-app=nft-builder] .phone-tile-label:after{content:"Weirdos";font-size:11px;line-height:1.2;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.8);white-space:nowrap}html.phone-shell .window,html.phone-shell .video-player-window{position:fixed!important;top:calc(28px + env(safe-area-inset-top))!important;left:0!important;right:0!important;bottom:var(--phone-dock-clearance)!important;width:100%!important;height:auto!important;min-width:0!important;min-height:0!important;z-index:80!important;display:none;flex-direction:column;border-radius:0;border:1px solid rgba(0,0,0,.2);box-shadow:none}html.phone-shell .window.phone-sheet{top:var(--phone-chrome-top)!important;left:14px!important;right:14px!important;width:auto!important;bottom:var(--phone-dock-clearance)!important;height:auto!important;border-radius:12px;overflow:hidden;box-shadow:0 8px 22px #00000047}html.phone-shell .window[data-window-type=my-documents].phone-sheet{height:auto!important;bottom:auto!important;max-height:calc(100% - 180px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}html.phone-shell .window[data-window-type=my-documents] .window-content{flex:0 1 auto}html.phone-shell.phone-app-open .window,html.phone-shell.phone-app-open .video-player-window{display:flex}html.phone-shell .window-header{cursor:default;flex-shrink:0}html.phone-shell .window-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.phone-shell .window-header .minimize,html.phone-shell .window-header .maximize{display:none}html.phone-shell .window-content{flex:1;height:auto!important;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}html.phone-shell .window-content.no-padding{height:auto!important;overflow:auto}html.phone-shell .music-player-popup{position:fixed!important;top:auto!important;left:16px!important;right:16px!important;bottom:var(--phone-dock-clearance)!important;width:auto!important;max-height:70%!important;z-index:80!important;border:1px solid rgba(0,0,0,.18);box-shadow:0 8px 22px #00000047}html.phone-shell .music-player-close,html.phone-shell .song-item-simple{border:1px solid rgba(0,0,0,.14)}html.phone-shell #wifi-popup{top:calc(40px + env(safe-area-inset-top));bottom:auto;left:12px;right:12px;width:auto}html.phone-shell input,html.phone-shell textarea{font-size:16px!important}html.phone-shell .window[data-window-type=nft-builder] .window-content,html.phone-shell .window[data-window-type=paint] .window-content{overflow:hidden;display:flex;flex-direction:column;min-height:0}html.phone-shell .window[data-window-type=paint] .window-content{touch-action:none}html.phone-shell .window[data-window-type=paint] .window-content>div{height:100%!important;min-height:0;overflow:hidden}html.phone-shell .paint-canvas-stage{flex:1 1 auto!important;min-height:0!important;margin-bottom:6px!important;overflow:hidden;display:flex!important;align-items:center!important;justify-content:center!important}html.phone-shell #paint-canvas-wrapper{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;min-width:0!important;min-height:0!important;flex:0 0 auto;aspect-ratio:1 / 1!important;touch-action:none}html.phone-shell #paint-canvas{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;aspect-ratio:1 / 1!important;object-fit:contain;touch-action:none}html.phone-shell .paint-toolbar{flex-shrink:0}html.phone-shell .paint-layers{flex-direction:column!important;align-items:stretch!important;flex-wrap:nowrap!important;gap:6px!important;margin-bottom:4px!important;flex-shrink:0}html.phone-shell .paint-layers-sep{display:none}html.phone-shell #paint-layer-buttons{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px!important;flex:none!important}html.phone-shell .paint-layer-btn{min-height:28px;padding:6px 2px!important;font-size:10px!important}html.phone-shell #paint-send-to-builder-btn{width:100%}html.phone-shell .nft-builder-container{flex:1;flex-direction:column!important;min-height:0!important;height:100%!important;overflow:hidden;position:relative;gap:6px!important;padding:6px!important}html.phone-shell .nft-preview-label,html.phone-shell .nft-traits-heading{display:none}html.phone-shell .nft-preview-col{width:100%;min-width:0;min-height:0;flex:1 1 auto!important;max-height:none;overflow:hidden}html.phone-shell .nft-preview-stage{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;align-items:center;justify-content:center}html.phone-shell .nft-controls{flex-shrink:0;flex-wrap:nowrap!important;justify-content:center;gap:8px!important;padding:0 2px!important}html.phone-shell #nft-clear-btn,html.phone-shell #nft-randomize-btn{padding:6px 8px!important}html.phone-shell .nft-progress{flex:0 0 auto!important}html.phone-shell .nft-progress-track{display:none}html.phone-shell #progress-text{margin-left:0}html.phone-shell .nft-canvas-frame{flex:0 0 auto;width:auto;max-width:100%;margin:0;box-sizing:border-box;overflow:hidden;padding:2px!important;background:transparent}html.phone-shell #nft-canvas{max-width:100%;max-height:100%;min-width:0!important;min-height:0!important;display:block}html.phone-shell .nft-export-wrap{display:flex;justify-content:center;padding:0 2px!important}html.phone-shell #nft-export-btn{width:auto!important;min-width:0;padding:6px 16px!important;text-align:center!important}html.phone-shell .nft-traits-col{flex:0 0 auto!important;width:100%!important;min-width:0;min-height:0!important;max-height:none;overflow:visible;gap:6px!important}html.phone-shell #category-buttons{display:grid!important;grid-template-columns:1fr 1fr;gap:4px!important;overflow:visible;min-height:0!important;flex:none!important;padding:0 2px!important}html.phone-shell #category-buttons button,html.phone-shell .nft-trait-cat{flex:none!important;flex-direction:row!important;width:auto;min-width:0;min-height:32px!important;max-height:40px;height:auto!important;padding:6px 8px!important;box-sizing:border-box}html.phone-shell #category-buttons .nft-trait-cat:last-child{grid-column:1 / -1;justify-self:center;width:calc((100% - 4px)/2)}html.phone-shell #trait-selector-modal{inset:8px!important;width:auto!important;height:auto!important;transform:none!important;box-sizing:border-box}html.phone-shell #trait-selector-modal>div:first-child{height:32px}html.phone-shell #trait-grid{height:calc(100% - 32px)!important}html.phone-shell .trait-modal-close{width:28px!important;height:28px!important;font-size:16px!important}html.phone-shell .paint-toolbar{flex-wrap:wrap!important;max-width:100%;box-sizing:border-box;row-gap:6px}html.phone-shell .paint-toolbar-sep{display:none}html.phone-shell .paint-toolbar label,html.phone-shell .paint-toolbar button{flex:0 1 auto;min-width:0}html.phone-shell .paint-toolbar select{max-width:8.5em}.music-player-popup{position:fixed;bottom:40px;right:10px;width:280px;display:flex;flex-direction:column;background:#ece9d8;border:1px solid #fff;border-right-color:#666;border-bottom-color:#666;border-radius:12px;box-shadow:2px 2px 8px #00000040;z-index:9999;font-family:Tahoma,sans-serif;overflow:auto}.music-player-header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:linear-gradient(to bottom,#f4f1e4,#dcd6c0);border-bottom:1px solid #c4bda8;color:#333;font-size:12px;font-weight:700}.music-player-close{width:22px;height:22px;padding:0;border:1px solid #fff;border-right-color:#7a7566;border-bottom-color:#7a7566;background:#ece9d8;cursor:pointer;font-size:14px;line-height:1;color:#333}.music-player-body{padding:10px}.music-now{margin:0 0 8px;font-size:12px;color:#444;min-height:1.2em}.music-player-popup .audio-element{width:100%;margin-bottom:10px}.song-list-simple{display:flex;flex-direction:column;gap:6px}.song-item-simple{appearance:none;width:100%;text-align:left;padding:8px 10px;cursor:pointer;font-family:Tahoma,sans-serif;font-size:12px;color:#333;background:linear-gradient(to bottom,#f4f1e4,#dcd6c0);border:1px solid #fff;border-right-color:#7a7566;border-bottom-color:#7a7566;border-radius:8px}.song-item-simple.is-playing{background:linear-gradient(to bottom,#e8e2cc,#cfc6a8);font-weight:700}.daily-weirdo{height:100%;min-height:0;display:flex;flex-direction:column;background:#d4d0c8;font-family:Arial,Helvetica,sans-serif}.daily-weirdo-chrome{display:flex;align-items:center;gap:6px;padding:3px 6px;background:linear-gradient(to bottom,#f0f0f0,#d4d0c8);border-bottom:1px solid #808080;flex-shrink:0}.daily-weirdo-navbtn{width:22px;height:22px;border:1px solid #808080;border-top-color:#fff;border-left-color:#fff;background:#e8e4d4;cursor:pointer;font-size:10px}.daily-weirdo-address-label{font-size:11px;font-weight:700;color:#000}.daily-weirdo-path{flex:1;background:#fff;border:1px solid #808080;border-top-color:#404040;border-left-color:#404040;padding:2px 6px;font-size:11px;color:#000}.daily-weirdo-page{flex:1;min-height:0;overflow:auto;background:#f7941d;padding:8px 10px 10px}.daily-weirdo-ads{display:flex;gap:8px;margin-bottom:8px}.daily-weirdo-ad{flex:1;display:flex;align-items:center;justify-content:space-between;gap:8px;height:38px;padding:0 10px;background:#fff;border:1px solid #333;color:#039;text-decoration:none;font-size:11px}.daily-weirdo-ad strong{font-size:12px}.daily-weirdo-ad-dark{background:#1e3a6e;color:#fff;border-color:#0b1c3a}.daily-weirdo-paper{background:#fff;border:1px solid #000;min-height:calc(100% - 46px);display:flex;flex-direction:column}.daily-weirdo-brand{display:flex;align-items:center;gap:12px;padding:10px 12px 8px;background:#fff}.daily-weirdo-logo{display:inline-block;background:linear-gradient(to bottom,#7eb3e0,#3a7ec0 45%,#2b649c);color:#fff;font-size:15px;font-weight:700;letter-spacing:.14em;padding:7px 20px 8px;border-radius:999px;border:1px solid #1a4a78;box-shadow:inset 0 1px #ffffff73;white-space:nowrap}.daily-weirdo-tag{font-size:12px;color:#888}.daily-weirdo-menubar{display:flex;align-items:center;flex-wrap:wrap;gap:2px 10px;background:#6a6a6a;color:#fff;padding:3px 8px;font-size:11px}.daily-weirdo-menubar>button{appearance:none;background:none;border:0;color:#fff;cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:11px;padding:2px 0}.daily-weirdo-menubar>button:hover{text-decoration:underline}.daily-weirdo-search{margin-left:auto;display:flex;align-items:center;gap:4px;color:#fff;font-size:11px}.daily-weirdo-q{width:9em;height:16px;font-size:11px;border:1px solid #333;padding:0 3px}.daily-weirdo-layout{flex:1;min-height:0;display:flex;background:#fff}.daily-weirdo-side{width:132px;flex-shrink:0;background:#fff;border-right:1px solid #ccc;padding:4px 0 12px}.daily-weirdo-group{margin:0 0 6px}.daily-weirdo-group h4{margin:0;font-size:11px;font-weight:700;color:#fff;background:#4a7ebb;padding:2px 8px}.daily-weirdo-link,.daily-weirdo-hit,.daily-weirdo-related button{display:block;width:100%;text-align:left;border:0;background:#eee;cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:11px;color:#333;padding:1px 10px}.daily-weirdo-link:hover,.daily-weirdo-hit:hover,.daily-weirdo-related button:hover{text-decoration:underline;color:#039}.daily-weirdo-link.is-current{font-weight:700;background:#ddd}.daily-weirdo-main{flex:1;min-width:0;overflow:auto;padding:10px 14px 16px}.daily-weirdo-kicker{margin:0 0 6px;font-size:12px;font-weight:700;color:#f7941d}.daily-weirdo-title{margin:0 0 10px;font-size:16px;color:#000;font-weight:700}.daily-weirdo-lead{float:left;width:88px;margin:0 12px 8px 0;text-align:center}.daily-weirdo-lead img{width:80px;height:80px;object-fit:contain;border:1px solid #999;background:#eee}.daily-weirdo-lead span{display:block;font-size:9px;color:#666;margin-top:2px}.daily-weirdo-body{font-family:Times New Roman,Times,serif;font-size:13px;line-height:1.35;color:#000}.daily-weirdo-body p{margin:0 0 8px;white-space:pre-wrap}.daily-weirdo-links a{display:block;margin:0 0 4px;color:#039;font-size:12px}.daily-weirdo-opinion{clear:both;margin-top:16px;background:#e8e8e8;border:1px solid #bbb;padding:6px 8px}.daily-weirdo-opinion h4{margin:0 0 4px;font-size:11px;color:#4a7ebb}.daily-weirdo-opinion p{margin:0;font-size:11px}.daily-weirdo-related{clear:both;margin-top:12px;font-size:11px;color:#333}.daily-weirdo-related button{display:inline;width:auto;background:none;padding:0 4px;color:#039}.daily-weirdo-hit{padding:6px 0;background:none;border-bottom:1px dotted #ccc;color:#039}.weirdo-tube-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 12px;margin-top:14px;clear:both}.daily-weirdo .weirdo-tube-card{display:flex;flex-direction:column;align-items:stretch;margin:0;padding:0;border:0;background:transparent;cursor:pointer;text-align:left;font-family:Arial,Helvetica,sans-serif;color:inherit}.daily-weirdo .weirdo-tube-thumb{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:90px;border:1px solid #222;box-shadow:1px 1px #999;overflow:hidden;background:#111}.daily-weirdo .weirdo-tube-shot{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.daily-weirdo .weirdo-tube-play{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:28px;height:22px;background:#0000009e;color:#fff;font-size:11px;line-height:1;border:1px solid rgba(255,255,255,.35)}.daily-weirdo .weirdo-tube-time{position:absolute;right:3px;bottom:3px;z-index:1;background:#000;color:#fff;font-size:10px;padding:1px 3px;line-height:1.2}.daily-weirdo .weirdo-tube-title{display:block;margin-top:5px;font-size:11px;color:#039;text-decoration:underline;line-height:1.25}.daily-weirdo .weirdo-tube-meta{display:block;margin-top:1px;font-size:10px;color:#666}.daily-weirdo .weirdo-tube-card:hover .weirdo-tube-thumb{filter:brightness(1.08)}html.phone-shell .weirdo-tube-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html.phone-shell .daily-weirdo .weirdo-tube-thumb{height:72px}html.phone-shell .daily-weirdo-layout{flex-direction:column}html.phone-shell .daily-weirdo-side{width:auto;display:flex;flex-wrap:wrap;border-right:0;border-bottom:1px solid #ccc}html.phone-shell .daily-weirdo-group{margin:0}html.phone-shell .daily-weirdo-ads{flex-direction:column}html.phone-shell .daily-weirdo-brand{flex-wrap:wrap}html.phone-shell .window[data-window-type=internet-explorer] .window-content{flex:1;min-height:0;overflow:hidden}
