:root{font-family:IBM Plex Mono,Courier New,monospace;line-height:1.5;font-weight:400;color:#f1f5f9;background-color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;height:100vh;background:radial-gradient(circle at top right,#1e293b,#0b1120 45%,#020617);color:inherit}#app{height:100vh}.shell{height:100vh;display:flex;overflow:hidden}.viewer{flex:1;position:relative;background:#02061799;display:flex;align-items:center;justify-content:center;overflow:hidden}.frame{position:relative}.canvas{position:absolute;inset:0;transform-origin:top left;background-position:center;background-repeat:no-repeat}.component{position:absolute;display:flex;justify-content:center;align-items:center}.component.text{display:block;white-space:pre-wrap}.component.image{width:100%;height:100%}.component.clock{font-size:48px;font-weight:600;color:#f8fafc;white-space:nowrap}.component.countdown{flex-direction:column;align-items:center;justify-content:center;gap:.3rem;color:#f8fafc;font-weight:600}.countdown-label{text-align:center;text-transform:uppercase;letter-spacing:.2em;font-size:1rem;color:#e2e8f0d9}.countdown-value{font-size:2.5rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}.error{padding:1.5rem;border-radius:18px;border:1px solid rgba(248,113,113,.35);background:#7f1d1d4d}.error h2{margin-top:0}.error .hint{color:#fecaca}body[data-state=error] .viewer{opacity:.4}.component.calendar{overflow:hidden;background:#0f172acc;border-radius:8px;color:#f1f5f9}.calendar-container{width:100%;height:100%;display:flex;flex-direction:column;padding:8px;overflow:hidden}.calendar-day-view,.calendar-weekday-view,.calendar-week-view{flex-direction:row;gap:8px}.calendar-day-column{flex:1;display:flex;flex-direction:column;min-width:0;background:#1e293b66;border-radius:4px;overflow:hidden}.calendar-day-header{padding:8px;text-align:center;font-weight:600;background:#33415599;border-bottom:1px solid rgba(100,116,139,.3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-events-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.calendar-no-events{text-align:center;color:#e2e8f080;font-style:italic}.calendar-event-item{background:#4285f4;border-radius:4px;cursor:pointer;transition:opacity .2s}.calendar-event-item:hover{opacity:.9}.calendar-event-item-time{color:#ffffffe6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event-item-title{color:#fff;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.calendar-month-view{flex-direction:column;gap:12px}.calendar-month-header{text-align:center;font-weight:700;padding:8px 0;color:#f8fafc}.calendar-weekday-labels{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:4px}.calendar-weekday-label{text-align:center;font-weight:600;padding:6px 0;color:#e2e8f0cc;text-transform:uppercase;letter-spacing:.05em}.calendar-month-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;flex:1;overflow:hidden}.calendar-month-cell{background:#1e293b66;border-radius:4px;padding:6px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(100,116,139,.2);transition:background .2s;min-width:0}.calendar-month-cell:hover{background:#33415580}.calendar-month-cell.other-month{opacity:.4}.calendar-month-cell.today{background:#3b82f626;border-color:#3b82f680}.calendar-date-label{font-weight:600;margin-bottom:4px;color:#e2e8f0}.calendar-month-cell.today .calendar-date-label{color:#60a5fa}.calendar-events-list{display:flex;flex-direction:column;gap:2px;flex:1;overflow:hidden}.calendar-event-dot{padding:2px 4px;border-radius:3px;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word;font-weight:500;background:#4285f4;color:#fff;border-left:2px solid rgba(0,0,0,.3)}.calendar-event-more{padding:2px 4px;color:#e2e8f099;font-style:italic}
