*{box-sizing:border-box}body{margin:0;padding:20px;min-height:100vh;font-family:Segoe UI,Tahoma,Verdana,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2)}.container{background:#fff;border-radius:16px;padding:25px;max-width:1100px;margin:auto;box-shadow:0 10px 30px #00000040}h1{margin:0 0 18px;text-align:center;font-weight:500}.tabs{display:flex;gap:8px;border-bottom:2px solid #eee;margin-bottom:14px}.tab{background:none;border:none;cursor:pointer;padding:10px 18px;color:#6f7a89;font-size:15px;border-radius:8px 8px 0 0;border-bottom:3px solid transparent;transition:.2s}.tab.active{color:#4e5fe7;border-bottom-color:#4e5fe7;background:#f6f8ff}.tab-content{display:none}.tab-content.active{display:block}.favorites-count{background:#ff6b6b;color:#fff;font-size:12px;border-radius:999px;padding:2px 7px;margin-left:6px}.top-bar{display:flex;align-items:center;justify-content:space-between;margin:8px 0 16px}.top-bar-actions{display:flex;align-items:center;gap:8px}.top-bar-actions.right{position:relative}.team-filter{display:flex;align-items:center;gap:6px;font-weight:600;color:#444}.team-filter span{display:inline-block;min-width:70px}.filters-bar{display:flex;gap:12px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.filter-control{display:flex;align-items:center;gap:6px;font-weight:600;color:#444}.filter-control span{display:inline-block;min-width:70px}.create-btn{border:1px solid #d0d5ff;cursor:pointer;color:#4e5fe7;padding:6px 14px;border-radius:999px;font-weight:600;background:#fff;transition:background .2s,border-color .2s,color .2s}.create-btn:hover{background:#eef1ff;border-color:#c4c9ff}.btn{border:none;border-radius:8px;padding:8px 12px;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;gap:6px}.btn.create{background:#2bbf6a;color:#fff}.btn.create:hover{opacity:.92}.user-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(135deg,#7c89ff,#9f73ff);color:#fff;font-weight:700;box-shadow:0 4px 12px #667eea59}.user-menu{position:absolute;top:48px;right:0;background:#fff;border:1px solid #e8e8ef;border-radius:12px;box-shadow:0 16px 40px #0000002e;display:none;min-width:260px;z-index:3500;overflow:hidden}.user-menu.open{display:block}.user-menu-header{padding:12px 14px;background:linear-gradient(135deg,#eef1ff,#f7f0ff)}.user-menu-name{font-weight:700;color:#222}.user-menu-email{font-size:12px;color:#666;margin-top:2px}.user-menu-item{width:100%;text-align:left;background:#fff;border:none;padding:12px 14px;cursor:pointer;display:flex;align-items:center;gap:8px;font-weight:600;color:#333}.user-menu-item:hover{background:#f6f6fb}.user-menu-item.danger{color:#e24d4d}.umi-icon{width:18px;text-align:center}.category-block{border:none;border-radius:14px;margin-bottom:14px;box-shadow:0 10px 24px #00000014}.category-header{background:linear-gradient(135deg,#667eea,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;border-radius:14px 14px 0 0;transition:filter .15s ease}.category-header:hover{filter:brightness(1.05)}.category-name{font-size:1.05rem;font-weight:600;letter-spacing:.2px}.category-icon{opacity:.9}.templates-container{display:none;background:#fff;padding:6px 0 8px;border-radius:0 0 14px 14px}.category-block.active .templates-container{display:block}.template-item{position:relative;padding:14px 14px 10px;border-top:1px solid #f0f0f5}.template-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.template-title{font-weight:700;word-break:break-word;color:#222;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.team-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:12px;background:#eef0ff;border:1px solid #dde0ff;color:#4e5fe7;font-weight:600}.owner-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:12px;background:#f3f4f6;border:1px solid #e5e7eb;color:#374151}.status-online,.status-offline,.status-pending{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600}.status-online{background:#dcfce7;color:#15803d}.status-offline{background:#f3f4f6;color:#4b5563}.status-pending{background:#fef3c7;color:#b45309}.muted{color:#6b7280;font-size:12px;margin-top:4px}.header-actions{display:flex;align-items:center;gap:6px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:none;cursor:pointer;background:#eef0ff;color:#2b2b2b;transition:transform .08s ease,background .2s ease,box-shadow .2s ease}.icon-btn:hover{transform:translateY(-1px);background:#e7e9ff;box-shadow:0 2px 8px #00000014}.icon-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;display:block}.icon-btn.danger{background:#ffe9e9;color:#c43b3b}.icon-btn.danger:hover{background:#ffdede}.heart-btn{background:#f6f7ff}.heart-btn.active{color:#ff5b5b}.heart-btn.active svg{fill:currentColor}.template-content{margin-top:8px;display:none;white-space:pre-wrap;background:#fafbff;padding:12px;border-radius:10px;border:1px solid #eef0ff;color:#2b2b2b}.template-content.active{display:block}.template-content.editable{border:2px solid #28a745;background:#f0fff0}.edit-buttons{display:flex;gap:8px;margin-top:8px}.save-btn,.cancel-btn{border:none;border-radius:8px;padding:8px 12px;cursor:pointer;color:#fff;font-weight:600}.save-btn{background:#28a745}.cancel-btn{background:#dc3545}.original-box{display:none;margin-top:10px;background:#f5f2ff;border:1px solid #e8e1ff;border-left:4px solid #7d6bff;border-radius:8px;padding:10px}.original-box.active{display:block}.original-title{font-weight:700;margin-bottom:6px;color:#3a2e7a}.original-content{white-space:pre-wrap}.empty-state{text-align:center;color:#666;padding:24px 10px}.favorites-list{background:#fff;border-radius:14px;box-shadow:0 10px 24px #00000014;padding:6px 0 8px}.favorites-list .template-item:first-child{border-top:none}.table{width:100%;border-collapse:collapse;margin-top:10px;font-size:14px}.table th,.table td{border:1px solid #e5e5e5;padding:8px 10px;text-align:left}.table th{background:#f5f5f7;font-weight:700}.modal-overlay{position:fixed;inset:0;background:#00000061;display:block;z-index:900}.modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;padding:18px;width:min(480px,92vw);display:block;z-index:1000;box-shadow:0 20px 60px #00000040}.modal h3{margin:0 0 12px}.modal input,.modal textarea,.modal select{width:100%;border:1px solid #ddd;border-radius:8px;padding:10px;margin-bottom:8px;font-size:14px}.modal textarea{min-height:160px;resize:vertical}.modal-buttons{display:flex;gap:8px;justify-content:flex-end}.modal-buttons button:first-child{background:#28a745;color:#fff;border:none;border-radius:8px;padding:8px 12px;font-weight:600;cursor:pointer}.modal-buttons button:first-child:hover{background:#23923d}.modal-text{color:#374151;margin:12px 0 20px}.modal.confirm-modal{width:min(360px,90vw);text-align:center}.modal.confirm-modal .modal-buttons{justify-content:center}.modal.confirm-modal .modal-buttons button:first-child{background:#ef4444}.modal.confirm-modal .modal-buttons button:first-child:hover{background:#dc2626}.modal.confirm-modal .modal-buttons .cancel-btn{background:#fff;color:#1f2937;border:1px solid #d1d5db}.modal.confirm-modal .modal-buttons .cancel-btn:hover{background:#f3f4f6}.modal.confirm-modal .modal-buttons button[disabled]{opacity:.7;cursor:not-allowed}.modal.confirm-modal .modal-buttons .cancel-btn[disabled]{background:#f9fafb;color:#9ca3af;border-color:#e5e7eb}.custom-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2350586b' d='M6 8L0 0h12z'/%3E%3C/svg%3E") no-repeat right 12px center;background-size:12px;padding:6px 36px 6px 12px;border:1px solid #d0d5ff;border-radius:8px;font-size:14px;font-weight:500;color:#1f2937;cursor:pointer;transition:border-color .2s,box-shadow .2s}.custom-select:focus{outline:none;border-color:#4e5fe7;box-shadow:0 0 0 3px #4e5fe726}.custom-select:hover{border-color:#4e5fe7}.custom-select:disabled{opacity:.6;cursor:not-allowed}.toast-container{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;gap:8px;z-index:4000}.toast{min-width:220px;max-width:360px;background:#343a40;color:#fff;padding:10px 14px;border-radius:8px;box-shadow:0 10px 20px #0003}.toast.success{background:#28a745}.toast.error{background:#dc3545}.login-container{max-width:420px;margin:100px auto;background:#fff;padding:28px;border-radius:12px;box-shadow:0 10px 25px #0003}.login-container h2{text-align:center;margin-bottom:16px;font-weight:500}.login-container input{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:8px;font-size:14px}.login-container button{width:100%;background:#667eea;color:#fff;border:none;padding:10px;border-radius:8px;font-size:16px;cursor:pointer}.login-container button:hover{opacity:.92}.admin-menu{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.menu-btn{border:1px solid #d0d5ff;border-radius:8px;padding:6px 14px;background:#fff;color:#374151;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}.menu-btn.active{background:#4e5fe7;color:#fff;border-color:#4e5fe7}.menu-btn:hover{border-color:#4e5fe7}
