@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#0f0c29}#root{max-width:100%;margin:0;padding:0;text-align:left;width:100%}.grid-stack{position:relative}.grid-stack-rtl{direction:ltr}.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack-placeholder>.placeholder-content{background-color:#0000001a;margin:0;position:absolute;width:auto;z-index:0!important}.grid-stack>.grid-stack-item{position:absolute;padding:0;top:0;left:0;width:var(--gs-column-width);height:var(--gs-cell-height)}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;width:auto;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item.size-to-content:not(.size-to-content-max)>.grid-stack-item-content{overflow-y:hidden}.grid-stack>.grid-stack-item>.grid-stack-item-content,.grid-stack>.grid-stack-placeholder>.placeholder-content{top:var(--gs-item-margin-top);right:var(--gs-item-margin-right);bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack-item>.ui-resizable-ne,.grid-stack-item>.ui-resizable-nw,.grid-stack-item>.ui-resizable-se,.grid-stack-item>.ui-resizable-sw{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');background-repeat:no-repeat;background-position:center}.grid-stack-item>.ui-resizable-ne{transform:rotate(45deg)}.grid-stack-item>.ui-resizable-sw{transform:rotate(45deg)}.grid-stack-item>.ui-resizable-nw{transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-se{transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;top:var(--gs-item-margin-top);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:var(--gs-item-margin-top);left:25px;right:25px}.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;top:var(--gs-item-margin-top);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;top:15px;bottom:15px;right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:var(--gs-item-margin-bottom);right:25px}.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;top:15px;bottom:15px;left:var(--gs-item-margin-left)}.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack-item.ui-draggable-dragging{will-change:left,top}.grid-stack-item.ui-resizable-resizing{will-change:width,height}.ui-draggable-dragging,.ui-resizable-resizing{z-index:10000}.ui-draggable-dragging>.grid-stack-item-content,.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px #0003;opacity:.8}.grid-stack-animate,.grid-stack-animate .grid-stack-item{transition:left .3s,top .3s,height .3s,width .3s}.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack-animate .grid-stack-item.ui-resizable-resizing{transition:left 0s,top 0s,height 0s,width 0s}.grid-stack>.grid-stack-item[gs-y="0"]{top:0}.grid-stack>.grid-stack-item[gs-x="0"]{left:0}*{box-sizing:border-box}:root{--bg-dark: #0f172a;--bg-card: rgba(30, 41, 59, .7);--primary: #6366f1;--primary-hover: #4f46e5;--text-main: #f8fafc;--text-muted: #94a3b8;--border-color: rgba(148, 163, 184, .1);--success: #10b981;--danger: #ef4444;color-scheme:dark}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;overflow-x:hidden}.dashboard-container{min-height:100vh;padding:2rem;background:radial-gradient(circle at top right,#1e1b4b,#0f172a);overflow-x:hidden}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 1rem}.dashboard-header h1{font-size:2rem;font-weight:700;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.add-widget-btn{display:flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #6366f14d}.add-widget-btn:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 16px #6366f166}.grid-stack{margin:0 -10px}.grid-stack-item-content{border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.grid-stack-placeholder>.placeholder-content{background:#6366f11a!important;border:2px dashed rgba(99,102,241,.3);border-radius:16px}.widget-card{height:100%;background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:16px;display:flex;flex-direction:column}.widget-header{padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);background:#ffffff08;cursor:grab}.widget-header:active{cursor:grabbing}.widget-title-section h4{margin:0;font-size:1rem;font-weight:600;color:var(--text-main)}.widget-type-badge{font-size:.7rem;color:var(--primary);background:#6366f11a;padding:.2rem .5rem;border-radius:6px;margin-top:.25rem;display:inline-block;font-weight:600}.widget-controls{display:flex;gap:.25rem}.control-btn{background:transparent;border:none;color:var(--text-muted);padding:.4rem;border-radius:8px;cursor:pointer;transition:all .2s}.control-btn:hover{background:#ffffff1a;color:var(--text-main)}.control-btn.delete-btn:hover{color:var(--danger);background:#ef44441a}.widget-content{flex:1;padding:1rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.widget-fields{display:flex;flex-direction:column;gap:.5rem}.field-item{display:flex;justify-content:space-between;font-size:.85rem;padding:.5rem;background:#0003;border-radius:8px}.field-label{color:var(--text-muted)}.field-value{font-weight:500}.widget-schedule{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:var(--text-muted);padding-top:.5rem;border-top:1px solid var(--border-color);line-height:1.4}.widget-schedule span{flex:1;word-break:break-all}.widget-status{margin-top:auto;display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;padding:.5rem;background:#0003;border-radius:8px;justify-content:center}.status-indicator{width:8px;height:8px;border-radius:50%;box-shadow:0 0 8px currentColor}.modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#1e293b;width:100%;max-width:600px;border-radius:20px;border:1px solid var(--border-color);box-shadow:0 25px 50px -12px #00000080;max-height:90vh;display:flex;flex-direction:column}.modal-header{padding:1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.25rem}.close-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer}.modal-body{padding:1.5rem;overflow-y:auto}.config-section{margin-bottom:2rem}.config-section h3{font-size:1rem;color:var(--text-muted);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.widget-types,.schedule-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.widget-type-btn{background:#ffffff0d;border:2px solid transparent;padding:1rem;border-radius:12px;color:var(--text-main);text-align:left;cursor:pointer;transition:all .2s}.widget-type-btn:hover{background:#ffffff1a}.widget-type-btn.active{background:#6366f11a;border-color:var(--primary)}.widget-type-name{font-weight:600;margin-bottom:.25rem}.widget-type-desc{font-size:.75rem;color:var(--text-muted)}input[type=text],input[type=number],.date-input-styled{width:100%;background:#0003;border:1px solid var(--border-color);padding:.75rem;border-radius:8px;color:#fff;font-family:inherit;box-sizing:border-box;font-size:.95rem}input:focus,.date-input-styled:focus{outline:none;border-color:var(--primary);background:#0006}.schedule-tabs{display:flex;background:#0003;border-radius:12px;padding:4px;margin-bottom:1.5rem;gap:4px}.schedule-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background:transparent;border:none;color:var(--text-muted);border-radius:8px;cursor:pointer;transition:all .2s;font-weight:500;font-size:.9rem}.schedule-tab.active{background:#6366f133;color:var(--primary);font-weight:600}.schedule-tab:hover:not(.active){background:#ffffff0d;color:var(--text-main)}.helper-text{font-size:.85rem;color:var(--text-muted);margin:0 0 1rem}.custom-time-input{display:flex;align-items:center;gap:4px;background:#0003;padding:4px 12px;border-radius:12px;border:1px solid var(--border-color)}.time-column{display:flex;flex-direction:column;align-items:center}.time-field{width:36px!important;text-align:center;padding:4px!important;background:transparent!important;border:none!important;font-weight:600;font-size:1.1rem!important;appearance:textfield}.time-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:2px;border-radius:4px;display:flex;align-items:center;justify-content:center}.time-btn:hover{background:#ffffff1a;color:#fff}.time-separator{font-weight:700;color:var(--text-muted);margin-bottom:4px}.fixed-time-row{display:flex;gap:1rem;margin-bottom:.75rem;align-items:center;background:#ffffff05;padding:.75rem;border-radius:12px;border:1px solid transparent}.fixed-time-row:hover{border-color:#ffffff0d}.row-actions{display:flex;gap:.5rem;margin-left:auto}.icon-btn{background:#ffffff1a;border:none;color:#fff;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-btn:hover{background:#fff3}.icon-btn.delete{background:#ef444426;color:var(--danger)}.icon-btn.add{background:#6366f133;color:var(--primary)}.interval-row{display:flex;gap:1rem;align-items:center}.interval-input{max-width:120px}.toggle-group{display:flex;background:#0003;border-radius:8px;padding:4px;gap:4px}.toggle-btn{background:transparent;border:none;color:var(--text-muted);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.toggle-btn.active{background:var(--bg-card);color:var(--text-main);box-shadow:0 1px 3px #0000004d}.modal-footer{padding:1.5rem;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;gap:1rem;margin-top:auto}.cancel-btn{background:transparent;border:1px solid var(--border-color);color:var(--text-muted);padding:.75rem 1.5rem;border-radius:8px;cursor:pointer}.save-btn{background:var(--primary);border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer}.save-btn:disabled{opacity:.5;cursor:not-allowed}.chat-container{max-width:800px;margin:0 auto;height:100vh;display:flex;flex-direction:column;background:var(--bg-dark)}.chat-header{padding:1.5rem;background:#1e293bcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.chat-header h1{margin:0;font-size:1.5rem;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.user-badge{display:flex;align-items:center;gap:8px;background:#6366f11a;padding:.5rem 1rem;border-radius:20px;color:var(--primary);font-weight:600}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.message-wrapper{display:flex;flex-direction:column;max-width:70%}.message-wrapper.mine{align-self:flex-end;align-items:flex-end}.message-wrapper.other{align-self:flex-start;align-items:flex-start}.message-wrapper.system{align-self:center;align-items:center;max-width:100%}.message-wrapper.system .message-bubble{background:#ffffff0d;color:var(--text-muted);font-size:.85rem;padding:.25rem .75rem;border-radius:12px}.message-sender{font-size:.75rem;color:var(--text-muted);margin-bottom:4px;margin-left:12px}.message-wrapper.mine .message-sender{margin-right:12px;margin-left:0}.message-bubble{padding:.75rem 1rem;border-radius:16px;color:var(--text-main);line-height:1.5;word-wrap:break-word}.message-wrapper.mine .message-bubble{background:var(--primary);border-bottom-right-radius:4px}.message-wrapper.other .message-bubble{background:var(--bg-card);border:1px solid var(--border-color);border-bottom-left-radius:4px}.chat-input-area{padding:1.5rem;background:#1e293bcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border-color);display:flex;gap:1rem}.chat-input{flex:1;background:#0003;border:1px solid var(--border-color);padding:1rem;border-radius:12px;color:#fff;font-size:1rem}.chat-input:focus{outline:none;border-color:var(--primary)}.send-btn{background:var(--primary);color:#fff;border:none;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.send-btn:hover{background:var(--primary-hover);transform:translateY(-2px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}
