.header{background:linear-gradient(135deg,#fff,#f8fafc);border-bottom:1px solid #CBD5E1;position:sticky;top:0;z-index:1000;height:64px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 3px #0f172a1a}.header-content{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 2rem}.header-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.05em;background:linear-gradient(135deg,#0f172a,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-actions{display:flex;align-items:center;gap:1rem}.header-action-btn{padding:.75rem;background:none;border:none;border-radius:12px;color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.header-action-btn:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#0f172a;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a26}.header-action-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.header-action-btn:hover:before{left:100%}@media (max-width: 768px){.header-content{padding:0 1rem}.header-title{font-size:1.5rem}}.sidebar{width:280px;background:linear-gradient(180deg,#fff,#f8fafc);border-right:1px solid #CBD5E1;position:fixed;top:64px;left:0;height:calc(100vh - 64px);overflow-y:auto;z-index:900;box-shadow:4px 0 6px -1px #0f172a1a}.sidebar-nav{padding:2rem 0}.sidebar-link{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;color:#475569;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;position:relative;overflow:hidden}.sidebar-link:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:linear-gradient(180deg,#ea580c,#dc2626);transform:scaleY(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.sidebar-link:hover{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#0f172a;transform:translate(4px)}.sidebar-link:hover:before{transform:scaleY(1)}.sidebar-link-active{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c;font-weight:700;transform:translate(4px);box-shadow:inset 0 1px #ffffff1a}.sidebar-link-active:before{transform:scaleY(1)}@media (max-width: 768px){.sidebar{transform:translate(-100%);transition:transform .3s ease}.sidebar.sidebar-open{transform:translate(0)}}.layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc}.layout-content{flex:1;display:flex}.layout-main{flex:1;padding:2rem;margin-left:280px;min-height:calc(100vh - 64px)}@media (max-width: 768px){.layout-main{margin-left:0;padding:1rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;font-family:inherit;letter-spacing:.05em;position:relative;overflow:hidden;text-transform:uppercase;font-size:.875rem}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0f172a26}.btn:hover:before{left:100%}.btn:active{transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-sm{padding:.625rem 1rem;font-size:.75rem}.btn-md{padding:.875rem 1.5rem;font-size:.875rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%}.btn-primary{background:linear-gradient(135deg,#ea580c,#dc2626);color:#fff;border:1px solid transparent;box-shadow:0 4px 14px #ea580c63}.btn-primary:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 20px #ea580c66}.btn-secondary{background:linear-gradient(135deg,#64748b,#475569);color:#fff;border:1px solid transparent;box-shadow:0 4px 14px #64748b63}.btn-secondary:hover{background:linear-gradient(135deg,#475569,#334155);box-shadow:0 6px 20px #64748b66}.btn-outline{background:#ffffff1a;color:#ea580c;border:2px solid #EA580C;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-outline:hover{background:linear-gradient(135deg,#ea580c,#dc2626);color:#fff;box-shadow:0 6px 20px #ea580c66}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:1px solid transparent;box-shadow:0 4px 14px #ef444463}.btn-danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 20px #ef444466}.btn-spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.input-wrapper{display:flex;flex-direction:column;gap:.5rem}.input-full{width:100%}.input-label{font-weight:700;color:#0f172a;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.input-sub-label{font-size:.75rem;color:#6b7280;font-weight:500;margin-top:-.25rem;margin-bottom:.25rem}.input-sub-label.required{color:#ef4444;font-weight:600}.input{padding:.875rem 1rem;border:2px solid #9CA3AF;border-radius:12px;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 2px 4px #0f172a0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.input:hover{border-color:#9ca3af}.input:focus{outline:none;border-color:#9ca3af;box-shadow:0 2px 4px #0f172a0f;background:#fff}.input-error{border-color:#ef4444}.input-error:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a,0 4px 6px -1px #0f172a1a}.input-error-text{color:#ef4444;font-size:.875rem;font-weight:600;margin-top:.25rem}.table-container{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;border:2px solid #6B7280;box-shadow:0 4px 6px -1px #0f172a1a;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.table{width:100%;border-collapse:collapse}.table-header{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-bottom:2px solid #6B7280}.table-header-cell{padding:1.25rem 1.5rem;text-align:left;font-weight:700;color:#0f172a;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em}.table-body{background:transparent}.table-row{border-bottom:1px solid #6B7280;transition:all .3s cubic-bezier(.4,0,.2,1)}.table-row-clickable{cursor:pointer}.table-row:hover{background:linear-gradient(135deg,#fff7ed,#ffedd5);transform:scale(1.01)}.table-row-clickable:hover{background:linear-gradient(135deg,#fff7ed,#ffedd5);transform:scale(1.01);box-shadow:0 4px 12px #ea580c26}.table-row:last-child{border-bottom:none}.table-cell{padding:1.25rem 1.5rem;color:#0f172a;font-size:.875rem;font-weight:500;vertical-align:middle}.table-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280;background-color:#fff;border-radius:12px;border:2px solid #6B7280}.table-empty{display:flex;align-items:center;justify-content:center;padding:3rem;color:#6b7280;background-color:#fff;border-radius:12px;border:2px solid #6B7280}.table-actions{display:flex;gap:.5rem;align-items:center}.table-actions .btn{padding:.375rem .75rem;font-size:.75rem}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.customer-type-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500}.customer-type-individual{background-color:#fff7ed;color:#ea580c}.customer-type-corporate{background-color:#fef3c7;color:#d97706}@media (max-width: 768px){.table-container{overflow-x:auto}.table{min-width:600px}.table-header-cell,.table-cell{padding:.75rem 1rem}.table-actions{flex-direction:column;gap:.25rem}.table-actions .btn{width:100%;justify-content:center}}.customer-list-page{max-width:1200px}.customer-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.customer-list-filters{margin-bottom:2rem}.search-box{position:relative;max-width:400px}.search-box input{padding-left:3.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #6B7280}@media (max-width: 768px){.customer-list-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-title{font-size:1.5rem}.search-box{max-width:100%;width:100%}}.card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;border:1px solid #CBD5E1;box-shadow:0 4px 6px -1px #0f172a1a,0 2px 4px -1px #0f172a0f;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent)}.card-hoverable:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0f172a1a,0 10px 10px -5px #0f172a0a;border-color:#94a3b8}.card-padding-none{padding:0}.card-padding-sm{padding:1.5rem}.card-padding-md{padding:2rem}.card-padding-lg{padding:2.5rem}.property-type-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500}.property-type-badge:has(svg[data-lucide=home]){background-color:#fff7ed;color:#ea580c}.property-type-badge:has(svg[data-lucide=building]){background-color:#fef3c7;color:#d97706}.customer-detail-page{max-width:1200px}.customer-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.customer-detail-content{display:flex;flex-direction:column;gap:2rem}.customer-info-card{padding:2rem}.customer-info-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #9CA3AF}.customer-type-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:12px;background-color:#f3f4f6}.icon-individual{color:#ea580c}.icon-corporate{color:#c2410c}.customer-basic-info{flex:1}.customer-name{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.customer-type-label{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:#f3f4f6;color:#6b7280;border-radius:6px;font-size:.875rem;font-weight:500}.customer-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.contact-info{display:flex;align-items:center;gap:.5rem}.contact-info svg{color:#6b7280}.customer-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280}.customer-detail-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;gap:1rem}.customer-detail-not-found h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}@media (max-width: 768px){.customer-detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.customer-info-header{flex-direction:column;text-align:center;gap:1rem}.customer-details-grid{grid-template-columns:1fr;gap:1rem}.customer-info-card,.related-data-card{padding:1.5rem}.customer-name{font-size:1.5rem}}.customer-form{max-width:800px;margin:0 auto;padding:2rem}.form-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #9CA3AF}.form-header h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 .5rem}.form-header p{color:#6b7280;margin:0;font-size:.875rem}.customer-type-section{display:flex;flex-direction:column;gap:1rem}.customer-type-selector{display:flex;gap:1rem}.type-button{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border:2px solid #6B7280;border-radius:8px;background-color:#fff;color:#6b7280;cursor:pointer;transition:all .2s ease;font-weight:500;min-width:120px;justify-content:center}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:2px solid #9CA3AF}.form-row{display:flex;gap:1.5rem}.form-row>*{flex:1 1 0;min-width:0}.form-row.city-address-row{display:flex;gap:1.5rem}.form-row.city-address-row .input-city{flex:0 0 50%;min-width:0}.form-row.city-address-row .input-chome,.form-row.city-address-row .input-ban,.form-row.city-address-row .input-go{flex:0 0 16.66%;min-width:0}.form-section h3{margin-top:2.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.address-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.address-grid-row{display:contents}.address-grid .address-left,.address-grid .address-right{display:flex;flex-direction:column;gap:1.2rem}.address-grid .address-right .chome-ban-go-row{display:flex;justify-content:flex-end;gap:1rem}.address-grid .address-right .chome-ban-go-row>*{width:33%;min-width:0}.form-grid .chome-ban-go-group{display:flex;gap:1rem}.form-grid .chome-ban-go-group>*{flex:1 1 0;min-width:0}.property-type-selector{grid-column:1 / -1;margin-bottom:1rem}.toggle-buttons{display:flex;gap:.5rem;margin-top:.5rem}.toggle-button{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.toggle-button:hover{border-color:#d1d5db;background:#f9fafb}.toggle-button.active{background:linear-gradient(135deg,#ea580c,#dc2626);color:#fff;border-color:transparent;box-shadow:0 4px 14px #ea580c63}.toggle-button.active:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 20px #ea580c66}.zipcode-container{position:relative}.zipcode-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #EA580C;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 8px 25px #0f172a26;z-index:9999;max-height:200px;overflow-y:auto;background-color:#ffeb3b!important;border:3px solid #ff0000!important}.zipcode-suggestion-item{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #E5E7EB;transition:background-color .2s ease}.zipcode-suggestion-item:last-child{border-bottom:none}.zipcode-suggestion-item:hover{background-color:#f9fafb}.zipcode-suggestion-address{font-weight:600;color:#111827;margin-bottom:.25rem}.zipcode-suggestion-detail{font-size:.875rem;color:#6b7280}@media (max-width: 768px){.customer-form-card{padding:1.5rem}.form-grid{grid-template-columns:1fr;gap:1rem}.customer-type-selector,.form-actions{flex-direction:column}}.customer-create-page{max-width:1200px}.customer-edit-page{max-width:1200px}.customer-edit-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280}.customer-edit-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;gap:1rem}.customer-edit-not-found h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.project-list-page{max-width:1400px}.project-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.05em;background:linear-gradient(135deg,#0f172a,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.project-list-filters{margin-bottom:2rem}.search-box{position:relative;max-width:500px;margin-bottom:1.5rem}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.search-box input{padding-left:3.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filter-controls{display:flex;gap:1.5rem;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-size:.875rem;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.05em}.filter-select{padding:.875rem 1rem;border:2px solid #6B7280;border-radius:12px;font-size:1rem;font-weight:500;background:linear-gradient(135deg,#fff,#f8fafc);color:#0f172a;min-width:120px;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filter-select:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 4px #ea580c1a;transform:translateY(-1px)}.project-stats{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;border:1px solid #CBD5E1;box-shadow:0 4px 6px -1px #0f172a1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-label{font-size:.875rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2rem;font-weight:800;color:#0f172a}.stat-completed{color:#059669}.stat-pending{color:#d97706}@media (max-width: 768px){.project-list-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-title{font-size:1.5rem}.search-box{max-width:100%;width:100%}.filter-controls{width:100%}.filter-group{flex:1;min-width:120px}.project-stats{flex-wrap:wrap;gap:1rem;justify-content:space-around}.stat-item{flex:1;min-width:80px}}.my-project-list-page{padding:24px;max-width:1200px;margin:0 auto}.my-project-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-title{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.header-actions{display:flex;gap:12px}.my-project-list-filters{background:#fff;border-radius:8px;padding:20px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.search-box{position:relative;margin-bottom:16px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280;z-index:10}.search-box input{padding-left:40px}.filter-controls{display:flex;gap:16px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:4px}.filter-label{font-size:.875rem;font-weight:500;color:#374151}.filter-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;min-width:120px}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media (max-width: 768px){.my-project-list-page{padding:16px}.my-project-list-header{flex-direction:column;gap:16px;align-items:stretch}.header-actions{justify-content:stretch}.filter-controls{flex-direction:column}}.customer-search-container{position:relative}.customer-search-input{width:100%;padding:.875rem 1rem .875rem 2.5rem;border:2px solid #6B7280;border-radius:12px;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 2px 4px #0f172a0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.customer-search-input:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 4px #ea580c1a,0 4px 6px -1px #0f172a1a;transform:translateY(-1px);background:#fff}.customer-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #EA580C;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 8px 25px #0f172a26;z-index:9999;max-height:200px;overflow-y:auto}.customer-option{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #E5E7EB;transition:background-color .2s ease}.customer-name{font-weight:600;color:#111827}.customer-type{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px}.customer-contact{font-size:.875rem;color:#6b7280}.customer-change-form-card{max-width:800px;margin:0 auto;padding:2rem}.customer-search-container{position:relative;margin-bottom:2rem}.customer-search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;transition:border-color .2s}.customer-search-input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.customer-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e5e7eb;border-top:none;border-radius:0 0 .5rem .5rem;max-height:300px;overflow-y:auto;z-index:10;box-shadow:0 4px 6px -1px #0000001a}.customer-option{padding:1rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .2s}.customer-option:hover{background-color:#f9fafb}.customer-option:last-child{border-bottom:none}.customer-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.customer-name{font-weight:500;color:#1f2937}.customer-type{background:#f3f4f6;color:#6b7280;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.customer-contact{color:#6b7280;font-size:.875rem}.property-form{max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.property-type-section{display:flex;flex-direction:column;gap:.75rem}.section-label{font-size:.875rem;font-weight:600;color:#374151}.property-type-selector{display:flex;gap:1rem}.type-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:2px solid #6B7280;border-radius:8px;background-color:#fff;color:#6b7280;cursor:pointer;transition:all .2s ease;font-weight:500;min-width:120px;justify-content:center}.type-button:hover{border-color:#ea580c;color:#ea580c}.type-button.active{border-color:#ea580c;background-color:#fff7ed;color:#ea580c}.zipcode-loading{position:absolute;top:100%;left:0;right:0;background:#f8f9fa;border:1px solid #dee2e6;border-top:none;padding:8px 12px;font-size:14px;color:#6c757d;z-index:1000;border-radius:0 0 4px 4px}.zipcode-loading span{display:flex;align-items:center;gap:8px}.zipcode-loading span:before{content:"";width:12px;height:12px;border:2px solid #dee2e6;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.property-form-card{padding:1.5rem}.form-header{flex-direction:column;text-align:center;gap:.75rem}.form-grid{grid-template-columns:1fr;gap:1rem}.property-type-selector{flex-direction:column;gap:.75rem}.form-actions{flex-direction:column}}.property-search-container{position:relative}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;color:#6b7280;z-index:1}.property-search-input{width:100%;padding:.875rem 1rem .875rem 2.5rem;border:2px solid #6B7280;border-radius:12px;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 2px 4px #0f172a0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.property-search-input:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 4px #ea580c1a,0 4px 6px -1px #0f172a1a;transform:translateY(-1px);background:#fff}.property-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #EA580C;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 8px 25px #0f172a26;z-index:9999;max-height:200px;overflow-y:auto}.property-option{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #E5E7EB;transition:background-color .2s ease}.property-address{font-weight:600;color:#111827}.property-type{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px}.property-postal{font-size:.875rem;color:#6b7280}.selected-info{padding:1rem;background-color:#f9fafb;border:2px solid #6B7280;border-radius:6px;margin-top:1rem}.info-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#6b7280;font-size:.875rem;font-weight:500}.info-content{display:flex;flex-direction:column;gap:.25rem}.info-name{font-weight:600;color:#111827;margin:0}.property-change-form-card{max-width:800px;margin:0 auto;padding:2rem}.form-header{margin-bottom:2rem;text-align:center}.form-header h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.form-header p{color:#6b7280;font-size:.875rem}.mode-selection{margin-bottom:2rem}.mode-options{display:flex;gap:1rem;justify-content:center}.mode-option{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s}.mode-option:hover{border-color:#f97316;color:#f97316}.mode-option.active{border-color:#f97316;background:#f97316;color:#fff}.property-search-container{position:relative;margin-bottom:2rem}.search-input-wrapper{position:relative}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af}.property-search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;transition:border-color .2s}.property-search-input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.property-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e5e7eb;border-top:none;border-radius:0 0 .5rem .5rem;max-height:300px;overflow-y:auto;z-index:10;box-shadow:0 4px 6px -1px #0000001a}.property-option{padding:1rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .2s}.property-option:hover{background-color:#f9fafb}.property-option:last-child{border-bottom:none}.property-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.property-address{font-weight:500;color:#1f2937}.property-type{background:#f3f4f6;color:#6b7280;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.property-postal{color:#6b7280;font-size:.875rem}.selected-info{background:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:2rem}.info-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#6b7280;font-size:.875rem;font-weight:500}.info-content{color:#1f2937}.info-name{font-weight:600;margin-bottom:.25rem}.info-detail{color:#6b7280;font-size:.875rem}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.form-actions button{min-width:120px}.hearing-form-summary-content{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;box-shadow:0 4px 6px -1px #0f172a1a;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.hearing-form-summary-content:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0f172a26}.accordion-header{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.5rem 1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-bottom:2px solid #F59E0B;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease}.accordion-header:hover{background:linear-gradient(135deg,#fde68a,#fcd34d)}.accordion-header:active{transform:scale(.98)}.header-content{display:flex;align-items:center;gap:.75rem;flex-grow:1}.accordion-header h2{margin:0;font-size:1.25rem;font-weight:700;color:#92400e;flex-grow:1}.accordion-header svg{color:#ea580c;transition:transform .2s ease}.accordion-content{animation:slideDown .3s ease-out;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hearing-section-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #E5E7EB;border-radius:16px;box-shadow:0 4px 6px -1px #0f172a1a;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.hearing-section-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0f172a26;border-color:#ea580c}.section-content{padding:1.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item.full-width{grid-column:1 / -1}.info-item label{font-size:.875rem;font-weight:600;color:#374151;margin:0}.info-value{font-size:1rem;color:#111827;font-weight:500;padding:.75rem;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;min-height:2.5rem;display:flex;align-items:center}.other-detail,.pets-details{color:#6b7280;font-size:.875rem;margin-left:.5rem}.address-info{display:flex;flex-direction:column;gap:1rem}.address-main{display:flex;flex-direction:column;gap:.5rem}.postal-code{font-size:1rem;font-weight:600;color:#374151}.address-text{font-size:1.125rem;font-weight:600;color:#111827;line-height:1.5}.building-info{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:.75rem;background:#f3f4f6;border-radius:8px;border:1px solid #E5E7EB}.building-name,.building-tower,.room-number{font-size:.875rem;color:#6b7280;background:#fff;padding:.25rem .5rem;border-radius:4px;border:1px solid #D1D5DB}.property-type-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#ea580c;color:#fff;font-size:.875rem;font-weight:600;border-radius:20px;align-self:flex-start}.same-address-notice{display:flex;align-items:center;justify-content:center;padding:2rem;background:#f0f9ff;border:2px dashed #0EA5E9;border-radius:12px;color:#0369a1;font-weight:600;font-size:1.125rem}.areas-list{display:flex;flex-wrap:wrap;gap:.75rem}.area-tag{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#fef3c7;color:#92400e;font-size:.875rem;font-weight:600;border-radius:20px;border:1px solid #F59E0B}.area-tag.additional{background:#dbeafe;color:#1e40af;border-color:#3b82f6}.priority-items{display:flex;flex-wrap:wrap;gap:.75rem}.priority-tag{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#fce7f3;color:#be185d;font-size:.875rem;font-weight:600;border-radius:20px;border:1px solid #EC4899}.additional-requests{padding:1rem;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;color:#111827;line-height:1.6;white-space:pre-wrap;min-height:4rem}@media (max-width: 768px){.hearing-form-summary-content{border-radius:12px}.accordion-header{padding:1rem}.accordion-header h2{font-size:1.125rem}.accordion-content{padding:1rem}.hearing-section-card{border-radius:12px}.section-content{padding:1rem}.info-grid{grid-template-columns:1fr;gap:1rem}.info-value{font-size:.875rem;padding:.5rem}.address-text{font-size:1rem}.areas-list,.priority-items{gap:.5rem}.area-tag,.priority-tag{font-size:.75rem;padding:.375rem .75rem}}@media (max-width: 480px){.accordion-content{gap:1rem}.accordion-header,.header-content{flex-direction:column;align-items:flex-start;gap:.5rem}.building-info{flex-direction:column;align-items:flex-start}.same-address-notice{padding:1.5rem;font-size:1rem}}.project-detail-page{max-width:1200px}.project-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.project-detail-content{display:flex;flex-direction:column;gap:2rem}.project-info-card{padding:2rem}.project-info-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #9CA3AF}.project-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:12px;background-color:#fff7ed;color:#ea580c}.project-basic-info{flex:1}.project-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}.project-status{display:flex;align-items:center}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:12px;font-size:.875rem;font-weight:600}.status-completed{background-color:#d1fae5;color:#065f46}.status-pending{background-color:#fef3c7;color:#92400e}.project-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.inquiry-section{display:flex;flex-direction:column;gap:1rem}.inquiry-section label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.inquiry-content{background-color:#f9fafb;padding:1.5rem;border-radius:8px;border:2px solid #D1D5DB}.inquiry-content p{margin:0;color:#374151;line-height:1.6}.customer-summary-card,.property-summary-card,.hearing-form-summary-card{padding:2rem}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #9CA3AF}.section-header h2{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0;flex:1}.view-detail-link{color:#ea580c;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease;margin-right:1rem}.view-detail-link:hover{color:#c2410c}.customer-change-form,.property-change-form{max-width:800px;margin:0 auto;padding:2rem}.customer-change-form .form-header,.property-change-form .form-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #9CA3AF}.customer-change-form .form-header h2,.property-change-form .form-header h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 .5rem}.customer-change-form .form-header p,.property-change-form .form-header p{color:#6b7280;margin:0;font-size:.875rem}.customer-selector,.property-selector{display:flex;flex-direction:column;gap:1.5rem}.selector-dropdown{padding:.875rem 1rem;border:2px solid #6B7280;border-radius:12px;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 2px 4px #0f172a0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.selector-dropdown:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 4px #ea580c1a,0 4px 6px -1px #0f172a1a;transform:translateY(-1px);background:#fff}.search-container{position:relative}.search-input{width:100%;padding:.875rem 1rem;border:2px solid #6B7280;border-radius:12px;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 2px 4px #0f172a0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-input:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 4px #ea580c1a,0 4px 6px -1px #0f172a1a;transform:translateY(-1px);background:#fff}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #EA580C;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 8px 25px #0f172a26;z-index:1000;max-height:300px;overflow-y:auto}.suggestion-item{padding:1rem;cursor:pointer;border-bottom:1px solid #E5E7EB;transition:background-color .2s ease}.suggestion-name{font-weight:600;color:#111827;margin-bottom:.25rem}.suggestion-detail{font-size:.875rem;color:#6b7280}.no-suggestions{padding:1rem;text-align:center;color:#6b7280;font-style:italic}.selected-info{padding:1.5rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:12px;border:2px solid #6B7280}.info-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#6b7280;font-size:.875rem;font-weight:500}.info-content{display:flex;flex-direction:column;gap:.5rem}.info-name{font-weight:600;color:#111827;margin:0;font-size:1.125rem}.info-detail{color:#6b7280;font-size:.875rem;margin:0}.mode-selector{display:flex;gap:1rem;margin-bottom:2rem}.mode-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border:2px solid #6B7280;border-radius:12px;background:linear-gradient(135deg,#fff,#f8fafc);color:#64748b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;min-width:140px;justify-content:center;position:relative;overflow:hidden}.mode-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.mode-button:hover{border-color:#ea580c;color:#ea580c;transform:translateY(-2px);box-shadow:0 8px 25px #ea580c26}.mode-button:hover:before{left:100%}.mode-button.active{border-color:#ea580c;background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c;box-shadow:0 4px 14px #ea580c40;transform:translateY(-1px)}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:2px solid #9CA3AF;position:relative}.customer-summary-content{display:flex;flex-direction:column;gap:1rem}.customer-summary-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.customer-name{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.customer-type-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:#f3f4f6;color:#6b7280;border-radius:6px;font-size:.75rem;font-weight:500}.customer-contact-info{display:flex;flex-direction:column;gap:.5rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:#6b7280}.contact-item svg{color:#9ca3af}.property-summary-content{display:flex;flex-direction:column;gap:1rem}.property-type-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:#fff7ed;color:#ea580c;border-radius:6px;font-size:.75rem;font-weight:500;width:-moz-fit-content;width:fit-content}.property-address h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.postal-code{color:#6b7280;font-size:.875rem;margin:0}.building-info{display:flex;align-items:center;gap:1rem}.building-name{font-weight:500;color:#374151}.room-number{color:#6b7280;font-size:.875rem}.hearing-form-summary-content{margin-top:1rem}.project-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280}.project-detail-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;gap:1rem}.project-detail-not-found h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}@media (max-width: 768px){.project-detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.project-info-header{flex-direction:column;text-align:center;gap:1rem}.project-details-grid{grid-template-columns:1fr;gap:1rem}.customer-summary-header{flex-direction:column;align-items:flex-start;gap:.5rem}.project-info-card,.customer-summary-card,.property-summary-card{padding:1.5rem}.project-title{font-size:1.5rem}.mode-selector{flex-direction:column;gap:.75rem}.form-actions{flex-direction:column}}.project-form{max-width:900px;margin:0 auto}.project-form-card{padding:2rem}.form-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #CBD5E1;position:relative}.form-header:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(135deg,#ea580c,#dc2626)}.header-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c;box-shadow:0 4px 6px -1px #ea580c33}.header-content h2{font-size:1.875rem;font-weight:800;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.025em}.header-content p{color:#64748b;margin:0;font-size:.875rem;font-weight:500}.form-content{display:flex;flex-direction:column;gap:2rem}.form-section{display:flex;flex-direction:column;gap:1.5rem}.section-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0;text-transform:uppercase;letter-spacing:.05em}.customer-selector,.property-selector{display:flex;flex-direction:column;gap:1rem}.field-label{font-size:.875rem;font-weight:600;color:#374151}.selector-dropdown{padding:.625rem .875rem;border:2px solid #6B7280;border-radius:6px;font-size:.875rem;background-color:#fff;color:#111827;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 2px #0000000d}.selector-dropdown:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c14,0 1px 2px #0000000d}.selector-dropdown.error{border-color:#ef4444}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.textarea-field{display:flex;flex-direction:column;gap:.5rem}.textarea-input{padding:.625rem .875rem;border:2px solid #6B7280;border-radius:6px;font-size:.875rem;font-family:inherit;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 2px #0000000d}.textarea-input:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c14,0 1px 2px #0000000d}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:2px solid #CBD5E1;position:relative}.form-actions:before{content:"";position:absolute;top:-2px;right:0;width:60px;height:2px;background:linear-gradient(135deg,#ea580c,#dc2626)}.mode-selection{margin-bottom:1.5rem}.mode-options{display:flex;gap:1rem}.mode-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border:2px solid #6B7280;border-radius:12px;background:linear-gradient(135deg,#fff,#f8fafc);color:#64748b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;min-width:140px;justify-content:center;position:relative;overflow:hidden}.mode-option:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.mode-option:hover{border-color:#ea580c;color:#ea580c;transform:translateY(-2px);box-shadow:0 8px 25px #ea580c26}.mode-option:hover:before{left:100%}.mode-option.active{border-color:#ea580c;background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#ea580c;box-shadow:0 4px 14px #ea580c40;transform:translateY(-1px)}.new-customer-form,.new-property-form{display:flex;flex-direction:column;gap:1.5rem}.customer-type-section,.property-type-section{display:flex;flex-direction:column;gap:.75rem}.customer-type-selector,.property-type-selector{display:flex;gap:1rem}.customer-type-selector .type-button,.property-type-selector .type-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:2px solid #6B7280;border-radius:8px;background-color:#fff;color:#6b7280;cursor:pointer;transition:all .2s ease;font-weight:500;min-width:120px;justify-content:center}.customer-type-selector .type-button:hover,.property-type-selector .type-button:hover{border-color:#ea580c;color:#ea580c}.customer-type-selector .type-button.active,.property-type-selector .type-button.active{border-color:#ea580c;background-color:#fff7ed;color:#ea580c}.required-asterisk{color:#ef4444;margin-left:.25rem}.existing-customer-form,.existing-property-form,.new-customer-form,.new-property-form{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){.project-form-card{padding:1.5rem}.form-header{flex-direction:column;text-align:center;gap:.75rem}.form-grid{grid-template-columns:1fr;gap:1rem}.form-actions{flex-direction:column}.mode-selection{margin-bottom:1rem}.mode-options{flex-direction:column;gap:.75rem}.mode-option{min-width:auto}.customer-type-selector,.property-type-selector{flex-direction:column;gap:.75rem}.customer-type-selector .type-button,.property-type-selector .type-button{min-width:auto}}.project-create-page{max-width:1200px}.project-edit-page{max-width:1200px}.page-header{margin-bottom:2rem}.back-button{display:flex;align-items:center;gap:.5rem;color:#6b7280;background:none;border:none;cursor:pointer;font-weight:500;transition:color .2s ease;padding:.5rem 0}.back-button:hover{color:#374151}.project-edit-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280}.project-edit-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;gap:1rem}.project-edit-not-found h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.qr-code-page{max-width:800px;margin:0 auto}.qr-code-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.qr-code-content{display:flex;flex-direction:column;gap:2rem}.qr-code-card{padding:2rem}.qr-code-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #9CA3AF}.qr-code-info-left{display:flex;align-items:center;gap:1.5rem}.qr-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:12px;background-color:#fff7ed;color:#ea580c}.qr-title-section{flex:1}.qr-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.qr-subtitle{color:#6b7280;margin:0;font-size:1rem}.form-type-selection-card{padding:2rem}.form-type-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #6B7280}.form-type-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:12px;background-color:#fff7ed;color:#ea580c}.form-type-title-section{flex:1}.form-type-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.form-type-subtitle{color:#6b7280;margin:0;font-size:1rem}.form-type-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.form-type-option{padding:2rem;border:2px solid #6B7280;border-radius:12px;background:linear-gradient(135deg,#fff,#f8fafc);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center}.form-type-option:hover{border-color:#ea580c;background:linear-gradient(135deg,#fff7ed,#ffedd5);transform:translateY(-4px);box-shadow:0 8px 25px #ea580c26}.form-type-option-content h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.form-type-option-content p{color:#6b7280;margin:0;font-size:.875rem}.project-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background-color:#f9fafb;border-radius:8px;border:2px solid #6B7280}.summary-item{display:flex;flex-direction:column;gap:.5rem}.summary-item label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.summary-item span{font-size:1rem;color:#1f2937;font-weight:500}.qr-code-section{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem}.qr-code-container{display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#fff;border:2px solid #6B7280;border-radius:12px;box-shadow:0 4px 6px #0000000d}.qr-code-image{max-width:300px;height:auto;border-radius:8px}.qr-code-error{display:flex;align-items:center;justify-content:center;width:300px;height:300px;color:#6b7280;background-color:#f9fafb;border-radius:8px;border:2px dashed #9CA3AF}.qr-url-section{width:100%;max-width:500px;display:flex;flex-direction:column;gap:.5rem}.qr-url-section label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.url-container{display:flex;gap:.5rem}.url-input{flex:1;padding:.75rem 1rem;border:2px solid #6B7280;border-radius:8px;font-size:.875rem;background-color:#f9fafb;color:#374151;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.url-input:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a}.copy-button{white-space:nowrap}.qr-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.preview-link{color:#ea580c;text-decoration:none;font-weight:500;transition:color .2s ease;display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem}.preview-link:hover{color:#c2410c}.usage-instructions{padding:2rem}.instructions-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem;text-align:center}.instructions-list{display:flex;flex-direction:column;gap:1.5rem}.instruction-item{display:flex;gap:1rem;align-items:flex-start}.instruction-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#ea580c;color:#fff;border-radius:50%;font-weight:700;font-size:.875rem;flex-shrink:0}.instruction-content{flex:1}.instruction-content h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.instruction-content p{color:#6b7280;margin:0;line-height:1.6}.qr-code-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280}.qr-code-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;gap:1rem}.qr-code-not-found h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}@media (max-width: 768px){.qr-code-page{padding:0 1rem}.qr-code-card,.usage-instructions{padding:1.5rem}.qr-code-info{flex-direction:column;text-align:center;gap:1rem}.project-summary{grid-template-columns:1fr;gap:1rem}.qr-code-container{padding:1rem}.qr-code-image{max-width:250px}.url-container,.qr-actions{flex-direction:column}.instruction-item{flex-direction:column;text-align:center;gap:.5rem}.qr-title{font-size:1.5rem}}.property-detail-page{max-width:1200px}.property-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.back-link{display:flex;align-items:center;gap:.5rem;color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s ease}.header-actions{display:flex;gap:1rem}.property-detail-content{display:flex;flex-direction:column;gap:2rem}.property-info-card{padding:2rem}.property-info-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #9CA3AF}.property-type-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:12px;background-color:#f3f4f6}.icon-house{color:#ea580c}.icon-apartment{color:#c2410c}.property-basic-info{flex:1}.property-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.property-address{display:flex;flex-direction:column;gap:.25rem}.address-text{font-size:1.125rem;font-weight:600;color:#374151}.postal-code{font-size:.875rem;color:#6b7280;font-weight:500}.property-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-item label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.detail-item span{font-size:1rem;color:#1f2937;font-weight:500}.property-type-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;background-color:#f3f4f6;color:#374151;width:-moz-fit-content;width:fit-content}.related-data-card{padding:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #9CA3AF}.section-title{display:flex;align-items:center;gap:.75rem}.section-header svg{color:#ea580c}.section-header h2{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.empty-state{display:flex;align-items:center;justify-content:center;padding:3rem;color:#6b7280;background-color:#f9fafb;border-radius:8px;border:2px dashed #9CA3AF}.property-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280}.property-detail-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;gap:1rem}.property-detail-not-found h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}@media (max-width: 768px){.property-detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.property-info-header{flex-direction:column;text-align:center;gap:1rem}.property-details-grid{grid-template-columns:1fr;gap:1rem}.property-info-card,.related-data-card{padding:1.5rem}.property-title{font-size:1.5rem}.property-address{text-align:center}}.property-create-page{max-width:1200px}.property-create-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.header-navigation{display:flex;align-items:center}.back-link{display:flex;align-items:center;gap:.5rem;color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s ease;background:none;border:none;cursor:pointer;font-size:1rem}.back-link:hover{color:#374151}.property-create-content{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.property-create-header{flex-direction:column;align-items:flex-start;gap:1rem}}.property-info-form{width:100%}.property-address-section{margin-bottom:2rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}.property-address-section .section-title{font-size:1.1rem;font-weight:600;color:#374151;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f97316}.property-address-section:last-child{margin-bottom:0}.property-type-options .type-option{flex:1;min-width:auto;padding:1rem;font-size:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;border:2px solid #6B7280;border-radius:12px;background-color:#fff;cursor:pointer;transition:all .2s ease}.property-type-options .type-option:hover{border-color:#ea580c;transform:translateY(-2px);box-shadow:0 4px 12px #ea580c26}.property-type-options .type-option.selected{border-color:#ea580c;background-color:#fff7ed;color:#ea580c}.property-address-type-selection{margin-bottom:1.5rem}.property-address-type-selection label{display:block;font-weight:600;color:#374151;margin-bottom:.75rem}.property-address-type-options{display:flex;gap:1rem}.property-address-type-options .type-option{flex:1;padding:1rem;border:2px solid #d1d5db;border-radius:8px;background-color:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center}.property-address-type-options .type-option:hover{border-color:#f97316;background-color:#fff7ed}.property-address-type-options .type-option.selected{border-color:#f97316;background-color:#f97316;color:#fff}.property-form-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.property-address-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.property-zipcode-input-container{position:relative}.property-pref-code-select{display:flex;flex-direction:column;gap:.5rem}.property-pref-code-select label{font-weight:600;color:#374151;font-size:.875rem}.property-pref-code-dropdown{padding:.75rem 1rem;border:2px solid #6B7280;border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff}.property-pref-code-dropdown:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a}.property-pref-code-dropdown.error{border-color:#ef4444}.property-error-text{color:#ef4444;font-size:.875rem;font-weight:500}.property-required-asterisk{color:#dc2626;margin-left:.25rem}.property-chome-ban-go-group{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.property-building-group{display:flex;flex-direction:column;gap:1rem}.property-tower-room-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.property-tower-section{display:flex;flex-direction:row;align-items:flex-end;gap:1rem;min-height:60px}.property-tower-checkbox{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;background-color:#f9fafb;height:44px;box-sizing:border-box;white-space:nowrap}.property-tower-checkbox label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151;font-weight:500;white-space:nowrap}.property-tower-checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:#f97316;cursor:pointer}.property-tower-checkbox:hover{background-color:#f3f4f6}@media (max-width: 768px){.property-address-section{padding:1rem;margin-bottom:1.5rem}.property-address-section .section-title{font-size:1rem;margin-bottom:.75rem}.property-type-selection{margin-bottom:1.5rem}.property-type-options{flex-direction:column;gap:.75rem}.property-type-options .type-option{padding:.75rem;font-size:.875rem}.property-address-type-options{flex-direction:column;gap:.75rem}.property-address-type-options .type-option{padding:.75rem;font-size:.875rem}.property-form-grid{gap:1rem}.property-address-fields{grid-template-columns:1fr;gap:1rem}.property-chome-ban-go-group{grid-template-columns:1fr;gap:.75rem}.property-building-group{gap:.75rem}.property-tower-room-group{grid-template-columns:1fr;gap:.75rem}.property-tower-section{flex-direction:column;align-items:stretch;gap:.5rem;min-height:auto}.property-tower-checkbox{padding:.5rem;height:auto;white-space:nowrap}.property-tower-checkbox label{font-size:.8rem}.property-pref-code-dropdown{padding:.625rem .75rem;font-size:.875rem}.property-zipcode-input-container{margin-bottom:.5rem}}@media (max-width: 480px){.property-address-section{padding:.75rem;margin-bottom:1rem}.property-address-section .section-title{font-size:.875rem;margin-bottom:.5rem}.property-type-selection{margin-bottom:1rem}.property-type-selection label{font-size:.8rem;margin-bottom:.25rem}.property-type-options .type-option{padding:.5rem;font-size:.8rem;min-height:44px}.property-address-type-selection label{font-size:.8rem;margin-bottom:.5rem}.property-address-type-options .type-option{padding:.5rem;font-size:.8rem;min-height:44px}.property-form-grid,.property-address-fields{gap:.75rem}.property-chome-ban-go-group,.property-building-group,.property-tower-room-group{gap:.5rem}.property-tower-section{flex-direction:column;align-items:stretch;gap:.25rem;min-height:auto}.property-tower-checkbox{padding:.375rem;height:auto;white-space:nowrap}.property-tower-checkbox label{font-size:.75rem}.property-pref-code-dropdown{padding:.5rem .625rem;font-size:.8rem;min-height:44px}.property-pref-code-select label{font-size:.8rem}.property-zipcode-input-container{margin-bottom:.25rem}}@media (min-width: 769px) and (max-width: 1024px){.property-address-section{padding:1.25rem}.property-address-section .section-title{font-size:1rem}.property-form-grid{gap:1.25rem}.property-address-fields{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.property-type-options{gap:1.5rem}.property-type-options .type-option{padding:1.25rem;font-size:.9rem}.property-address-type-options{gap:1.5rem}.property-address-type-options .type-option{padding:1.25rem;font-size:.9rem}.property-chome-ban-go-group{grid-template-columns:1fr 1fr 1fr;gap:.75rem}.property-tower-room-group{grid-template-columns:1fr 1fr;gap:.75rem}.property-tower-section{flex-direction:row;align-items:flex-end;gap:.75rem;min-height:60px}}.select-group{margin-bottom:1.5rem}.select-label{display:block;font-weight:600;margin-bottom:.75rem;color:#374151}.required{color:#ef4444;font-size:.875rem;margin-left:.25rem}.select-dropdown{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;background-color:#fff;font-size:1rem;color:#374151;transition:all .2s ease;cursor:pointer}.select-dropdown:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.select-dropdown:hover{border-color:#d1d5db}.select-dropdown.error{border-color:#ef4444}.select-dropdown.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.error-text{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:block}@media (max-width: 768px){.select-dropdown{padding:.5rem .75rem;font-size:.875rem}}.hearing-form-container{min-height:100vh;background:linear-gradient(135deg,#fafafa,#f5f5f5);padding:1rem}.hearing-form-header{text-align:center;margin-bottom:2rem;padding:2rem 0}.hearing-form-header h1{font-size:1.875rem;font-weight:600;color:#111827;margin:0 0 .5rem;letter-spacing:-.025em}.hearing-form-header p{color:#6b7280;font-size:.875rem;margin:0}.hearing-form-subtitle{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:8px;border:1px solid #FCD34D}.hearing-form-subtitle p{color:#92400e;font-size:1rem;font-weight:500;margin:0;text-align:center}.progress-bar{max-width:800px;margin:0 auto 2rem}.progress-steps{display:flex;justify-content:space-between;align-items:center;position:relative}.progress-steps:before{content:"";position:absolute;top:20px;left:0;right:0;height:2px;background-color:#e5e7eb;z-index:1}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:2;background-color:#fafafa;padding:0 .5rem}.step-number{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.875rem;background-color:#e5e7eb;color:#6b7280;transition:all .3s ease}.step-label{font-size:.75rem;color:#6b7280;text-align:center;font-weight:500}.progress-step.active .step-number{background-color:#f97316;color:#fff}.progress-step.active .step-label{color:#f97316;font-weight:500}.progress-step.completed .step-number{background-color:#f97316;color:#fff}.progress-step.completed .step-label{color:#f97316}.hearing-form-card{max-width:800px;margin:0 auto;padding:2rem}.form-step{min-height:400px;display:flex;flex-direction:column}.customer-confirmation-step{justify-content:center;align-items:center;text-align:center;gap:2rem}.customer-confirmation-content{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:600px}.confirmation-icon{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#f97316;box-shadow:0 8px 32px #f9731633}.customer-confirmation-step h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0;letter-spacing:-.025em}.confirmation-message{font-size:1.25rem;color:#6b7280;margin:0;line-height:1.6;font-weight:500}.project-info-summary{display:flex;flex-direction:column;gap:1rem;width:100%;padding:2rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:16px;border:2px solid #6B7280}.project-info-summary .info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #D1D5DB}.project-info-summary .info-item:last-child{border-bottom:none}.project-info-summary .info-item label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.project-info-summary .info-item span{font-size:1rem;color:#f97316;font-weight:600;text-align:right}.form-step h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 2rem;text-align:center}.customer-type-options{display:flex;gap:2rem;justify-content:center;margin-top:2rem}.response-source-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.response-source-option{display:flex;flex-direction:column;border:2px solid #6B7280;border-radius:12px;background-color:#fff;cursor:pointer;transition:all .2s ease;overflow:hidden}.response-source-option:hover{border-color:#ea580c;transform:translateY(-2px);box-shadow:0 4px 12px #ea580c26}.response-source-option.selected{border-color:#ea580c;background-color:#fff7ed}.response-source-image{height:120px;overflow:hidden}.response-source-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.response-source-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem}.response-source-content span{font-size:1rem;font-weight:600;color:#1f2937}.type-option{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;border:2px solid #6B7280;border-radius:12px;background-color:#fff;cursor:pointer;transition:all .2s ease;min-width:150px}.type-option:hover{border-color:#ea580c;transform:translateY(-2px);box-shadow:0 4px 12px #ea580c26}.type-option.selected{border-color:#ea580c;background-color:#fff7ed;color:#ea580c}.type-option span{font-size:1.125rem;font-weight:600}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.chome-ban-go-group{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.birth-date-group,.birth-date-select{display:flex;flex-direction:column;gap:.5rem}.birth-date-select label{font-weight:600;color:#374151;font-size:.875rem}.birth-date-dropdowns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.birth-dropdown{padding:.75rem 1rem;border:2px solid #6B7280;border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff}.birth-dropdown:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a}.birth-dropdown.error{border-color:#ef4444}.phone-selection-group{display:flex;flex-direction:column;gap:.5rem}.phone-selection-label{font-weight:600;color:#374151;font-size:.875rem}.phone-type-options{display:flex;gap:1rem;margin-bottom:.5rem}.phone-type-option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:2px solid #6B7280;border-radius:8px;cursor:pointer;transition:all .2s ease;background-color:#fff}.phone-type-option:hover{border-color:#ea580c;background-color:#fff7ed}.phone-type-option input[type=radio]{display:none}.phone-type-option span{position:relative;padding-left:1.5rem}.phone-type-option span:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid #6B7280;border-radius:50%;background-color:#fff;transition:all .2s ease}.phone-type-option input[type=radio]:checked+span{color:#ea580c;font-weight:600}.phone-type-option input[type=radio]:checked+span:before{border-color:transparent;background:linear-gradient(135deg,#ea580c,#dc2626);box-shadow:inset 0 0 0 3px #fff}.phone-type-option:has(input[type=radio]:checked){background-color:#fff7ed}.input-wrapper .input-label{color:#374151;font-weight:600}.input-wrapper .input-label.optional{color:#6b7280;font-weight:500}.optional-field .input-label{color:#6b7280!important;font-weight:500!important}.required-field input{background-color:#fff7ed!important}.required-field input:focus{background-color:#fff7ed!important}.property-type-selection{margin-bottom:2rem}.property-type-selection label{display:block;font-weight:600;color:#374151;font-size:.875rem;margin-bottom:.5rem}.property-type-options{display:flex;gap:1rem}.property-type-options .type-option{flex:1;min-width:auto;padding:1rem;font-size:1rem}.pref_code-select{display:flex;flex-direction:column;gap:.5rem}.pref_code-select label{font-weight:600;color:#374151;font-size:.875rem}.pref_code-dropdown{padding:.75rem 1rem;border:2px solid #6B7280;border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff}.pref_code-dropdown:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a}.pref_code-dropdown.error{border-color:#ef4444}.error-text{color:#ef4444;font-size:.875rem;font-weight:500}.required-asterisk{color:#dc2626;margin-left:.25rem}.zipcode-input-container{position:relative}.address-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #D1D5DB;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;max-height:200px;overflow-y:auto}.suggestion-item{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #F3F4F6;transition:background-color .2s ease}.suggestion-item:hover{background-color:#f9fafb}.suggestion-item:last-child{border-bottom:none}.suggestion-zipcode{font-weight:600;color:#1f2937;font-size:.875rem;margin-bottom:.25rem}.suggestion-address{color:#6b7280;font-size:.875rem;line-height:1.4}.department-section{display:flex;flex-direction:column;gap:.5rem}.checkbox-wrapper{margin-top:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:1rem;height:1rem;accent-color:#EA580C;cursor:pointer}.checkbox-label span{font-weight:500}.checkbox-label:hover{color:#ea580c}.contact-description{margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;border:1px solid #F59E0B}.contact-description p{margin:0 0 .5rem;color:#92400e;font-size:.875rem;font-weight:500;line-height:1.4}.contact-description p:last-child{margin-bottom:0}.phone-inputs-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.phone-input-group{display:flex;flex-direction:column}.phone-input-group .input-wrapper{flex:1}.phone-input-group .input-sub-label.required{color:#ef4444;font-weight:600}.phone-label-selector{cursor:pointer;border:2px solid transparent;border-radius:12px;padding:.5rem;transition:all .3s ease;position:relative}.phone-label-selector:hover{border-color:transparent;background-color:transparent}.phone-label-selector.selected{border-color:transparent;background-color:transparent;box-shadow:none}.phone-label-selector.selected:before{content:"✓";position:absolute;top:.5rem;right:.5rem;background-color:#ea580c;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;z-index:1}.confirmation-sections{display:flex;flex-direction:column;gap:2rem;margin-top:1rem}.confirmation-section{background-color:#f9fafb;padding:1.5rem;border-radius:8px;border:2px solid #6B7280}.confirmation-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #f97316}.confirmation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.confirmation-item{display:flex;flex-direction:column;gap:.25rem}.confirmation-item label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.confirmation-item span{font-size:1rem;color:#1f2937;font-weight:500;word-break:break-word}.priority-items-section{margin-top:2rem}.priority-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.priority-item-checkbox{display:flex;align-items:center;gap:.5rem;padding:.75rem;border:2px solid #6B7280;border-radius:8px;cursor:pointer;transition:all .2s ease;background-color:#fff}.priority-item-checkbox:hover{border-color:#f97316;background-color:#fff7ed}.priority-item-checkbox input[type=checkbox]{margin:0;accent-color:#f97316}.priority-item-checkbox span{font-size:.875rem;font-weight:500;color:#1f2937}.textarea-field{margin-top:2rem}.textarea-field label{display:block;font-weight:600;color:#374151;font-size:.875rem;margin-bottom:.5rem}.textarea-input{width:100%;padding:.75rem 1rem;border:2px solid #6B7280;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff}.textarea-input:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a}.selector-field{display:flex;flex-direction:column;gap:.5rem}.field-label{font-weight:600;color:#374151;font-size:.875rem}.selector-dropdown{padding:.75rem 1rem;border:2px solid #6B7280;border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff}.selector-dropdown:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a}.completion-step{text-align:center;justify-content:center;align-items:center;gap:2rem}.completion-icon{color:#059669}.sending-step{text-align:center;padding:3rem 2rem}.sending-container{max-width:400px;margin:0 auto}.sending-container h2{font-size:1.5rem;font-weight:600;color:#111827;margin:1.5rem 0 1rem}.sending-container p{color:#6b7280;font-size:1rem;margin-bottom:2rem}.sending-progress{margin-top:2rem}.sending-progress .progress-bar{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden;margin:0}.sending-progress .progress-fill{height:100%;background:linear-gradient(90deg,#f97316,#fb923c);border-radius:4px;animation:progress-animation 2s ease-in-out infinite}@keyframes progress-animation{0%{width:0%;margin-left:0%}50%{width:70%;margin-left:15%}to{width:0%;margin-left:100%}}.completion-step h2{color:#059669}.completion-step p{color:#6b7280;text-align:center;line-height:1.6}.email-status{margin-top:2rem;padding:1.5rem;border-radius:8px;text-align:center}.email-status.sending{background-color:#fef3c7;border:1px solid #F59E0B;color:#92400e}.email-status.success{background-color:#d1fae5;border:1px solid #10B981;color:#065f46}.email-status.error{background-color:#fee2e2;border:1px solid #EF4444;color:#991b1b}.email-status p{margin:0 0 .5rem;font-weight:500}.email-status .email-note{font-size:.875rem;font-weight:400;line-height:1.5;margin-top:1rem}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;border-top:2px solid #9CA3AF}.hearing-form-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:#6b7280}.hearing-form-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;gap:1rem;color:#6b7280}.hearing-form-error h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.loading-spinner{width:2rem;height:2rem;border:2px solid #E5E7EB;border-top:2px solid #EA580C;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.hearing-form-container{padding:.5rem}.hearing-form-header{padding:1rem 0}.hearing-form-header h1{font-size:1.5rem}.customer-confirmation-step h2{font-size:2rem}.confirmation-icon{width:100px;height:100px}.confirmation-message{font-size:1.125rem}.project-info-summary{padding:1.5rem}.project-info-summary .info-item{flex-direction:column;align-items:flex-start;gap:.5rem}.project-info-summary .info-item span{text-align:left}.progress-steps{flex-wrap:wrap;gap:.5rem}.step-number{width:32px;height:32px;font-size:.75rem}.step-label{font-size:.625rem}.hearing-form-card{padding:1.5rem}.customer-type-options{flex-direction:column;gap:1rem}.type-option{min-width:auto;padding:1.5rem}.form-grid{grid-template-columns:1fr;gap:1rem}.property-type-options{flex-direction:column}.confirmation-grid{grid-template-columns:1fr}.form-actions{flex-direction:column;gap:1rem}.form-actions .btn{width:100%}.phone-inputs-row{grid-template-columns:1fr;gap:1rem}.contact-description{padding:.75rem}.contact-description p{font-size:.8rem}}.address-section{margin-bottom:2rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}.address-section .section-title{font-size:1.1rem;font-weight:600;color:#374151;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f97316}.address-section:last-child{margin-bottom:0}.address-type-selection{margin-bottom:1.5rem}.address-type-selection label{display:block;font-weight:600;color:#374151;margin-bottom:.75rem}.address-type-options{display:flex;gap:1rem}.address-type-options .type-option{flex:1;padding:1rem;border:2px solid #d1d5db;border-radius:8px;background-color:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center}.address-type-options .type-option:hover{border-color:#f97316;background-color:#fff7ed}.address-type-options .type-option.selected{border-color:#f97316;background-color:#f97316;color:#fff}.site-areas-section{margin-bottom:2rem}.site-areas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.site-area-category{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;background-color:#f9fafb}.site-area-category h4{font-size:1rem;font-weight:600;color:#374151;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid #d1d5db}.site-area-items{display:flex;flex-direction:column;gap:.5rem}.site-area-checkbox{display:flex;align-items:center;gap:.5rem;padding:.75rem;border:2px solid #6B7280;border-radius:8px;cursor:pointer;transition:all .2s ease;background-color:#fff}.site-area-checkbox:hover{border-color:#f97316;background-color:#fff7ed}.site-area-checkbox input[type=checkbox]{margin:0;accent-color:#f97316}.site-area-checkbox span{font-size:.875rem;font-weight:500;color:#1f2937}.site-area-other{margin-top:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}.site-area-other .textarea-field{margin-top:.75rem}.site-timeline-section{margin-bottom:2rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}.site-timeline-section h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #f97316}.budget-section{margin-bottom:2rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}.budget-section h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #f97316}.competitive-estimate-section{margin-bottom:2rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}.competitive-estimate-section h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #f97316}.priority-items-section{margin-bottom:2rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}.priority-items-section h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #f97316}.family-members-section{margin-top:20px}.family-members-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-top:8px}.family-member-checkbox{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s}.family-member-checkbox:hover{border-color:#f97316;background-color:#fff7ed}.family-member-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:#f97316}.family-member-checkbox span{font-size:14px;color:#374151}.radio-group{display:flex;gap:20px;margin-top:8px}.radio-option{display:flex;align-items:center;gap:8px;cursor:pointer}.radio-option input[type=radio]{width:16px;height:16px;accent-color:#f97316}.radio-option span{font-size:14px;color:#374151}.simple-layout{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;flex-direction:column}.simple-layout-main{flex:1;padding:20px;max-width:1200px;margin:0 auto;width:100%}@media (max-width: 768px){.simple-layout-main{padding:16px}}@media (max-width: 480px){.simple-layout-main{padding:12px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 0 0% 3.9%;--card: 0 0% 100%;--card-foreground: 0 0% 3.9%;--popover: 0 0% 100%;--popover-foreground: 0 0% 3.9%;--primary: 0 0% 9%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 96.1%;--secondary-foreground: 0 0% 9%;--muted: 0 0% 96.1%;--muted-foreground: 0 0% 45.1%;--accent: 0 0% 96.1%;--accent-foreground: 0 0% 9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 0 0% 89.8%;--input: 0 0% 89.8%;--ring: 0 0% 3.9%;--radius: .5rem;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%}.dark{--background: 0 0% 3.9%;--foreground: 0 0% 98%;--card: 0 0% 3.9%;--card-foreground: 0 0% 98%;--popover: 0 0% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 0 0% 9%;--secondary: 0 0% 14.9%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 14.9%;--muted-foreground: 0 0% 63.9%;--accent: 0 0% 14.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 0 0% 14.9%;--input: 0 0% 14.9%;--ring: 0 0% 83.1%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.absolute{position:absolute}.relative{position:relative}.right-2{right:.5rem}.z-50{z-index:50}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mb-4{margin-bottom:1rem}.flex{display:flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.h-10{height:2.5rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-px{height:1px}.max-h-96{max-height:24rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-full{width:100%}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.cursor-default{cursor:default}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.overflow-hidden{overflow:hidden}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border-2{border-width:2px}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.bg-muted{background-color:hsl(var(--muted))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-1{padding:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pl-2{padding-left:.5rem}.pr-8{padding-right:2rem}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.opacity-50{opacity:.5}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-200{animation-duration:.2s}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#0f172a;line-height:1.5;font-weight:400}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;letter-spacing:-.025em;color:#0f172a}h1{font-size:2.25rem;font-weight:800}h2{font-size:1.875rem;font-weight:700}h3{font-size:1.5rem;font-weight:600}input,select,textarea{font-family:inherit;font-weight:500}*:focus{outline:2px solid #EA580C;outline-offset:2px}button:focus{outline:2px solid #EA580C;outline-offset:2px}a{color:inherit;text-decoration:none}.shadow-sm{box-shadow:0 1px 3px #0f172a14}.shadow{box-shadow:0 4px 6px -1px #0f172a1a,0 2px 4px -1px #0f172a0f}.shadow-lg{box-shadow:0 20px 25px -5px #0f172a1a,0 10px 10px -5px #0f172a0a}.shadow-xl{box-shadow:0 25px 50px -12px #0f172a40}.glass{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.focus\:border-orange-600:focus{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.focus\:bg-orange-50:focus{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.focus\:text-gray-900:focus{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.focus\:shadow-\[0_0_0_3px_rgba\(234\,88\,12\,0\.1\)\]:focus{--tw-shadow: 0 0 0 3px rgba(234,88,12,.1);--tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
