*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--theme-bg: #e8e8e8;--theme-grid-cell: #f0f0f0;--theme-pixel-past: #b0b0b0;--theme-pixel-today: #cc2200;--theme-pixel-future: #2a2a2a;--theme-pixel-past-hover: #c8c8c8;--theme-pixel-today-hover: #e03818;--theme-pixel-future-hover: #484848;--theme-bar-bg: #1a1a1a;--theme-bar-text: #cccccc;--theme-bar-muted: #999999;--theme-surface: #ffffff;--theme-surface-hover: #f0f0f0;--theme-surface-text: #1a1a1a;--theme-panel-bg: #2a2a2a;--theme-panel-text: #ffffff;--theme-label-idle: #888888;--theme-divider: #e0e0e0;--color-bg: var(--theme-bg);--color-pixel-past: var(--theme-pixel-past);--color-pixel-future: var(--theme-pixel-future);--color-pixel-today: var(--theme-pixel-today);--color-pixel-gap: var(--theme-bg);--color-text: var(--theme-surface-text);--color-text-muted: var(--theme-label-idle);--color-accent: var(--theme-pixel-today);--font-mono: "Pixelify Sans", monospace}html,body,#root{width:100%;height:100%}body{background:var(--theme-bg);color:var(--theme-surface-text);font-family:var(--font-mono);font-size:13px;overflow:hidden}._pixel_1yyih_1{box-shadow:.5px .5px 1px #0003;cursor:pointer;flex-shrink:0}._pixel_1yyih_1:not(._dimmed_1yyih_8):not(._selected_1yyih_8):not(._editMode_1yyih_8):hover{outline:2px solid var(--theme-bg);outline-offset:-2px;box-shadow:none}._editMode_1yyih_8{cursor:grab;box-shadow:none;-webkit-user-select:none;user-select:none;outline:none}._editMode_1yyih_8:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.5) 0px,rgba(255,255,255,.5) 1px,transparent 1px,transparent 4px);background-size:4px 4px;pointer-events:none}._editMode_1yyih_8._past_1yyih_38:hover{background:var(--theme-pixel-past-hover)}._editMode_1yyih_8._today_1yyih_39:hover{background:var(--theme-pixel-today-hover)}._editMode_1yyih_8._future_1yyih_40:hover{background:var(--theme-pixel-future-hover)}._dragging_1yyih_42{cursor:grabbing;z-index:10}._dragging_1yyih_42:before{display:none}._past_1yyih_38{background:var(--theme-pixel-past)}._today_1yyih_39{background:var(--theme-pixel-today)}._future_1yyih_40{background:var(--theme-pixel-future)}._hasReminder_1yyih_64:after{content:"";display:block;width:30%;height:30%;border-radius:50%;background:var(--theme-pixel-today);margin:35% auto auto}._today_1yyih_39._hasReminder_1yyih_64:after{background:var(--theme-panel-text)}._tooltip_1yyih_80{position:fixed;transform:translate(-50%,-100%);background:var(--theme-bar-bg);color:var(--theme-bar-text);padding:5px 12px;font-family:var(--font-mono);font-size:clamp(14px,2.1vw,28px);white-space:nowrap;pointer-events:none;z-index:9999}._tooltipArrow_1yyih_93{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--theme-bar-bg)}._grid_fkc0i_1{display:grid}._bgCell_fkc0i_5{background:var(--theme-grid-cell)}._panel_128sh_1{padding:32px;display:flex;flex-direction:column;gap:20px;cursor:default;pointer-events:auto;box-sizing:border-box;overflow:hidden}._dateHeader_128sh_13{display:flex;align-items:baseline;gap:12px;font-family:var(--font-mono);letter-spacing:.05em}._weekday_128sh_21{font-size:34px;font-weight:700}._dayNum_128sh_26{font-size:50px;font-weight:700;line-height:1}._month_128sh_32{font-size:34px;font-weight:700}._textarea_128sh_38{width:100%;flex:1;min-height:0;background:transparent;border:none;border-top:1px solid;border-bottom:1px solid;padding:12px 0;font-family:var(--font-mono);font-size:20px;resize:none;outline:none;line-height:1.6}._footer_128sh_55{display:flex;align-items:center;justify-content:space-between}._charCount_128sh_61{font-size:16px;font-family:var(--font-mono)}._saveBtn_128sh_66{border:none;padding:6px 18px;font-family:var(--font-mono);font-size:16px;letter-spacing:.1em;cursor:pointer}._past_128sh_76 ._weekday_128sh_21,._past_128sh_76 ._dayNum_128sh_26,._past_128sh_76 ._month_128sh_32{color:#1a1a1a}._past_128sh_76 ._weekday_128sh_21,._past_128sh_76 ._month_128sh_32{opacity:.6}._past_128sh_76 ._textarea_128sh_38{color:#1a1a1a;border-color:#0003}._past_128sh_76 ._textarea_128sh_38::placeholder{color:#00000059;font-style:italic}._past_128sh_76 ._charCount_128sh_61{color:#00000073}._past_128sh_76 ._saveBtn_128sh_66{background:#1a1a1a;color:#e0e0e0}._past_128sh_76 ._saveBtn_128sh_66:hover{background:#333}._today_128sh_88 ._weekday_128sh_21,._today_128sh_88 ._dayNum_128sh_26,._today_128sh_88 ._month_128sh_32{color:#fff}._today_128sh_88 ._weekday_128sh_21,._today_128sh_88 ._month_128sh_32{opacity:.75}._today_128sh_88 ._textarea_128sh_38{color:#fff;border-color:#ffffff59}._today_128sh_88 ._textarea_128sh_38::placeholder{color:#ffffff80;font-style:italic}._today_128sh_88 ._charCount_128sh_61{color:#fff9}._today_128sh_88 ._saveBtn_128sh_66{background:#fff;color:var(--color-pixel-today)}._today_128sh_88 ._saveBtn_128sh_66:hover{background:#ffffffd9}._future_128sh_100 ._weekday_128sh_21,._future_128sh_100 ._dayNum_128sh_26,._future_128sh_100 ._month_128sh_32{color:#fff}._future_128sh_100 ._weekday_128sh_21,._future_128sh_100 ._month_128sh_32{opacity:.6}._future_128sh_100 ._textarea_128sh_38{color:#fff;border-color:#fff3}._future_128sh_100 ._textarea_128sh_38::placeholder{color:#fff6;font-style:italic}._future_128sh_100 ._charCount_128sh_61{color:#ffffff80}._future_128sh_100 ._saveBtn_128sh_66{background:#fff;color:var(--color-pixel-future)}._future_128sh_100 ._saveBtn_128sh_66:hover{background:#ffffffd9}._bar_16qn5_1{display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:var(--theme-bar-bg);color:var(--theme-bar-text);font-family:var(--font-mono);letter-spacing:.03em;flex-shrink:0}._left_16qn5_13,._center_16qn5_13,._right_16qn5_13{display:flex;align-items:center;gap:10px}._label_16qn5_19{color:var(--theme-bar-muted)}._date_16qn5_23{background:var(--theme-surface);color:var(--theme-pixel-today);padding:2px 10px}._accent_16qn5_29{color:var(--theme-pixel-today);font-weight:700}._authSection_16qn5_35{display:flex;align-items:center;gap:10px}._avatar_16qn5_41{width:22px;height:22px;border-radius:50%;object-fit:cover;flex-shrink:0}._userName_16qn5_49{color:var(--theme-bar-text);white-space:nowrap}._signOutBtn_16qn5_54{background:transparent;border:none;color:var(--theme-bar-muted);font-family:var(--font-mono);font-size:inherit;letter-spacing:.03em;cursor:pointer;padding:0}._signOutBtn_16qn5_54:hover{color:var(--theme-bar-text)}._signInBtn_16qn5_69{background:transparent;border:1px solid var(--theme-bar-muted);color:var(--theme-bar-muted);font-family:var(--font-mono);font-size:inherit;letter-spacing:.03em;cursor:pointer;padding:2px 10px}._signInBtn_16qn5_69:hover{border-color:var(--theme-bar-text);color:var(--theme-bar-text)}._bar_m2xzb_1{display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:var(--theme-bar-bg);color:var(--theme-bar-text);font-family:var(--font-mono);letter-spacing:.03em;flex-shrink:0;position:relative}._left_m2xzb_14,._right_m2xzb_14{display:flex;align-items:center;gap:12px}._label_m2xzb_20{color:var(--theme-bar-muted)}._labelGap_m2xzb_24{margin-left:48px}._dropdown_m2xzb_29{position:relative}._sizer_m2xzb_34{height:0;overflow:hidden;padding:0 28px;white-space:nowrap;pointer-events:none;visibility:hidden}._trigger_m2xzb_43{display:flex;align-items:center;justify-content:space-between;width:100%;background:var(--theme-surface);border:none;color:var(--theme-surface-text);font-family:var(--font-mono);font-size:inherit;letter-spacing:.03em;cursor:pointer;padding:4px 28px 4px 16px;box-sizing:border-box}._trigger_m2xzb_43:hover{background:var(--theme-surface-hover)}._arrow_m2xzb_63{font-size:.8em;opacity:.6;margin-left:8px;transition:transform .2s ease}._arrowOpen_m2xzb_70{transform:rotate(180deg)}._menu_m2xzb_74{position:absolute;bottom:calc(100% + 6px);left:0;width:100%;background:var(--theme-surface);color:var(--theme-surface-text);z-index:100;display:flex;flex-direction:column}._option_m2xzb_86{background:transparent;border:none;padding:8px 16px;font-family:var(--font-mono);font-size:inherit;letter-spacing:.03em;cursor:pointer;text-align:center;color:var(--theme-surface-text);width:100%}._option_m2xzb_86:hover{background:var(--theme-bg)}._active_m2xzb_103{color:var(--theme-pixel-today)}._divider_m2xzb_107{height:1px;background:var(--theme-divider);margin:4px 0}._branding_m2xzb_114{font-weight:700;letter-spacing:.05em}._brandWhite_m2xzb_119{color:var(--theme-bar-text)}._brandRed_m2xzb_123{color:var(--theme-pixel-today)}._backdrop_dwg4y_1{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:100}._card_dwg4y_11{background:var(--theme-panel-bg);color:var(--theme-panel-text);font-family:var(--font-mono);width:360px;padding:32px;display:flex;flex-direction:column;gap:20px}._title_dwg4y_22{font-size:18px;font-weight:600;letter-spacing:.05em}._input_dwg4y_28{background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.4);color:var(--theme-panel-text);font-family:var(--font-mono);font-size:16px;padding:8px 0;outline:none;width:100%}._input_dwg4y_28::placeholder{color:#ffffff59}._input_dwg4y_28:focus{border-bottom-color:#fffc}._footer_dwg4y_48{display:flex;justify-content:flex-end;gap:12px}._cancelBtn_dwg4y_54{background:transparent;border:1px solid rgba(255,255,255,.3);color:#ffffffb3;font-family:var(--font-mono);font-size:13px;letter-spacing:.1em;padding:6px 18px;cursor:pointer;text-transform:uppercase}._cancelBtn_dwg4y_54:hover{border-color:#fff9;color:var(--theme-panel-text)}._saveBtn_dwg4y_71{background:#ffffff1f;border:1px solid rgba(255,255,255,.4);color:var(--theme-panel-text);font-family:var(--font-mono);font-size:13px;letter-spacing:.1em;padding:6px 18px;cursor:pointer;text-transform:uppercase}._saveBtn_dwg4y_71:hover:not(:disabled){background:#ffffff38}._saveBtn_dwg4y_71:disabled{opacity:.35;cursor:not-allowed}._app_qvldt_1{display:flex;flex-direction:column;width:100vw;height:100vh;overflow:hidden}._main_qvldt_9{flex:1;position:relative;overflow:hidden}._gridWrapper_qvldt_15{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}._zoomed_qvldt_23{cursor:zoom-out}._detailOverlay_qvldt_29{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:20;pointer-events:none}._customControls_qvldt_40{position:absolute;bottom:20px;left:20px;display:flex;gap:8px;z-index:30;pointer-events:auto}._ctrlBtn_qvldt_50{background:var(--theme-bar-bg);color:var(--theme-bar-text);border:none;font-family:var(--font-mono);font-size:inherit;letter-spacing:.1em;padding:.25em .7em;cursor:pointer;opacity:.9}._ctrlBtn_qvldt_50:hover{opacity:1;background:var(--theme-panel-bg)}._ctrlBtnDanger_qvldt_67{background:var(--theme-surface);border:2px solid var(--theme-pixel-today);color:var(--theme-pixel-today)}._ctrlBtnDanger_qvldt_67:hover{background:color-mix(in srgb,var(--theme-pixel-today) 8%,transparent);opacity:1}
