.teacher-assignments-page{padding:2rem;min-height:100vh;background-color:#d4edda}.page-header{margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#333}.page-subtitle{font-size:1rem;color:#666}.action-bar{gap:1rem;justify-content:flex-start}.action-bar,.filter-tabs{margin-bottom:2rem;display:flex}.filter-tabs{gap:.5rem;border-bottom:2px solid #ddd;padding-bottom:0}.filter-tabs .tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:1rem;color:#666;transition:all .2s;margin-bottom:-2px}.filter-tabs .tab:hover{color:#333;border-bottom-color:#ccc}.filter-tabs .tab.active{color:#3273dc;border-bottom-color:#3273dc;font-weight:600}.loading-container{text-align:center;padding:4rem 2rem}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top-color:#3273dc;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.empty-icon{color:#ccc;margin-bottom:1rem}.empty-state h2{font-size:1.5rem;margin-bottom:.5rem;color:#333}.empty-state p{color:#666;margin-bottom:2rem}.assignments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.assignment-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s;display:flex;flex-direction:column;gap:1rem}.assignment-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.assignment-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.assignment-title{font-size:1.25rem;font-weight:600;color:#333;margin:0;flex:1 1}.assignment-description{color:#666;font-size:.95rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tag{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.status-draft{background:#e0e0e0;color:#666}.status-published{background:#fff3cd;color:#856404}.status-active{background:#d4edda;color:#155724}.status-closed{background:#f8d7da;color:#721c24}.status-archived{background:#e2e3e5;color:#383d41}.assignment-meta{display:flex;flex-direction:column;gap:.5rem}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.meta-item .icon{color:#999;width:16px;text-align:center}.assignment-actions{display:flex;gap:.5rem;margin-top:auto;padding-top:1rem;border-top:1px solid #eee}.assignment-actions .button{flex:1 1}@media (max-width:768px){.teacher-assignments-page{padding:1rem}.page-title{font-size:1.5rem}.assignments-grid{grid-template-columns:1fr}.filter-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.filter-tabs .tab{padding:.5rem 1rem;font-size:.9rem}}@media print{.action-bar,.assignment-actions,.filter-tabs{display:none}.teacher-assignments-page{background-color:#fff!important}.assignment-card{page-break-inside:avoid;break-inside:avoid;box-shadow:none;border:1px solid #ddd}}.organizations-page{padding:2rem;max-width:1400px;margin:0 auto}.organizations-page__header{margin-bottom:2rem}.organizations-page__title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.organizations-page__description{font-size:1rem;color:#64748b;margin-bottom:1rem}.organizations-page__help-links{display:flex;gap:.5rem;align-items:center}.organizations-page__help-link{font-size:.875rem;color:#0ea5e9;text-decoration:none;cursor:pointer}.organizations-page__help-link:hover{text-decoration:underline}.organizations-page__separator{color:#cbd5e1}.organizations-page__content{margin-top:2rem}.org-stats-bar{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.org-stats-bar__card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;text-align:center;transition:all .2s}.org-stats-bar__card:hover{border-color:#0ea5e9;box-shadow:0 4px 6px rgba(14,165,233,.1);transform:translateY(-2px)}.org-stats-bar__value{font-size:2rem;font-weight:700;color:#0ea5e9;margin-bottom:.5rem}.org-stats-bar__label{font-size:.875rem;color:#64748b;font-weight:500}.org-search-controls{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.org-search-controls__row{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.org-search-controls__search{position:relative;flex:1 1}.org-search-controls__search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;color:#0f172a}.org-search-controls__search-input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px rgba(14,165,233,.1)}.org-search-controls__search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none}.org-search-controls__filter{display:flex;align-items:center;gap:.5rem}.org-search-controls__filter-label{font-size:.875rem;color:#64748b;font-weight:500}.org-search-controls__filter-select{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;color:#0f172a;background:#fff;cursor:pointer}.org-search-controls__view-toggle{display:flex;align-items:center;gap:.5rem}.org-search-controls__view-label{font-size:.875rem;color:#64748b;font-weight:500}.org-search-controls__view-buttons{display:flex;gap:.5rem}.org-search-controls__view-button{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:.875rem;cursor:pointer;transition:all .2s}.org-search-controls__view-button:hover{border-color:#0ea5e9;color:#0ea5e9}.org-search-controls__view-button--active{background:#0ea5e9;color:#fff;border-color:#0ea5e9}.org-search-controls__actions{display:flex;gap:.75rem}.org-search-controls__action-button{padding:.75rem 1.25rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.org-search-controls__action-button:hover{background:#f8fafc;border-color:#cbd5e1}.org-search-controls__action-button--primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border-color:#0ea5e9}.org-search-controls__action-button--primary:hover{background:linear-gradient(135deg,#0284c7,#0369a1)}.org-tree{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.org-tree__controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.org-tree__title{font-size:1.125rem;font-weight:600;color:#0f172a}.org-tree__actions{display:flex;gap:.5rem}.org-tree__control-button{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:.875rem;cursor:pointer;transition:all .2s}.org-tree__control-button:hover{border-color:#0ea5e9;color:#0ea5e9}.org-tree__nodes{display:flex;flex-direction:column;gap:1rem}.org-tree__no-results{text-align:center;padding:3rem 2rem}.org-tree__no-results-icon{font-size:3rem;margin-bottom:1rem}.org-tree__no-results-text{font-size:1rem;color:#64748b;margin-bottom:1.5rem}.org-tree__no-results-button{padding:.75rem 1.5rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0ea5e9;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.org-tree__no-results-button:hover{background:#f0f9ff;border-color:#0ea5e9}.org-tree-node{margin-bottom:.5rem}.org-tree-node__main{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s}.org-tree-node__main:hover{background:#f0f9ff;border-color:#bae6fd}.org-tree-node__toggle{width:2rem;height:2rem;border:none;background:#fff;border-radius:4px;color:#64748b;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.org-tree-node__toggle:hover{background:#e0f2fe;color:#0ea5e9}.org-tree-node__spacer{width:2rem;flex-shrink:0}.org-tree-node__icon{font-size:1.5rem;flex-shrink:0}.org-tree-node__info{flex:1 1}.org-tree-node__header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.org-tree-node__name{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0}.org-tree-node__sis-status{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.org-tree-node__sis-status--synced{background:#dcfce7;color:#166534}.org-tree-node__sis-status--error{background:#fee2e2;color:#991b1b}.org-tree-node__stats{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;margin-bottom:.5rem}.org-tree-node__stat{white-space:nowrap}.org-tree-node__separator{color:#cbd5e1}.org-tree-node__contact,.org-tree-node__sync{font-size:.875rem;color:#64748b;margin-bottom:.25rem}.org-tree-node__actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.org-tree-node__action-button{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:.875rem;cursor:pointer;transition:all .2s;white-space:nowrap}.org-tree-node__action-button:hover{border-color:#0ea5e9;color:#0ea5e9;background:#f0f9ff}.org-tree-node__action-button--primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border-color:#0ea5e9}.org-tree-node__action-button--primary:hover{background:linear-gradient(135deg,#0284c7,#0369a1)}.org-tree-node__children{margin-top:.5rem}.org-tree-node__add-child{margin-top:.5rem;padding:.5rem 1rem}.org-tree-node__add-button{padding:.5rem 1rem;border:2px dashed #cbd5e1;border-radius:6px;background:transparent;color:#64748b;font-size:.875rem;cursor:pointer;width:100%;transition:all .2s}.org-tree-node__add-button:hover{border-color:#0ea5e9;color:#0ea5e9;background:#f0f9ff}.organizations-page__empty-state{text-align:center;padding:4rem 2rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:2rem}.organizations-page__empty-icon{font-size:4rem;margin-bottom:1rem}.organizations-page__empty-title{font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.organizations-page__empty-description{font-size:1rem;color:#64748b;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.organizations-page__empty-action{padding:.75rem 1.5rem;border:none;border-radius:6px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:1rem}.organizations-page__empty-action:hover{background:linear-gradient(135deg,#0284c7,#0369a1);transform:translateY(-2px);box-shadow:0 4px 6px rgba(14,165,233,.2)}.organizations-page__empty-link{display:inline-block;font-size:.875rem;color:#0ea5e9;text-decoration:none;cursor:pointer}.organizations-page__empty-link:hover{text-decoration:underline}.organizations-page__list-placeholder{padding:4rem 2rem;text-align:center;color:#64748b;font-size:1.125rem}.org-overview-page{padding:2rem;max-width:1200px;margin:0 auto}.org-overview-page__header{margin-bottom:2rem}.org-overview-page__title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.org-overview-page__breadcrumb{font-size:.875rem;color:#64748b}.org-overview-page__breadcrumb a{color:#0ea5e9;text-decoration:none}.org-overview-page__breadcrumb a:hover{text-decoration:underline}.org-overview-page__tabs{display:flex;gap:1rem;border-bottom:2px solid #e2e8f0;margin-bottom:2rem}.org-overview-page__tab{padding:.75rem 1.5rem;background:transparent;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.org-overview-page__tab:hover{color:#0ea5e9}.org-overview-page__tab--active{color:#0ea5e9;border-bottom-color:#0ea5e9}.org-overview-page__content{display:flex;flex-direction:column;gap:1.5rem}.org-overview-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.org-overview-card__title{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.org-overview-card__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.org-overview-card__content{display:flex;flex-direction:column;gap:1rem}.org-overview-field{display:flex;flex-direction:column;gap:.25rem}.org-overview-field__label{font-size:.875rem;font-weight:500;color:#64748b}.org-overview-field__value{font-size:1rem;color:#0f172a}.org-overview-status{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.org-overview-status--active,.org-overview-status--success{background:#dcfce7;color:#166534}.org-overview-stat{text-align:center;padding:1rem;background:#f8fafc;border-radius:6px}.org-overview-stat__value{font-size:1.5rem;font-weight:700;color:#0ea5e9;margin-bottom:.5rem}.org-overview-stat__label{font-size:.875rem;color:#64748b}.org-overview-card__actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.org-overview-button{padding:.75rem 1.5rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.org-overview-button:hover{background:#f8fafc;border-color:#cbd5e1}.org-overview-button--primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border-color:#0ea5e9}.org-overview-button--primary:hover{background:linear-gradient(135deg,#0284c7,#0369a1)}.org-overview-actions{display:flex;gap:.75rem}.org-provisioning-page{padding:2rem;max-width:1000px;margin:0 auto}.org-provisioning-page__header{margin-bottom:2rem}.org-provisioning-page__title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.org-provisioning-page__breadcrumb{font-size:.875rem;color:#64748b}.org-provisioning-page__breadcrumb a{color:#0ea5e9;text-decoration:none}.org-provisioning-recommendation{display:flex;gap:1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.org-provisioning-recommendation__icon{font-size:2rem;flex-shrink:0}.org-provisioning-recommendation__content{flex:1 1}.org-provisioning-recommendation__title{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.org-provisioning-recommendation__text{font-size:.875rem;color:#64748b;margin-bottom:.5rem}.org-provisioning-recommendation__list{font-size:.875rem;color:#64748b;margin-left:1.5rem;margin-bottom:1rem}.org-provisioning-recommendation__actions{display:flex;gap:.75rem}.org-provisioning-step{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem}.org-provisioning-step__title{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:1.5rem}.org-provisioning-upload{margin-bottom:1.5rem}.org-provisioning-upload__zone{border:2px dashed #cbd5e1;border-radius:8px;padding:3rem 2rem;text-align:center;background:#f8fafc;margin-bottom:1rem}.org-provisioning-upload__input{display:none}.org-provisioning-upload__label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem}.org-provisioning-upload__icon{font-size:3rem}.org-provisioning-upload__text{font-size:1rem;color:#0f172a;font-weight:500}.org-provisioning-upload__hint{font-size:.875rem;color:#64748b}.org-provisioning-upload__links{display:flex;gap:.5rem;justify-content:center}.org-provisioning-link{font-size:.875rem;color:#0ea5e9;background:none;border:none;cursor:pointer;text-decoration:none}.org-provisioning-link:hover{text-decoration:underline}.org-provisioning-separator{color:#cbd5e1}.org-provisioning-options{margin-bottom:1.5rem}.org-provisioning-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;cursor:pointer}.org-provisioning-actions{display:flex;gap:.75rem;justify-content:flex-end}.org-provisioning-button{padding:.75rem 1.5rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.org-provisioning-button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.org-provisioning-button:disabled{opacity:.5;cursor:not-allowed}.org-provisioning-button--primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border-color:#0ea5e9}.org-provisioning-button--primary:hover:not(:disabled){background:linear-gradient(135deg,#0284c7,#0369a1)}.org-provisioning-button--warning{background:#fef3c7;color:#92400e;border-color:#fbbf24}.org-provisioning-status{padding:1rem;border-radius:6px;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.org-provisioning-status--success{background:#dcfce7;color:#166534}.org-provisioning-summary{margin-bottom:1.5rem}.org-provisioning-summary__title{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.org-provisioning-summary__stats{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.org-provisioning-summary__stat{padding:.75rem;border-radius:6px;font-size:.875rem;font-weight:500}.org-provisioning-summary__stat--success{background:#dcfce7;color:#166534}.org-provisioning-summary__stat--warning{background:#fef3c7;color:#92400e}.org-provisioning-summary__stat--error{background:#fee2e2;color:#991b1b}.org-provisioning-breakdown__title{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.org-provisioning-breakdown__list{font-size:.875rem;color:#64748b;list-style:none;padding:0}.org-provisioning-results{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1.5rem;margin-bottom:1.5rem}.org-provisioning-results__title{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.org-provisioning-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.org-provisioning-table td,.org-provisioning-table th{padding:.75rem;text-align:left;border-bottom:1px solid #e2e8f0}.org-provisioning-table th{background:#fff;font-size:.875rem;font-weight:600;color:#64748b}.org-provisioning-table td{font-size:.875rem;color:#0f172a}.org-provisioning-table__actions{display:flex;gap:1rem}.org-provisioning-pii-notice{display:flex;gap:1rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;padding:1.5rem;margin-bottom:1.5rem}.org-provisioning-pii-notice__icon{font-size:2rem;flex-shrink:0}.org-provisioning-pii-notice__content{flex:1 1}.org-provisioning-pii-notice__title{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.org-provisioning-pii-notice__text{font-size:.875rem;color:#64748b;margin-bottom:1rem}.org-integrations-page,.org-settings-page{padding:2rem;max-width:1200px;margin:0 auto}.org-integrations-page__header,.org-settings-page__header{margin-bottom:2rem}.org-integrations-page__title,.org-settings-page__title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.org-integrations-page__breadcrumb,.org-settings-page__breadcrumb{font-size:.875rem;color:#64748b}.org-integrations-page__breadcrumb a,.org-settings-page__breadcrumb a{color:#0ea5e9;text-decoration:none}.org-integrations-tabs,.org-settings-tabs{display:flex;gap:.5rem;border-bottom:2px solid #e2e8f0;margin-bottom:2rem}.org-integrations-tab,.org-settings-tab{padding:.75rem 1.5rem;background:transparent;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.org-integrations-tab:hover,.org-settings-tab:hover{color:#0ea5e9}.org-integrations-tab--active,.org-settings-tab--active{color:#0ea5e9;border-bottom-color:#0ea5e9}.org-integrations-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.org-integration-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.org-integration-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.org-integration-card__title{display:flex;align-items:center;gap:1rem}.org-integration-card__title h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0}.org-integration-badge{background:#f1f5f9;color:#64748b}.org-integration-badge,.org-integration-status{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.org-integration-status--active{background:#dcfce7;color:#166534}.org-integration-status--inactive{background:#fef3c7;color:#92400e}.org-integration-card__body{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.org-integration-field{display:flex;flex-direction:column;gap:.25rem}.org-integration-field__label{font-size:.875rem;font-weight:500;color:#64748b}.org-integration-field__value{font-size:.875rem;color:#0f172a}.org-integration-card__footer{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0}.org-integration-button{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:.875rem;cursor:pointer;transition:all .2s}.org-integration-button:hover{border-color:#0ea5e9;color:#0ea5e9;background:#f0f9ff}.org-integration-button--primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border-color:#0ea5e9}.org-integration-button--primary:hover{background:linear-gradient(135deg,#0284c7,#0369a1)}.org-integrations-actions{display:flex;justify-content:flex-start}.org-settings-content{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem}.org-settings-subtabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #e2e8f0}.org-settings-subtab{padding:.5rem 1rem;background:transparent;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s}.org-settings-subtab:hover{color:#0ea5e9}.org-settings-subtab--active{color:#0ea5e9;border-bottom-color:#0ea5e9}.org-settings-section h2{font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.org-settings-description{font-size:.875rem;color:#64748b;margin-bottom:1.5rem}.org-settings-field{margin-bottom:1.5rem}.org-settings-field label{display:block;font-size:.875rem;font-weight:500;color:#64748b;margin-bottom:.5rem}.org-settings-field input[type=text],.org-settings-field select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem}.org-settings-field input[type=color]{width:100px;height:40px;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer}.org-settings-field input[type=checkbox]{margin-right:.5rem}.feature-flag-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.feature-flag-item{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px}.feature-flag-item label{display:flex;align-items:center;cursor:pointer}.org-settings-button{padding:.75rem 1.5rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.org-settings-button:hover{background:#f8fafc}.org-settings-button--primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border-color:#0ea5e9}.org-settings-button--primary:hover{background:linear-gradient(135deg,#0284c7,#0369a1)}.org-settings-button--danger{background:#fee2e2;color:#991b1b;border-color:#fecaca}.org-settings-button--danger:hover{background:#fecaca}.org-settings-danger-zone{margin-top:3rem;padding:1.5rem;border:2px solid #fecaca;border-radius:8px;background:#fef2f2}.org-settings-danger-zone h3{font-size:1.125rem;font-weight:600;color:#991b1b;margin-bottom:.5rem}.org-settings-danger-zone p{font-size:.875rem;color:#991b1b;margin-bottom:1rem}@media (max-width:1024px){.org-stats-bar{grid-template-columns:repeat(2,1fr)}.org-tree-node__actions{flex-direction:row;flex-wrap:wrap}.org-overview-card__grid{grid-template-columns:1fr}}@media (max-width:767px){.org-overview-page,.org-provisioning-page,.organizations-page{padding:1rem}.org-stats-bar{grid-template-columns:1fr}.org-search-controls__row{flex-direction:column;align-items:stretch}.org-search-controls__actions{flex-wrap:wrap}.org-tree-node__main{flex-direction:column}.org-tree-node__actions{flex-direction:row;flex-wrap:wrap;width:100%}.org-tree-node__action-button{flex:1 1}.org-overview-page__tabs{overflow-x:auto}.org-overview-card__grid{grid-template-columns:1fr}.org-overview-actions,.org-provisioning-actions,.org-provisioning-recommendation,.org-provisioning-recommendation__actions{flex-direction:column}}