@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@400&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;padding:20px}.login-card{background:#fff;border:1px solid #e0e0e0;width:100%;max-width:400px;padding:40px}.login-header{text-align:center;margin-bottom:32px}.login-header h1{color:#333;font-size:1.8rem;margin-bottom:8px;font-weight:600}.login-header p{color:#666;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:20px}.form-group label{color:#333;font-size:.9rem;font-weight:500}.form-group input{padding:12px;border:1px solid #ddd;font-size:1rem;outline:none}.form-group input:focus{border-color:#333}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{background-color:#fee;color:#c33;padding:12px;font-size:.9rem;text-align:center;border:1px solid #fcc}.login-button{background:#333;color:#fff;border:none;padding:12px;font-size:1rem;font-weight:500;cursor:pointer;margin-top:8px}.login-button:hover:not(:disabled){background:#000}.login-button:disabled{opacity:.6;cursor:not-allowed}.layout-container{display:flex;height:100vh;overflow:hidden;font-family:Manrope,sans-serif;background:#fff;color:#1e293b}.sidebar{width:288px;display:flex;flex-direction:column;background:#fff;border-right:1px solid #f1f5f9}.sidebar-header{padding:32px;display:flex;align-items:center;gap:16px}.logo-icon{width:44px;height:44px;background:#3b82f6;background:#3b82f60d;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#3b82f6}.logo-icon .material-symbols-outlined{font-size:24px}.logo-title{font-size:18px;font-weight:800;letter-spacing:-.02em;color:#0f172a}.logo-subtitle{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#94a3b8}.sidebar-nav{flex:1;padding:0 24px;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.nav-section{display:flex;flex-direction:column;gap:8px}.nav-section-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#cbd5e1;padding:0 16px;margin-bottom:8px;margin-top:24px}.nav-section:first-child .nav-section-title{margin-top:0}.sidebar-link{display:flex;align-items:center;gap:16px;padding:12px 16px;border-radius:.75rem;color:#64748b;text-decoration:none;font-size:14px;transition:all .2s}.sidebar-link:hover{background:#f8fafc;color:#1e293b}.sidebar-link.active{background:#f0f7ff;color:#3b82f6;font-weight:600}.sidebar-link .material-symbols-outlined{font-size:20px}.sidebar-footer{padding:24px;margin-top:auto}.storage-card{padding:16px;background:#f8fafc;border-radius:1rem;border:1px solid #f1f5f9;margin-bottom:24px}.storage-label{font-size:12px;font-weight:600;color:#64748b;margin-bottom:4px}.storage-bar{width:100%;background:#e2e8f0;height:6px;border-radius:9999px;margin-bottom:8px;overflow:hidden}.storage-bar-fill{background:#3b82f6;height:100%;border-radius:9999px}.storage-text{font-size:10px;color:#94a3b8}.logout-button{display:flex;align-items:center;gap:16px;padding:12px 16px;width:100%;color:#94a3b8;background:none;border:none;border-radius:.75rem;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.logout-button:hover{color:#ef4444;background:#fef2f2}.logout-button .material-symbols-outlined{font-size:20px}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff}.main-header{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 40px;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10;border-bottom:1px solid #f1f5f9}.header-left{display:flex;align-items:center;gap:48px;flex:1}.header-title{font-size:20px;font-weight:700;color:#0f172a}.search-container{position:relative;max-width:384px;width:100%}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#cbd5e1;font-size:20px}.search-container:focus-within .search-icon{color:#3b82f6}.search-input{width:100%;background:#f8fafc;border:1px solid transparent;border-radius:1rem;padding:10px 16px 10px 48px;font-size:14px;transition:all .2s}.search-input:focus{outline:none;background:#fff;border-color:#3b82f633}.search-input::placeholder{color:#94a3b8}.header-right{display:flex;align-items:center;gap:24px}.icon-button{position:relative;padding:10px;color:#94a3b8;background:none;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s}.icon-button:hover{background:#f8fafc}.icon-button .material-symbols-outlined{font-size:20px}.notification-badge{position:absolute;top:12px;right:12px;width:8px;height:8px;background:#3b82f6;border-radius:50%;border:2px solid white}.user-profile{display:flex;align-items:center;gap:16px;padding-left:24px;border-left:1px solid #f1f5f9}.user-info-text{text-align:right;display:none}@media (min-width: 640px){.user-info-text{display:block}}.user-name{font-size:14px;font-weight:700;color:#0f172a;line-height:1}.user-role{font-size:11px;font-weight:500;color:#94a3b8;margin-top:4px}.user-avatar{width:44px;height:44px;border-radius:1rem;background:#f8fafc;border:1px solid #f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden}.user-avatar .material-symbols-outlined{font-size:32px;color:#64748b}.content-area{flex:1;overflow-y:auto;padding:40px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.dashboard-page{display:flex;flex-direction:column;gap:48px}.stats-section{margin-bottom:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.stat-card{background:#fff;padding:32px;border-radius:1rem;border:1px solid #f1f5f9;box-shadow:0 8px 30px #00000005;transition:all .2s}.stat-card:hover{box-shadow:0 8px 30px #0000000a}.stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.stat-icon{width:48px;height:48px;border-radius:1rem;display:flex;align-items:center;justify-content:center;transition:transform .3s}.stat-card:hover .stat-icon{transform:scale(1.1)}.stat-icon.blog{background:#f0f7ff;color:#3b82f6}.stat-icon.project{background:#f8fafc;color:#475569}.stat-icon.category{background:#f0fdf4;color:#22c55e}.stat-icon .material-symbols-outlined{font-size:24px}.stat-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:.5rem;font-size:12px;font-weight:700}.stat-badge.positive{background:#d1fae5;color:#10b981}.stat-badge.neutral{background:#f1f5f9;color:#64748b}.stat-badge .material-symbols-outlined{font-size:16px}.stat-label{color:#94a3b8;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.stat-value{font-size:36px;font-weight:800;color:#0f172a;margin-top:8px;line-height:1}.stat-description{font-size:12px;color:#94a3b8;margin-top:16px;font-style:italic;font-weight:500}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width: 1024px){.dashboard-grid{grid-template-columns:2fr 1fr}}.cta-card{background:#f8fafc;border-radius:1.5rem;padding:40px;border:1px solid #f1f5f9;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.cta-content{position:relative;z-index:10}.cta-title{font-size:30px;font-weight:700;color:#0f172a;margin-bottom:16px;letter-spacing:-.02em}.cta-description{color:#64748b;margin-bottom:32px;max-width:28rem;font-size:18px;line-height:1.6}.cta-buttons{display:flex;flex-wrap:wrap;gap:16px}.cta-button{display:flex;align-items:center;gap:10px;padding:14px 32px;border-radius:1rem;font-weight:700;font-size:14px;text-decoration:none;transition:all .2s}.cta-button.primary{background:#0f172a;color:#fff;box-shadow:0 4px 6px #0f172a1a}.cta-button.primary:hover{background:#1e293b}.cta-button.secondary{background:#fff;color:#0f172a;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.cta-button.secondary:hover{border-color:#cbd5e1}.cta-button .material-symbols-outlined{font-size:20px}.cta-background{position:absolute;top:-48px;right:-48px;width:256px;height:256px;background:#ffffff80;border-radius:50%;filter:blur(48px);transition:transform .7s}.cta-card:hover .cta-background{transform:scale(1.1)}.sidebar-cards{display:flex;flex-direction:column;gap:24px}.sidebar-card{background:#fff;border-radius:1.5rem;border:1px solid #f1f5f9;padding:32px;box-shadow:0 1px 2px #0000000d}.sidebar-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.sidebar-card-title{font-size:14px;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.05em}.status-badge.optimal{font-size:12px;font-weight:700;color:#10b981}.server-chart{display:flex;align-items:flex-end;gap:4px;height:48px;margin-bottom:16px}.chart-bar{flex:1;background:#f1f5f9;border-radius:2px;min-height:8px}.chart-bar.active{background:#3b82f633}.chart-bar.active:nth-child(6){background:#3b82f666}.chart-bar.active:nth-child(7){background:#3b82f6}.server-info{font-size:12px;color:#94a3b8;font-weight:500}.setting-item{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#64748b}.toggle-switch{width:40px;height:20px;background:#f1f5f9;border-radius:9999px;position:relative;cursor:pointer;transition:background .2s}.toggle-switch.active{background:#3b82f633}.toggle-slider{position:absolute;left:4px;top:4px;width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0000001a;transition:transform .2s}.toggle-switch.active .toggle-slider{transform:translate(20px);background:#3b82f6}.performance-section{background:#fff;border:1px solid #f1f5f9;border-radius:2rem;padding:40px;overflow:hidden}.performance-header{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}@media (min-width: 768px){.performance-header{flex-direction:row;align-items:center;justify-content:space-between}}.performance-title{font-size:24px;font-weight:700;color:#0f172a}.performance-subtitle{color:#94a3b8;font-size:14px;margin-top:4px}.performance-tabs{display:flex;gap:8px}.tab-button{padding:8px 16px;background:#f8fafc;border-radius:.75rem;font-size:12px;font-weight:700;color:#475569;border:none;cursor:pointer;transition:all .2s}.tab-button:hover{background:#f1f5f9}.tab-button.active{background:#3b82f6;color:#fff;box-shadow:0 4px 6px #3b82f633}.performance-chart{width:100%;aspect-ratio:21 / 9;background:#f8fafc80;border-radius:1rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.chart-bars{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:space-around;padding:0 80px}.chart-bar-item{flex:1;display:flex;align-items:flex-end;height:100%;padding:0 4px}.chart-bar-fill{width:8px;background:#3b82f61a;border-radius:4px;transition:all .2s}.performance-chart:hover .chart-bar-fill{background:#3b82f633}.chart-bar-item:nth-child(1) .chart-bar-fill{background:#3b82f61a;height:50%}.chart-bar-item:nth-child(2) .chart-bar-fill{background:#3b82f61a;height:75%}.chart-bar-item:nth-child(3) .chart-bar-fill{background:#3b82f61a;height:65%}.chart-bar-item:nth-child(4) .chart-bar-fill{background:#3b82f61a;height:85%}.chart-bar-item:nth-child(5) .chart-bar-fill{background:#3b82f61a;height:35%}.chart-bar-item:nth-child(6) .chart-bar-fill{background:#3b82f61a;height:60%}.chart-label{color:#cbd5e1;font-weight:500;font-size:14px;z-index:10;background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 16px;border-radius:9999px;border:1px solid white}.loading{display:flex;align-items:center;justify-content:center;min-height:50vh;font-size:1rem;color:#64748b}.admins-page{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}.admins-grid{display:grid;grid-template-columns:1fr;gap:64px}@media (min-width: 1024px){.admins-grid{grid-template-columns:1fr 2fr}}.admins-table{width:100%;text-align:left;border-collapse:collapse}.admins-table thead tr{border-bottom:1px solid #eee}.admins-table th{padding:24px 0;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#555}.admins-table tbody{border-top:1px solid #eee}.admins-table tbody tr{border-bottom:1px solid #eee;transition:background-color .2s}.admins-table tbody tr:hover{background-color:#fcfcfc}.admins-table td{padding:32px 0}.admin-name{display:flex;align-items:center;gap:16px}.admin-dot{width:4px;height:4px;background:#000;border-radius:50%}.admin-name span{font-size:.875rem;font-weight:600;letter-spacing:-.01em;color:#000}.developers-page{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}.developers-grid{display:grid;grid-template-columns:1fr;gap:64px}@media (min-width: 1024px){.developers-grid{grid-template-columns:1fr 2fr}}.developers-table{width:100%;text-align:left;border-collapse:collapse}.developers-table thead tr{border-bottom:1px solid #eee}.developers-table th{padding:24px 0;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#555}.developers-table tbody{border-top:1px solid #eee}.developers-table tbody tr{border-bottom:1px solid #eee;transition:background-color .2s}.developers-table tbody tr:hover{background-color:#fcfcfc}.developers-table td{padding:32px 0}.developer-name{display:flex;align-items:center;gap:16px}.developer-dot{width:4px;height:4px;background:#000;border-radius:50%}.developer-name span{font-size:.875rem;font-weight:600;letter-spacing:-.01em;color:#000}.email-text{font-size:.875rem;color:#555}.categories-page{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}.page-header-section{margin-bottom:64px;padding-bottom:32px;border-bottom:1px solid #000;display:flex;justify-content:space-between;align-items:flex-end}.total-count{font-size:.75rem;color:#555;text-transform:uppercase;letter-spacing:.2em;font-weight:500}.categories-grid{display:grid;grid-template-columns:1fr;gap:64px}@media (min-width: 1024px){.categories-grid{grid-template-columns:1fr 2fr}}.create-section{order:2}@media (min-width: 1024px){.create-section{order:1}}.sticky-form{position:sticky;top:120px}.section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #eee;color:#000}.create-form{display:flex;flex-direction:column;gap:32px}.form-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#000}.form-input{width:100%;border:0;border-bottom:1px solid #eee;background:transparent;padding:8px 0;font-size:.875rem;transition:all .2s;font-family:inherit}.form-input::placeholder{color:#d1d5db}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.checkbox-label span{font-size:.875rem;color:#000}.form-actions{display:flex;gap:12px}.btn-submit{flex:1;background:#000;color:#fff;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;padding:16px;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.btn-submit:hover{background:#1a1a1a}.btn-cancel{padding:16px 24px;background:transparent;border:1px solid #eee;color:#555;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .2s}.btn-cancel:hover{border-color:#000;color:#000}.info-box{margin-top:48px;padding:24px;background:#fafafa;border:1px solid #eee}.info-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.info-header .material-symbols-outlined{font-size:16px;color:#555}.info-title{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#000}.info-text{font-size:.75rem;line-height:1.6;color:#555}.list-section{order:1}@media (min-width: 1024px){.list-section{order:2}}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.list-actions{display:flex;gap:16px}.icon-btn{background:none;border:none;color:#555;cursor:pointer;padding:4px;transition:color .2s}.icon-btn:hover{color:#000}.icon-btn .material-symbols-outlined{font-size:20px}.categories-table{width:100%;text-align:left;border-collapse:collapse}.categories-table thead tr{border-bottom:1px solid #eee}.categories-table th{padding:24px 0;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#555}.categories-table tbody{border-top:1px solid #eee}.categories-table tbody tr{border-bottom:1px solid #eee;transition:background-color .2s}.categories-table tbody tr:hover{background-color:#fcfcfc}.categories-table td{padding:32px 0}.category-name{display:flex;align-items:center;gap:16px}.category-dot{width:4px;height:4px;background:#000;border-radius:50%}.category-name span{font-size:.875rem;font-weight:600;letter-spacing:-.01em;color:#000}.slug-text{font-size:.75rem;font-family:monospace;color:#555}.blogs-page,.blogs-form-page{font-family:Plus Jakarta Sans,sans-serif;background-color:#f9fafb}.btn-new{background:#000;color:#fff;border:none;padding:10px 20px;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 15px -3px #00000012,0 4px 6px -2px #00000005}.btn-new:hover{background:#1a1a1a;box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005}.error-message{background-color:#fee;color:#c33;padding:12px;margin-bottom:24px;border:1px solid #fcc;font-size:.875rem;border-radius:.5rem}.table-wrapper{overflow:hidden;border-top:1px solid #000;background:#fff;border-radius:.5rem;box-shadow:0 2px 15px -3px #00000012,0 4px 6px -2px #00000005}.blogs-table{width:100%;text-align:left;border-collapse:collapse}.blogs-table thead tr{border-bottom:1px solid #e5e7eb}.blogs-table th{padding:24px 0;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#555}.blogs-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.blogs-table tbody tr:hover{background-color:#fcfcfc}.blogs-table td{padding:32px 0}.blog-title{display:flex;align-items:center;gap:16px}.blog-dot{width:4px;height:4px;background:#000;border-radius:50%}.blog-title span{font-size:.875rem;font-weight:600;letter-spacing:-.01em;color:#000}.category-text,.author-text,.views-text{font-size:.875rem;color:#555}.status-badge{display:inline-block;padding:4px 10px;border-radius:9999px;font-size:.75rem;font-weight:500}.action-buttons{display:flex;justify-content:flex-end;gap:16px}.blogs-form-page{max-width:1400px;margin:0 auto;padding:40px}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.breadcrumb .material-symbols-outlined{font-size:12px}.form-actions-header{display:flex;gap:12px}.btn-draft{padding:10px 20px;background:#fff;border:none;color:#64748b;font-size:.875rem;font-weight:600;border-radius:.75rem;cursor:pointer;transition:all .2s;box-shadow:0 2px 15px -3px #00000012,0 4px 6px -2px #00000005}.btn-draft:hover{background:#f1f5f9}.btn-publish{padding:10px 24px;background:#000;color:#fff;border:none;font-size:.875rem;font-weight:600;border-radius:.75rem;cursor:pointer;transition:all .2s;box-shadow:0 2px 15px -3px #00000012,0 4px 6px -2px #00000005}.form-header-section{margin-bottom:40px}.form-title{font-size:1.875rem;font-weight:700;letter-spacing:-.02em;color:#0f172a}.blog-form-grid{display:grid;grid-template-columns:1fr;gap:40px}@media (min-width: 1024px){.blog-form-grid{grid-template-columns:1fr 340px}}.form-main{display:flex;flex-direction:column;gap:32px}.title-card{background:#fff;border-radius:1rem;padding:32px;box-shadow:0 2px 15px -3px #00000012,0 4px 6px -2px #00000005}.title-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;display:block;margin-bottom:16px}.title-input{width:100%;border:none;padding:0;font-size:2.25rem;font-weight:700;color:#0f172a;background:transparent;outline:none}.title-input::placeholder{color:#e2e8f0}.editor-card{background:#fff;border-radius:1rem;box-shadow:0 2px 15px -3px #00000012,0 4px 6px -2px #00000005;overflow:hidden;display:flex;flex-direction:column;min-height:600px}.editor-toolbar{padding:20px 32px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.toolbar-left{display:flex;align-items:center;gap:4px}.toolbar-btn{padding:8px;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:.5rem;transition:all .2s}.toolbar-btn:hover{background:#f1f5f9;color:#000}.toolbar-btn .material-symbols-outlined{font-size:20px}.toolbar-divider{width:1px;height:20px;background:#e5e7eb;margin:0 8px}.toolbar-right{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#cbd5e1}.word-count{color:#cbd5e1}.editor-content{flex:1;padding:32px;overflow-y:auto}.editor-textarea{width:100%;height:100%;border:none;padding:0;font-size:1.125rem;line-height:1.75;color:#475569;background:transparent;outline:none;resize:none;font-family:inherit}.editor-textarea::placeholder{color:#cbd5e1}.content-editor{min-height:400px;outline:none}.content-editor .ProseMirror{outline:none;font-size:1rem;line-height:1.75;color:#475569;font-family:inherit}.content-editor .ProseMirror p{margin:.75em 0}.content-editor .ProseMirror p:first-child{margin-top:0}.content-editor .ProseMirror p:last-child{margin-bottom:0}.content-editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#cbd5e1;pointer-events:none;height:0}.content-editor .ProseMirror h1{font-size:2.25rem;font-weight:700;margin:1.5em 0 .75em;color:#0f172a;line-height:1.2}.content-editor .ProseMirror h1:first-child{margin-top:0}.content-editor .ProseMirror h2{font-size:1.875rem;font-weight:700;margin:1.5em 0 .75em;color:#0f172a;line-height:1.3}.content-editor .ProseMirror h2:first-child{margin-top:0}.content-editor .ProseMirror h3{font-size:1.5rem;font-weight:700;margin:1.25em 0 .5em;color:#0f172a;line-height:1.4}.content-editor .ProseMirror h3:first-child{margin-top:0}.content-editor .ProseMirror strong{font-weight:700;color:#0f172a}.content-editor .ProseMirror em{font-style:italic}.content-editor .ProseMirror ul,.content-editor .ProseMirror ol{padding-left:1.5em;margin:1em 0}.content-editor .ProseMirror ul{list-style-type:disc}.content-editor .ProseMirror ol{list-style-type:decimal}.content-editor .ProseMirror li{margin:.5em 0;line-height:1.75}.content-editor .ProseMirror blockquote{border-left:4px solid #e2e8f0;padding-left:1.5em;margin:1.5em 0;color:#64748b;font-style:italic}.content-editor .ProseMirror a{color:#197fe6;text-decoration:underline;cursor:pointer}.content-editor .ProseMirror a:hover{color:#0d5ba8}.content-editor .ProseMirror img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5em 0}.content-editor .ProseMirror pre{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1em;margin:1.5em 0;overflow-x:auto}.content-editor .ProseMirror code{background:#f1f5f9;padding:.2em .4em;border-radius:.25rem;font-size:.9em;color:#0f172a;font-family:Courier New,monospace}.content-editor .ProseMirror pre code{background:transparent;padding:0;color:#0f172a}.toolbar-btn.is-active{background:#f1f5f9;color:#000}.summary-card{background:#fff;border-radius:1rem;padding:32px;box-shadow:0 2px 15px -3px #00000012,0 4px 6px -2px #00000005}.summary-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;display:block;margin-bottom:16px}.summary-textarea{width:100%;border:none;padding:0;font-size:1rem;line-height:1.75;color:#475569;background:transparent;outline:none;resize:none;min-height:80px;font-family:inherit}.summary-textarea::placeholder{color:#cbd5e1}.form-sidebar{order:-1;display:flex;flex-direction:column;gap:32px}.sidebar-card{background:#fff;border-radius:1rem;padding:24px;box-shadow:0 2px 15px -3px #00000012,0 4px 6px -2px #00000005}.sidebar-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.sidebar-card-title{font-size:.875rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.sidebar-link-btn{font-size:.75rem;font-weight:600;color:#94a3b8;background:none;border:none;cursor:pointer;transition:color .2s}.sidebar-link-btn:hover{color:#000}.category-list{display:flex;flex-direction:column;gap:12px}.category-item{display:flex;align-items:center;gap:12px;cursor:pointer;transition:color .2s}.category-item:hover{color:#000}.category-item span{font-size:.875rem;color:#64748b;transition:color .2s}.category-item:hover span{color:#000}.category-radio{width:16px;height:16px;cursor:pointer;accent-color:#000}.featured-upload{margin-top:24px}.featured-preview{position:relative;aspect-ratio:16 / 9;border-radius:.75rem;overflow:hidden;border:2px dashed #e5e7eb}.featured-preview img{width:100%;height:100%;object-fit:cover}.remove-image{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#fff;border:1px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.remove-image:hover{background:#ef4444;color:#fff;border-color:#ef4444}.remove-image .material-symbols-outlined{font-size:16px}.upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;aspect-ratio:16 / 9;border:2px dashed #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .2s;text-align:center;padding:24px}.upload-label:hover{border-color:#cbd5e1}.upload-icon{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000d}.upload-icon .material-symbols-outlined{font-size:24px;color:#cbd5e1;transition:color .2s}.upload-label:hover .upload-icon .material-symbols-outlined{color:#000}.upload-text{font-size:.75rem;font-weight:700;color:#0f172a}.upload-hint{font-size:.625rem;color:#94a3b8}.file-label{display:inline-block;padding:8px 16px;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.75rem;font-weight:600;color:#0f172a;cursor:pointer;transition:all .2s;margin-top:8px}.file-label:hover{background:#e2e8f0}.author-photo-preview{width:64px;height:64px;border-radius:50%;overflow:hidden;border:1px solid #e5e7eb;margin-bottom:8px}.author-photo-preview img{width:100%;height:100%;object-fit:cover}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.form-label{font-size:.75rem;font-weight:500;color:#64748b}.form-input{width:100%;border:none;border-bottom:1px solid #e5e7eb;background:transparent;padding:8px 0;font-size:.875rem;transition:all .2s;font-family:inherit}.form-input:focus{outline:none;border-bottom-color:#000}.form-input::placeholder{color:#cbd5e1}textarea.form-input{resize:vertical;min-height:60px}.settings-list{display:flex;flex-direction:column;gap:16px}.setting-item{display:flex;align-items:center;justify-content:space-between}.setting-label{font-size:.75rem;font-weight:500;color:#64748b}.toggle-switch{position:relative;width:32px;height:16px;background:#000;border-radius:9999px;cursor:pointer}.toggle-switch input{display:none}.toggle-slider{position:absolute;right:2px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#fff;border-radius:50%;transition:transform .2s}.toggle-switch:has(input:not(:checked)){background:#e2e8f0}.toggle-switch:has(input:not(:checked)) .toggle-slider{right:auto;left:2px}.projects-page,.projects-form-page{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}.page-header-section{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid #000}.page-title{font-size:2.25rem;font-weight:300;letter-spacing:-.02em;color:#000;margin-bottom:8px}.page-subtitle{color:#555;font-size:.875rem}.btn-new{background:#000;color:#fff;border:none;padding:10px 20px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-new:hover{background:#1a1a1a}.error-message{background-color:#fee;color:#c33;padding:12px;margin-bottom:24px;border:1px solid #fcc;font-size:.875rem}.table-wrapper{overflow:hidden;border-top:1px solid #000}.projects-table{width:100%;text-align:left;border-collapse:collapse}.projects-table thead tr{border-bottom:1px solid #e5e7eb}.projects-table th{padding:24px 0;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#555}.projects-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.projects-table tbody tr:hover{background-color:#fcfcfc}.projects-table td{padding:32px 0}.project-name{display:flex;align-items:center;gap:16px}.project-dot{width:4px;height:4px;background:#000;border-radius:50%}.project-name span{font-size:.875rem;font-weight:600;letter-spacing:-.01em;color:#000}.category-text{font-size:.875rem;color:#555}.url-link{font-size:.875rem;color:#000;text-decoration:underline}.url-link:hover{color:#555}.text-muted{color:#999}.status-badge{display:inline-block;padding:4px 10px;font-size:.75rem;font-weight:500}.status-badge.active{background-color:#d1fae5;color:#10b981}.status-badge.inactive{background-color:#fee2e2;color:#ef4444}.action-buttons{display:flex;justify-content:flex-end;gap:24px}.action-btn{background:none;border:none;color:#555;cursor:pointer;padding:4px;transition:color .2s}.action-btn:hover{color:#000}.empty-state{text-align:center;padding:64px!important;color:#999;font-size:.875rem}.projects-form-page{max-width:1536px;margin:0 auto;padding:48px}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.breadcrumb .active{color:#000}.breadcrumb .material-symbols-outlined{font-size:14px}.form-actions-header{display:flex;gap:16px}.btn-draft{padding:10px 24px;background:transparent;border:none;color:#94a3b8;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s}.btn-draft:hover{color:#000}.btn-publish{padding:10px 32px;background:#000;color:#fff;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-publish:hover{background:#1a1a1a}.form-content{display:flex;flex-direction:column;gap:48px}.form-header-section{margin-bottom:64px}.form-title{font-size:2.25rem;font-weight:300;letter-spacing:-.02em;color:#1e293b;margin-bottom:8px}.form-subtitle{color:#94a3b8;font-size:.875rem}.project-form-grid{display:grid;grid-template-columns:1fr;gap:64px}@media (min-width: 1024px){.project-form-grid{grid-template-columns:7fr 5fr}}.form-main{display:flex;flex-direction:column;gap:48px}.form-section{display:flex;flex-direction:column;gap:32px}.section-header{padding-bottom:16px;border-bottom:1px solid #e5e7eb}.section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#94a3b8}.form-fields{display:flex;flex-direction:column;gap:32px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;transition:color .2s}.form-group:focus-within .form-label{color:#000}.form-input,.form-input-large{width:100%;border:0;border-bottom:1px solid #e5e7eb;background:transparent;padding:12px 0;font-size:1rem;font-weight:300;transition:all .2s;font-family:inherit}.form-input-large{font-size:1.125rem}.form-input:focus,.form-input-large:focus{outline:none;border-bottom-color:#000}.form-input::placeholder,.form-input-large::placeholder{color:#e2e8f0}textarea.form-input{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width: 768px){.form-row{grid-template-columns:1fr 1fr}}.checkbox-label-inline{display:flex;align-items:center;gap:8px;cursor:pointer;padding-top:12px}.checkbox-label-inline input[type=checkbox]{width:16px;height:16px;cursor:pointer}.checkbox-label-inline span{font-size:.875rem;color:#1e293b}.form-sidebar{order:-1}@media (min-width: 1024px){.form-sidebar{order:1}}.sticky-sidebar{position:sticky;top:120px;display:flex;flex-direction:column;gap:32px}.upload-area{border:1px dashed #e5e7eb;background:#f9fafb;padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;margin-bottom:32px}.upload-area:hover{background:#fff;border-color:#cbd5e1}.file-input{display:none}.upload-label{display:flex;flex-direction:column;align-items:center;gap:16px;cursor:pointer;text-align:center}.upload-label .material-symbols-outlined{font-size:32px;color:#cbd5e1;transition:color .2s}.upload-area:hover .upload-label .material-symbols-outlined{color:#000}.upload-text{font-size:.8125rem;font-weight:500;color:#1e293b}.upload-hint{font-size:.6875rem;color:#94a3b8}.featured-preview{margin-bottom:32px}.featured-preview img{width:100%;height:auto;border:1px solid #e5e7eb}.screenshots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.screenshot-item{position:relative;aspect-ratio:1;border:1px solid #e5e7eb;background:#f3f4f6;overflow:hidden;transition:transform .7s}.screenshot-item:hover{transform:scale(1.05)}.screenshot-image{width:100%;height:100%;background-size:cover;background-position:center;transition:transform .7s}.screenshot-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9;opacity:0;display:flex;align-items:center;justify-content:center;gap:12px;transition:opacity .2s}.screenshot-item:hover .screenshot-overlay{opacity:1}.screenshot-btn{width:32px;height:32px;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.screenshot-btn:hover{background:#000;color:#fff;border-color:#000}.screenshot-btn.delete:hover{background:#ef4444;border-color:#ef4444}.screenshot-btn .material-symbols-outlined{font-size:16px}.screenshot-add{aspect-ratio:1;border:1px dashed #e5e7eb;background:#f9fafb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.screenshot-add:hover{border-color:#cbd5e1;background:#fff}.screenshot-add .material-symbols-outlined{font-size:24px;color:#cbd5e1}.screenshot-add:hover .material-symbols-outlined{color:#000}.upload-status{padding:12px;background:#e3f2fd;color:#1976d2;text-align:center;font-size:.875rem;border:1px solid #bbdefb}.form-footer{border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:24px;background:#f9fafb4d;padding:48px;margin:48px -48px -48px}.btn-discard{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;background:none;border:none;cursor:pointer;transition:color .2s}.btn-discard:hover{color:#000}.btn-create{padding:16px 48px;background:#000;color:#fff;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border:none;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px #0000000d}.btn-create:hover{background:#1a1a1a}.loading{display:flex;align-items:center;justify-content:center;min-height:50vh;font-size:1rem;color:#666}.portal-customers{max-width:1200px;margin:0 auto;width:100%}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;gap:24px}.btn-primary{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#197fe6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;box-shadow:0 1px 2px #0000000d}.btn-primary .material-symbols-outlined{font-size:18px}.customers-table{width:100%;text-align:left;border-collapse:collapse}.customers-table thead{background:#f9fafb80}.customers-table th{padding:16px 24px;font-size:14px;font-weight:700;color:#111418;border-bottom:1px solid #dce0e5}.customers-table tbody tr{border-bottom:1px solid #dce0e5;transition:background .2s}.customers-table tbody tr:hover{background:#f9fafb80}.customers-table td{padding:16px 24px;font-size:14px}.customer-name-cell{display:flex;align-items:center;gap:12px}.customer-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;color:#197fe6;background:#197fe61a}.customer-avatar-0{background:#197fe61a;color:#197fe6}.customer-avatar-1{background:#3b82f61a;color:#3b82f6}.customer-avatar-2{background:#8b5cf61a;color:#8b5cf6}.customer-avatar-3{background:#f973161a;color:#f97316}.customer-avatar-4{background:#14b8a61a;color:#14b8a6}.customer-name{font-weight:500;color:#111418}.email-link{color:#197fe6;text-decoration:none;font-size:14px}.email-link:hover{text-decoration:underline}.status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:700}.status-active{background:#dcfce7;color:#166534}.status-inactive{background:#f3f4f6;color:#374151}.status-pending{background:#fef3c7;color:#92400e}.actions-cell{display:flex;align-items:center;justify-content:center;gap:12px}.btn-edit{color:#197fe6;background:none;border:none;font-weight:700;font-size:14px;cursor:pointer;transition:color .2s}.btn-edit:hover{color:#197fe6b3}.btn-more{color:#637588;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color .2s}.btn-more:hover{color:#111418}.btn-more .material-symbols-outlined{font-size:20px}.table-footer{padding:16px 24px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #dce0e5;background:#f9fafb4d}.pagination{display:flex;align-items:center;gap:4px}.pagination-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:none;color:#637588;border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500}.pagination-btn:hover:not(:disabled){background:#fff}.pagination-btn.active{background:#197fe6;color:#fff;font-weight:700}.table-filters{padding:16px 24px;display:flex;gap:12px;border-bottom:1px solid #dce0e5}.search-input{flex:1;padding:8px 12px;border:1px solid #dce0e5;border-radius:8px;font-size:14px}.filter-select{padding:8px 12px;border:1px solid #dce0e5;border-radius:8px;font-size:14px;background:#fff}.btn-delete{color:#ef4444;background:none;border:none;cursor:pointer;padding:4px;transition:color .2s}.btn-delete:hover{color:#dc2626}.modal-content{background:#fff;border-radius:12px;padding:24px;width:90%;max-width:500px}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password]{width:100%;padding:10px 12px;border:1px solid #dce0e5;border-radius:8px;font-size:14px}.portal-projects{max-width:1200px;margin:0 auto;width:100%}.btn-filter{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #dce0e5;border-radius:8px;font-size:14px;font-weight:700;color:#111418;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d}.tabs-section{margin-bottom:24px}.tabs{display:flex;border-bottom:1px solid #dce0e5;gap:32px;overflow-x:auto}.tab{display:flex;align-items:center;gap:8px;padding:4px 4px 12px;background:none;border:none;border-bottom:3px solid transparent;color:#637588;font-size:14px;font-weight:700;letter-spacing:.015em;cursor:pointer;transition:color .2s;white-space:nowrap}.tab-badge{background:#197fe61a;color:#197fe6;font-size:10px;padding:2px 8px;border-radius:9999px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-bottom:48px}.project-card{display:flex;flex-direction:column;background:#fff;border:1px solid #dce0e5;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s}.project-card:hover{box-shadow:0 4px 6px #0000001a}.project-image{position:relative;width:100%;aspect-ratio:16 / 9;background-size:cover;background-position:center}.project-status{position:absolute;top:12px;right:12px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700}.project-status-on-track{background:#dcfce7;color:#166534}.project-status-development{background:#197fe61a;color:#197fe6}.project-status-at-risk{background:#fed7aa;color:#9a3412}.project-status-on-hold{background:#f3f4f6;color:#374151}.project-content{padding:20px;display:flex;flex-direction:column;gap:16px}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.project-title{font-size:18px;font-weight:700;color:#111418;transition:color .2s}.project-card:hover .project-title{color:#197fe6}.project-more{color:#637588;background:none;border:none;cursor:pointer;transition:color .2s}.project-more:hover{color:#197fe6}.project-client{color:#637588;font-size:14px;font-weight:500}.project-progress{display:flex;flex-direction:column;gap:8px}.progress-header{display:flex;justify-content:space-between;font-size:12px;font-weight:700}.progress-label{color:#637588;text-transform:uppercase;letter-spacing:.05em}.progress-value{color:#197fe6}.progress-bar{width:100%;height:8px;background:#f0f2f4;border-radius:9999px;overflow:hidden}.progress-fill{height:100%;border-radius:9999px;transition:width .3s}.progress-fill-on-track,.progress-fill-development{background:#197fe6}.progress-fill-at-risk{background:#f97316}.progress-fill-on-hold{background:#94a3b8}.project-footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #f0f2f4}.project-team{display:flex;align-items:center;gap:-8px}.team-avatar{width:28px;height:28px;border-radius:50%;border:2px solid white;background-size:cover;background-position:center;margin-left:-8px}.team-avatar:first-child{margin-left:0}.team-avatar-more{background:#f6f7f8;display:flex;align-items:center;justify-content:center;color:#111418;font-size:10px;font-weight:700;border-color:#fff}.project-deadline{display:flex;align-items:center;gap:4px;color:#637588;font-size:12px;font-weight:500}.project-deadline.warning{color:#f97316;font-weight:700}.project-deadline .material-symbols-outlined{font-size:16px}.pagination-section{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:48px}.pagination-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #dce0e5;background:#fff;border-radius:8px;color:#111418;font-weight:700;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#fff;border-color:#dce0e5}.pagination-ellipsis{padding:0 8px;color:#637588}.project-delete-btn{position:absolute;top:12px;left:12px;background:#ef4444e6;color:#fff;border:none;border-radius:4px;padding:6px;cursor:pointer;opacity:0;transition:opacity .2s}.project-card:hover .project-delete-btn{opacity:1}.project-desc{color:#637588;font-size:14px;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-date{display:flex;align-items:center;gap:4px;color:#637588;font-size:12px}.portal-subprojects{max-width:1200px;margin:0 auto;width:100%}.page-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px}.page-subtitle{color:#637588;font-size:16px}.btn-primary{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;min-width:120px;background:#197fe6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .2s}.btn-primary:hover{opacity:.9}.stats-row{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:32px}.stat-card{flex:1;min-width:200px;display:flex;flex-direction:column;gap:8px;padding:24px;background:#fff;border:1px solid #dce0e5;border-radius:12px;box-shadow:0 1px 2px #0000000d}.stat-header{display:flex;align-items:center;justify-content:space-between}.stat-label{color:#637588;font-size:14px;font-weight:500}.stat-icon-orange{background:#f973161a;color:#f97316}.stat-icon .material-symbols-outlined{font-size:20px}.stat-value{font-size:30px;font-weight:700;color:#111418;letter-spacing:-.02em}.stat-change{font-size:14px;font-weight:700;display:flex;align-items:center;gap:4px}.stat-change-warning{color:#f97316}.subprojects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-bottom:48px}.subproject-card{display:flex;flex-direction:column;background:#fff;border:1px solid #dce0e5;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s}.subproject-card:hover{box-shadow:0 4px 6px #0000001a}.subproject-image{position:relative;width:100%;aspect-ratio:16 / 9;background-size:cover;background-position:center}.subproject-status{position:absolute;top:12px;right:12px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700}.subproject-status-on-track{background:#dcfce7;color:#166534}.subproject-status-completed{background:#d1fae5;color:#065f46}.subproject-status-on-hold{background:#f3f4f6;color:#374151}.subproject-status-cancelled{background:#fee2e2;color:#991b1b}.subproject-status-planned{background:#e0e7ff;color:#3730a3}.subproject-content{padding:20px;display:flex;flex-direction:column;gap:16px}.subproject-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.subproject-title{font-size:18px;font-weight:700;color:#111418;transition:color .2s}.subproject-card:hover .subproject-title{color:#197fe6}.subproject-more{color:#637588;background:none;border:none;cursor:pointer;transition:color .2s}.subproject-more:hover{color:#197fe6}.subproject-parent{color:#637588;font-size:14px;font-weight:500}.subproject-desc{color:#637588;font-size:14px;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.subproject-footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #f0f2f4}.subproject-date{display:flex;align-items:center;gap:4px;color:#637588;font-size:12px}.search-input{padding:10px 16px;border:1px solid #dce0e5;border-radius:8px;font-size:14px;min-width:200px}.subproject-delete-btn{position:absolute;top:12px;left:12px;background:#ef4444e6;color:#fff;border:none;border-radius:4px;padding:6px;cursor:pointer;opacity:0;transition:opacity .2s}.subproject-card:hover .subproject-delete-btn{opacity:1}.form-group input[type=checkbox]{margin-right:8px}.image-preview{margin-top:12px;max-width:100%;max-height:200px;border-radius:8px}.portal-payments{max-width:1400px;margin:0 auto;width:100%}.page-header{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.page-header>div:first-child{display:flex;flex-direction:column;gap:8px}.header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.page-title{font-size:30px;font-weight:800;letter-spacing:-.02em;color:#111418}.btn-primary{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#197fe6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s}.btn-secondary{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#e2e8f0;color:#1e293b;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:8px}.stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.stat-label{font-size:14px;font-weight:600;color:#637588}.stat-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.stat-icon-green{background:#22c55e1a;color:#22c55e}.stat-icon-primary{background:#197fe61a;color:#197fe6}.stat-icon-blue{background:#3b82f61a;color:#3b82f6}.stat-icon-purple{background:#a855f71a;color:#a855f7}.stat-icon .material-symbols-outlined{font-size:16px}.stat-value{font-size:30px;font-weight:700;color:#111418}.stat-change{font-size:12px;font-weight:500;margin-top:8px}.stat-change-positive{color:#22c55e}.stat-change-negative{color:#ef4444}.stat-change-neutral{color:#637588}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.table-header{display:flex;flex-direction:column;border-bottom:1px solid #e2e8f0;gap:16px;padding:16px}.tabs{display:flex;gap:32px;overflow-x:auto}.tab{display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:2px solid transparent;padding:16px 8px 12px;background:none;border-top:none;border-left:none;border-right:none;color:#637588;font-size:14px;font-weight:700;cursor:pointer;transition:color .2s}.tab:hover{color:#197fe6}.table-toolbar{display:flex;align-items:center;gap:8px;justify-content:flex-end}.toolbar-buttons{display:flex;align-items:center;background:#f1f5f9;border-radius:8px;padding:4px}.toolbar-btn{padding:8px;color:#637588;background:none;border:none;cursor:pointer;transition:color .2s}.toolbar-btn:hover{color:#197fe6}.btn-filter{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f1f5f9;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s}.btn-filter:hover{background:#e2e8f0}.payments-table{width:100%;text-align:left;border-collapse:collapse}.payments-table thead{background:#f1f5f980}.payments-table th{padding:16px 24px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#637588;border-bottom:1px solid #e2e8f0}.payments-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .2s}.payments-table tbody tr:hover{background:#f1f5f94d}.payments-table td{padding:16px 24px;font-size:14px}.invoice-id{font-family:monospace;color:#94a3b8}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{color:#637588}.status-paid{background:#22c55e1a;color:#22c55e}.status-pending{background:#197fe61a;color:#197fe6}.btn-more{color:#94a3b8;background:none;border:none;cursor:pointer;transition:color .2s}.btn-more:hover{color:#197fe6}.table-footer{padding:16px 24px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e2e8f0}.pagination-info{font-size:14px;color:#637588}.pagination{display:flex;align-items:center;gap:8px}.pagination-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:none;color:#94a3b8;border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px;font-weight:700}.pagination-btn:hover:not(:disabled){background:#f1f5f9}.pagination-ellipsis{padding:0 4px;color:#637588}.payment-actions{display:flex;justify-content:flex-end;gap:8px}.form-group input[type=text],.form-group input[type=number],.form-group input[type=date],.form-group select{width:100%;padding:10px 12px;border:1px solid #dce0e5;border-radius:8px;font-size:14px;font-family:inherit}@media (min-width: 768px){.page-header{flex-direction:row;align-items:flex-end;justify-content:space-between}.table-header{flex-direction:row;align-items:center;justify-content:space-between}}.portal-files{display:flex;flex-direction:column;height:100%;background:#fff}.files-header{padding:24px 32px 0}.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:8px}.breadcrumb-link{font-size:12px;font-weight:500;color:#94a3b8;text-decoration:none;transition:color .2s}.breadcrumb-current{font-size:12px;font-weight:700;color:#111418}.header-content{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.page-title{font-size:30px;font-weight:900;letter-spacing:-.02em;color:#111418}.header-actions{display:flex;gap:12px}.btn-primary{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#197fe6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;box-shadow:0 1px 2px #0000000d}.btn-secondary{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f1f5f9;color:#1e293b;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s}.btn-secondary:hover{background:#e2e8f0}.toolbar{padding:24px 32px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.view-toggle{display:flex;align-items:center;gap:4px;background:#f1f5f9;padding:4px;border-radius:8px}.view-btn{display:flex;align-items:center;gap:8px;padding:6px 12px;background:none;border:none;border-radius:6px;font-size:12px;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s}.view-btn.active{background:#fff;color:#111418;box-shadow:0 1px 2px #0000000d}.toolbar-actions{display:flex;align-items:center;gap:12px}.toolbar-icons{display:flex;align-items:center;gap:4px}.toolbar-icon-btn{padding:8px;color:#64748b;background:none;border:none;cursor:pointer;transition:color .2s}.toolbar-icon-btn:hover{color:#197fe6}.toolbar-divider{width:1px;height:24px;background:#e2e8f0}.btn-select-all{color:#197fe6;background:none;border:none;font-size:12px;font-weight:700;padding:6px 12px;border-radius:8px;cursor:pointer;transition:background .2s}.btn-select-all:hover{background:#197fe60d}.files-list{flex:1;overflow-y:auto;padding:8px 32px}.files-table{width:100%;text-align:left;border-collapse:separate;border-spacing:0}.files-table thead{position:sticky;top:0;background:#fff;z-index:1}.files-table th{padding:16px 0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;border-bottom:1px solid #f1f5f9}.checkbox-col{width:40px;padding-left:16px}.checkbox{width:16px;height:16px;border-radius:4px;border:1px solid #cbd5e1;accent-color:#197fe6;cursor:pointer}.file-row{transition:background .2s}.file-row:hover{background:#f8fafc80}.file-row td{padding:16px 0;border-bottom:1px solid rgba(241,245,249,.5)}.file-name-cell{display:flex;align-items:center;gap:12px}.file-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}.file-icon-amber{background:#fbbf241a;color:#f59e0b}.file-icon-rose{background:#f43f5e1a;color:#f43f5e}.file-icon-emerald{background:#10b9811a;color:#10b981}.file-icon-indigo{background:#6366f11a;color:#6366f1}.file-icon .material-symbols-outlined{font-size:24px}.file-name{font-size:14px;font-weight:700;color:#111418;transition:color .2s;cursor:pointer}.file-row:hover .file-name{color:#197fe6}.file-meta{font-size:11px;color:#64748b;margin-top:2px}.file-type{text-transform:uppercase;font-weight:700;letter-spacing:.05em}.text-muted{color:#64748b;font-size:14px}.owner-cell{display:flex;align-items:center;gap:8px}.owner-avatar{width:24px;height:24px;border-radius:50%;background:#e2e8f0;background-image:url(https://lh3.googleusercontent.com/aida-public/AB6AXuA73AYJQehGpjTwsq08HxNrvrdJskDkDVc6jXDqqcs1VALMjw0CtRg9jVYqC_4TOKHXl4F-P92eLY3xDsDhb1t7Ck-IMIX77wRQIdbVHetCAvr4Hwm9Yp9mLGNZCyeDoKkK8zBFjnWKi2vfUZfAbpe1lvzmu8LWActKR4aExR3U4kOMo07cy-eAYpT05twZugaFB28C1PWKrHbp8rm7LxP249SojubpYHFnZFhnjaQB59xWut9JvVWeG_w66rZld3y9pBPr7h-Pncg);background-size:cover;background-position:center}.owner-name{font-size:12px;font-weight:500;color:#475569}.file-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px;opacity:0;transition:opacity .2s}.file-row:hover .file-actions{opacity:1}.action-btn{padding:6px;color:#94a3b8;background:none;border:none;cursor:pointer;transition:color .2s}.action-btn-danger:hover{color:#ef4444}.action-btn .material-symbols-outlined{font-size:18px}.files-footer{padding:12px 32px;background:#fff;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.footer-info{font-size:12px;font-weight:500;color:#64748b}.footer-shared{display:flex;align-items:center;gap:16px}.shared-avatars{display:flex;align-items:center;gap:-8px}.shared-avatar{width:24px;height:24px;border-radius:50%;border:2px solid white;background:#e2e8f0;background-image:url(https://lh3.googleusercontent.com/aida-public/AB6AXuDT1Y3NFyXXP9tO1ACHMplMn5WVKL9WuvPg9AKUPoc-yWDVJ2XyVnKytCJfu6b8TxqMLTe0c2KrCksy6gduZ94F2QSqz777gGtTimCtEgtBuGZPv86IG0-hUj6781LC_z8_jiI-QW-dDpmBrT9K-vRkP0vnTw1d8xSSKaN-xp3uY99m1JFuKQoJwApMGHOMMGtAKwuAdqr4_Wf9-ZCszFxzew26QTTo8K9mAlh7TXSB5ZqdcFd8IOZ7hrwvOI2gmo3ZU0vfbbLlgO0);background-size:cover;background-position:center;margin-left:-8px}.shared-avatar:first-child{margin-left:0}.shared-avatar-more{background:#197fe6;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700;background-image:none}.shared-text{font-size:12px;color:#94a3b8}.project-select{padding:8px 12px;border:1px solid #dce0e5;border-radius:8px;font-size:14px;background:#fff}.loading,.error{padding:24px;text-align:center;color:#637588}.form-group input[type=text],.form-group input[type=file],.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #dce0e5;border-radius:8px;font-size:14px;font-family:inherit}.file-link{display:block;margin-top:8px;color:#197fe6;text-decoration:none;word-break:break-all}.file-link:hover{text-decoration:underline}.portal-info{max-width:1400px;margin:0 auto;width:100%}.info-header{margin-bottom:32px}.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:24px}.breadcrumb-link{font-size:14px;font-weight:500;color:#64748b;text-decoration:none;transition:color .2s}.breadcrumb-separator{font-size:14px;color:#94a3b8}.breadcrumb-current{font-size:14px;font-weight:700;color:#111418}.header-content{display:flex;flex-direction:column;gap:16px}.page-subtitle{color:#64748b;font-size:16px;max-width:600px}.btn-secondary{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#e2e8f0;color:#1e293b;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;align-self:flex-start}.btn-secondary:hover{background:#cbd5e1}.tabs-container{margin-bottom:32px;border-bottom:1px solid #e2e8f0;overflow-x:auto}.tabs{display:flex;gap:32px;min-width:max-content}.tab{padding-bottom:12px;background:none;border:none;border-bottom:2px solid transparent;color:#64748b;font-size:14px;font-weight:700;cursor:pointer;transition:color .2s;white-space:nowrap}.info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px;transition:border-color .2s}.info-card:hover{border-color:#197fe680}.card-header{display:flex;align-items:center;justify-content:space-between}.card-title-section{display:flex;align-items:center;gap:12px}.card-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.card-icon-orange{background:#f973161a;color:#f97316}.card-icon-primary{background:#197fe61a;color:#197fe6}.card-icon-purple{background:#a855f71a;color:#a855f7}.card-icon-indigo{background:#6366f11a;color:#6366f1}.card-icon-teal{background:#14b8a61a;color:#14b8a6}.card-icon .material-symbols-outlined{font-size:20px}.card-title{font-weight:700;color:#111418;font-size:16px}.card-menu-btn{color:#94a3b8;background:none;border:none;cursor:pointer;transition:color .2s}.card-menu-btn:hover{color:#475569}.card-content{display:flex;flex-direction:column;gap:12px}.contact-section{display:flex;align-items:center;gap:12px;margin-bottom:8px}.contact-avatar{width:48px;height:48px;border-radius:50%;border:1px solid #e2e8f0;overflow:hidden}.contact-avatar img{width:100%;height:100%;object-fit:cover}.contact-name{font-size:14px;font-weight:700;color:#111418}.contact-role{font-size:12px;color:#64748b}.field-group{display:flex;flex-direction:column;gap:4px}.field-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.field-input{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;padding:8px;border-radius:4px;border:1px solid #e2e8f0}.field-code{font-family:monospace;font-size:14px;color:#197fe6;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:8px}.field-code.masked{color:#94a3b8;letter-spacing:.1em}.field-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.field-action-btn{color:#64748b;background:none;border:none;cursor:pointer;transition:color .2s;padding:4px}.field-action-btn:hover{color:#197fe6}.field-action-btn .material-symbols-outlined{font-size:16px}.field-textarea{background:#f8fafc;padding:12px;border-radius:4px;border:1px solid #e2e8f0}.field-text{font-size:14px;color:#475569;line-height:1.6}.field-text code{background:#e2e8f0;padding:2px 4px;border-radius:4px;font-family:monospace;font-size:12px}.card-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.tag{padding:4px 8px;background:#f1f5f9;border-radius:4px;font-size:10px;font-weight:700;color:#64748b}.card-actions{display:flex;gap:8px;margin-top:8px}.card-action-btn{flex:1;padding:8px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;font-size:12px;font-weight:700;color:#1e293b;cursor:pointer;transition:background .2s}.card-action-btn:hover{background:#e2e8f0}.card-footer{margin-top:auto;padding-top:16px;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.card-updated{font-size:10px;color:#94a3b8}.card-updated.warning{color:#ef4444}.card-status{padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase}.card-status-live{background:#22c55e1a;color:#22c55e}.card-status-critical{background:#197fe61a;color:#197fe6}.card-status-external{background:#64748b1a;color:#64748b}.info-card-add{border:2px dashed #cbd5e1;background:#f8fafc;cursor:pointer;transition:all .2s;align-items:center;justify-content:center;min-height:200px}.info-card-add:hover{border-color:#197fe680;background:#197fe605}.add-card-content{display:flex;flex-direction:column;align-items:center;gap:12px}.add-card-icon{width:48px;height:48px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;transition:all .2s}.info-card-add:hover .add-card-icon{background:#197fe633;color:#197fe6}.add-card-icon .material-symbols-outlined{font-size:24px;color:#94a3b8;transition:color .2s}.info-card-add:hover .add-card-icon .material-symbols-outlined{color:#197fe6}.add-card-text{font-size:14px;font-weight:700;color:#94a3b8;transition:color .2s}.info-card-add:hover .add-card-text{color:#197fe6}.empty-state{grid-column:1 / -1;text-align:center;padding:48px;color:#637588}.empty-state .material-symbols-outlined{font-size:48px;margin-bottom:16px}.card-menu{display:flex;gap:4px}@media (min-width: 768px){.header-content{flex-direction:row;align-items:flex-end;justify-content:space-between}}.portal-versions{flex:1;overflow-y:auto;padding:32px;background:#f6f7f8}.versions-content{max-width:1152px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:14px}.breadcrumb-link{color:#637588;text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:#197fe6}.breadcrumb-separator{color:#637588}.breadcrumb-current{font-weight:600;color:#197fe6}.page-header{display:flex;flex-direction:column;gap:16px}.page-title{font-size:36px;font-weight:900;letter-spacing:-.02em;margin-bottom:8px;color:#111418}.page-subtitle{color:#637588;font-size:16px;max-width:600px}.btn-primary{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#197fe6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;align-self:flex-start}.stat-card{background:#fff;border:1px solid #dce0e5;border-radius:12px;padding:24px;box-shadow:0 1px 2px #0000000d}.stat-label{color:#637588;font-size:14px;font-weight:500;margin-bottom:4px}.stat-value-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.stat-value{font-size:24px;font-weight:900;color:#111418}.stat-change{font-size:14px;font-weight:600}.stat-change-positive{color:#078838}.stat-status{font-size:14px;font-weight:600;color:#637588}.stat-icon{font-size:16px;color:#078838}.table-container{background:#fff;border:1px solid #dce0e5;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.versions-table{width:100%;text-align:left;border-collapse:collapse}.versions-table thead{background:#f9fafb}.versions-table th{padding:16px 24px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#637588;border-bottom:1px solid #f0f2f4}.versions-table tbody tr{border-bottom:1px solid #f0f2f4;transition:background .2s}.versions-table tbody tr:hover{background:#f9fafb}.versions-table td{padding:20px 24px;font-size:14px}.version-cell{display:flex;flex-direction:column;gap:4px}.version-number{font-size:16px;font-weight:700;color:#111418}.version-number.latest{color:#197fe6}.version-sha{font-size:10px;font-family:monospace;color:#637588;letter-spacing:-.02em}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:700}.status-production{background:#dcfce7;color:#166534}.status-staging{background:#3b82f61a;color:#1e40af}.status-archived{background:#f3f4f6;color:#374151}.status-rolled-back{background:#fee2e2;color:#991b1b}.release-date{color:#111418;font-size:14px}.changelog{color:#637588;font-size:14px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.version-actions{display:flex;justify-content:flex-end;gap:8px}.action-btn{padding:6px;color:#637588;background:none;border:none;cursor:pointer;transition:color .2s}.action-btn:hover{color:#197fe6}.table-footer{padding:16px 24px;border-top:1px solid #f0f2f4;display:flex;align-items:center;justify-content:space-between}.pagination-info{font-size:14px;font-weight:500;color:#637588}.pagination-btn{padding:6px 12px;border:1px solid #dce0e5;background:#fff;border-radius:4px;font-size:14px;font-weight:600;color:#111418;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#f0f2f4}.deployment-status{background:#197fe60d;border:1px solid rgba(25,127,230,.2);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:24px}.status-content{display:flex;align-items:center;gap:16px;color:#197fe6}.status-icon{background:#197fe6;color:#fff;border-radius:50%;padding:12px;display:flex;align-items:center;justify-content:center}.status-icon .material-symbols-outlined{font-size:24px}.status-title{font-size:18px;font-weight:700;margin-bottom:4px}.status-description{font-size:14px;font-weight:500;opacity:.8}.btn-status{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#197fe6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;white-space:nowrap;align-self:flex-start}.btn-status:hover{background:#197fe6e6}.btn-status .material-symbols-outlined{font-size:20px}.modal-content{background:#fff;border-radius:12px;padding:24px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto}.form-group input[type=text],.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #dce0e5;border-radius:8px;font-size:14px;font-family:inherit}.tiptap-editor-wrapper{border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;overflow:hidden}.tiptap-toolbar{display:flex;gap:4px;padding:8px 12px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.tiptap-toolbar .toolbar-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:#64748b;transition:all .2s}.tiptap-toolbar .toolbar-btn:hover{background:#e2e8f0;color:#0f172a}.tiptap-toolbar .toolbar-btn.is-active{background:#e2e8f0;color:#197fe6}.tiptap-toolbar .toolbar-btn .material-symbols-outlined{font-size:18px}.tiptap-editor{min-height:120px;padding:16px}.tiptap-editor .ProseMirror{outline:none;font-size:1rem;line-height:1.75;color:#475569;font-family:inherit}.tiptap-editor .ProseMirror p{margin:.5em 0}.tiptap-editor .ProseMirror p:first-child{margin-top:0}.tiptap-editor .ProseMirror p:last-child{margin-bottom:0}.tiptap-editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#cbd5e1;pointer-events:none;height:0}.tiptap-editor .ProseMirror strong{font-weight:700}.tiptap-editor .ProseMirror em{font-style:italic}.tiptap-editor .ProseMirror ul,.tiptap-editor .ProseMirror ol{padding-left:1.5em;margin:.5em 0}.tiptap-editor .ProseMirror ul{list-style-type:disc}.tiptap-editor .ProseMirror ol{list-style-type:decimal}.tiptap-editor .ProseMirror li{margin:.25em 0}.tiptap-editor .ProseMirror blockquote{border-left:4px solid #e2e8f0;padding-left:1em;margin:1em 0;color:#64748b;font-style:italic}@media (min-width: 768px){.page-header{flex-direction:row;align-items:flex-end;justify-content:space-between}.deployment-status{flex-direction:row;align-items:center;justify-content:space-between}.btn-status{align-self:center}}.portal-tasks{flex:1;overflow-y:auto;padding:32px;background:#f6f7f8}.btn-filter{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:700;color:#475569;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d}.btn-filter:hover{background:#f8fafc}.view-switcher{display:flex;height:40px;width:256px;background:#f1f5f9;border-radius:8px;padding:4px;gap:4px}.view-option{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px;border-radius:6px;background:none;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.view-option.active{background:#fff;color:#111418;box-shadow:0 1px 2px #0000000d}.view-option .material-symbols-outlined{font-size:18px}.task-project{color:#94a3b8;font-size:12px}.assignee-cell{display:flex;align-items:center;gap:8px}.assignee-avatar{width:24px;height:24px;border-radius:50%;background-size:cover;background-position:center;background-color:#cbd5e1}.assignee-name{color:#475569;font-size:14px}.deadline-completed{color:#94a3b8;font-size:14px;text-decoration:line-through}.table-footer{padding:16px 24px;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.pagination-info{font-size:14px;font-weight:500;color:#64748b}.font-bold{font-weight:700;color:#111418}.pagination{display:flex;gap:8px}.pagination-btn{padding:4px 12px;border:1px solid #e2e8f0;background:#fff;border-radius:4px;font-size:14px;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#f8fafc}.pagination-btn.active{background:#197fe6;color:#fff;border-color:#197fe6}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.developer-tasks{flex:1;overflow-y:auto;padding:32px;background:#f6f7f8}.tasks-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.page-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px}.page-title{font-size:30px;font-weight:900;letter-spacing:-.02em;margin-bottom:8px;color:#111418}.page-subtitle{color:#64748b;font-size:16px}.header-actions{display:flex;gap:12px;align-items:center}.project-filter-select{padding:10px 16px;border:1px solid #dce0e5;border-radius:8px;font-size:14px;min-width:180px;background:#fff;cursor:pointer}.btn-primary{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#197fe6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px #197fe633}.btn-primary:hover{background:#197fe6e6}.tasks-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.tasks-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #f1f5f9}.tabs{display:flex;gap:32px;flex:1;border-bottom:1px solid #f1f5f9}.tab{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:12px;padding-top:8px;background:none;border:none;border-bottom:2px solid transparent;color:#64748b;font-size:14px;font-weight:700;cursor:pointer;transition:color .2s}.tab:hover{color:#475569}.tab.active{border-bottom-color:#197fe6;color:#197fe6}.table-wrapper{overflow-x:auto}.tasks-table{width:100%;text-align:left;border-collapse:collapse}.tasks-table thead{background:#f8fafc80}.tasks-table th{padding:16px 24px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.tasks-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .2s}.tasks-table tbody tr:hover{background:#f8fafc4d}.tasks-table td{padding:16px 24px;font-size:14px}.task-name-cell{display:flex;flex-direction:column;gap:4px}.task-name{font-weight:600;color:#111418;font-size:14px}.task-desc{color:#94a3b8;font-size:12px}.text-right{text-align:right}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:9999px;font-size:12px;font-weight:700}.status-in-progress{background:#3b82f61a;color:#2563eb}.status-todo{background:#f1f5f9;color:#64748b}.status-completed{background:#22c55e1a;color:#16a34a}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.priority-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700}.priority-high{background:#f973161a;color:#ea580c}.priority-medium{background:#3b82f61a;color:#2563eb}.priority-urgent{background:#ef44441a;color:#dc2626}.priority-low{background:#f1f5f9;color:#64748b}.deadline{color:#475569;font-size:14px}.deadline-overdue{color:#ef4444;font-size:14px;font-weight:700}.task-actions{display:flex;justify-content:flex-end;gap:8px}.action-btn{color:#94a3b8;background:none;border:none;cursor:pointer;transition:color .2s}.action-btn:hover{color:#111418}.action-btn .material-symbols-outlined{font-size:20px}.action-btn-danger{color:#ef4444}.action-btn-danger:hover{color:#dc2626}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 1px 2px #0000000d}.stat-label{color:#64748b;font-size:14px;font-weight:500;margin-bottom:8px}.stat-value{font-size:24px;font-weight:700;color:#111418;margin-top:4px}.stat-progress{width:100%;background:#f1f5f9;height:6px;border-radius:9999px;margin-top:12px;overflow:hidden}.stat-progress-fill{background:#22c55e;height:100%;border-radius:9999px}.stat-change{display:flex;align-items:center;gap:4px;font-size:12px;margin-top:8px}.stat-change-positive{color:#16a34a}.stat-change .material-symbols-outlined{font-size:16px}.stat-warning{color:#ef4444;font-size:12px;font-style:italic;margin-top:8px}.stat-subtitle{color:#94a3b8;font-size:12px;margin-top:8px}.loading,.error{padding:24px;text-align:center;color:#637588;margin-bottom:24px}.error{color:#ef4444}.text-center{text-align:center}.text-muted{color:#64748b;padding:24px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:24px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto}.modal-title{font-size:20px;font-weight:700;margin-bottom:24px;color:#111418}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#111418}.form-group input[type=text],.form-group input[type=date],.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #dce0e5;border-radius:8px;font-size:14px;font-family:inherit}.form-group select:disabled{background:#f1f5f9;cursor:not-allowed}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn-cancel{padding:10px 20px;background:#f1f5f9;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#475569;cursor:pointer}.btn-cancel:hover{background:#e2e8f0}.btn-submit{padding:10px 20px;background:#197fe6;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#fff;cursor:pointer}.btn-submit:hover{background:#197fe6e6}*{box-sizing:border-box}body{margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
