.mypage-tabs-container{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:20px}.mypage-tab-button{text-align:center;padding:10px 20px;font-weight:700;font-size:14px;background:#fff;border:.5px solid #cb6b52;cursor:pointer}.mypage-tab-button:focus{outline:none}.mypage-tab-active{background:#CB6B52;color:#fff}.mypage-tab-inactive{color:#CB6B52}.mypage-tab-inactive:hover{color:#374151}.mypage-tab-content{padding:20px 0}.user-components-container{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem}.user-components-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.user-components-title{font-size:1.5rem;font-weight:600;color:#333}.user-components-create-button{display:inline-block;padding:.5rem 1rem;background-color:#cb6b52;color:white;border-radius:4px;text-decoration:none;transition:background-color .2s;font-weight:700;font-size:13px}.user-components-create-button:hover{background-color:#3a5ce5}.user-components-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.user-components-card{border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s;background-color:white;position:relative}.user-components-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.15)}.user-components-card-image{position:relative;height:160px;background-color:#f5f5f5}.user-components-card-image img{width:100%;height:100%;object-fit:cover}.user-components-card-no-image{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:.9rem}.user-components-card-status{position:absolute;top:10px;left:10px;padding:.25rem .5rem;background-color:rgba(0,0,0,.6);color:white;border-radius:4px;font-size:.75rem}.user-components-card-content{padding:1rem}.user-components-card-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#333}.user-components-card-description{font-size:.9rem;color:#666;margin-bottom:.75rem;line-height:1.4}.user-components-card-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#777;margin-bottom:.5rem}.user-components-card-budget,.user-components-card-date{margin:0}.user-components-card-tags{font-size:.8rem;color:#4a6cf7;background-color:rgba(74,108,247,.1);padding:.25rem .5rem;border-radius:4px;display:inline-block}.user-components-loading{text-align:center;padding:2rem;color:#666}.user-components-error{color:#e53e3e;padding:1rem;border:1px solid #e53e3e;border-radius:4px;background-color:rgba(229,62,62,.05)}.user-components-empty{text-align:center;padding:2rem;color:#666}.user-components-empty p{margin-bottom:1rem}.user-components-description{font-size:.9rem;color:#777;margin-top:.5rem}.user-components-list{display:flex;flex-direction:column;gap:1rem}.user-components-item{display:flex;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);background-color:white}.user-components-thumbnail{width:160px;height:90px;object-fit:cover}.user-components-no-image{width:160px;height:90px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;color:#999;font-size:.9rem}.user-components-details{flex:1 1;padding:1rem;display:flex;flex-direction:column}.user-components-link{text-decoration:none;color:inherit}.user-components-plan-name{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#333}.user-components-date{font-size:.8rem;color:#777;margin-bottom:.5rem}.user-components-remove{align-self:flex-start;padding:.25rem .5rem;background-color:transparent;color:#e53e3e;border:1px solid #e53e3e;border-radius:4px;font-size:.8rem;cursor:pointer;transition:background-color .2s}.user-components-remove:hover{background-color:rgba(229,62,62,.1)}.user-components-remove:disabled{opacity:.5;cursor:not-allowed}.user-components-remove-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;background:rgba(255,255,255,.85);color:var(--uc-danger);font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,transform .15s ease}.user-components-remove-btn:hover{background:#ffffff;transform:scale(1.05)}.user-components-remove-btn:disabled{opacity:.6;cursor:not-allowed}.profile-editor-container{width:100%;margin:0 auto}.profile-editor-title{font-size:1.5rem;font-weight:700;margin-bottom:24px}.profile-editor-success{background-color:#d1fae5;border:1px solid #a7f3d0;color:#047857;padding:12px 16px;border-radius:6px;margin-bottom:20px}.profile-editor-errors{background-color:#fee2e2;border:1px solid #fecaca;color:#b91c1c;padding:12px 16px;border-radius:6px;margin-bottom:20px}.profile-editor-errors ul{margin:0;padding-left:20px}.profile-editor-form{margin-bottom:40px}.profile-editor-field{margin-bottom:24px}.profile-editor-label{display:block;font-weight:700;margin-bottom:8px;color:#1f2937}.profile-editor-input,.profile-editor-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .3s}.profile-editor-input:focus,.profile-editor-textarea:focus{outline:none;border-color:#CB6B52;box-shadow:0 0 0 2px rgba(203,107,82,.2)}.profile-editor-textarea{min-height:120px;resize:vertical}.profile-editor-hint{margin-top:6px;font-size:.875rem;color:#6b7280}.profile-editor-image-container{display:flex;align-items:center;margin-bottom:10px}.profile-editor-image,.profile-editor-image-placeholder{width:100px;height:100px;border-radius:50%;margin-right:20px;flex-shrink:0}.profile-editor-image{object-fit:cover}.profile-editor-image-placeholder{background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.875rem}.profile-editor-image-input{display:none}.profile-editor-image-button{display:inline-block;background-color:#CB6B52;color:white;padding:8px 16px;border-radius:6px;font-weight:700;cursor:pointer;transition:background-color .3s}.profile-editor-image-button:hover{background-color:#b55a43}.profile-editor-actions{margin-top:32px}.profile-editor-submit{background-color:#CB6B52;color:white;border:none;padding:12px 24px;border-radius:6px;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .3s}.profile-editor-submit:hover{background-color:#b55a43}.profile-editor-submit:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.profile-editor-info{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.profile-editor-info-title{font-size:1.25rem;font-weight:700;margin-bottom:16px;color:#1f2937}.profile-editor-info-item{display:flex;margin-bottom:12px}.profile-editor-info-item:last-child{margin-bottom:0}.profile-editor-info-label{font-weight:700;width:140px;flex-shrink:0;color:#4b5563}.profile-editor-info-value{color:#1f2937}.profile-editor-subscription{margin-top:40px;padding-top:30px;border-top:1px solid #e5e7eb}.profile-editor-section-title{font-size:1.25rem;font-weight:700;margin-bottom:20px;color:#1f2937}.subscription-container{width:100%;max-width:800px;margin:0 auto}.subscription-header{margin-bottom:20px}.subscription-title{font-size:1.5rem;font-weight:700}.subscription-status-card{display:flex;background-color:white;border-radius:10px;border:.5px solid #000;padding:24px;margin-bottom:24px}.subscription-status-icon{flex-shrink:0;width:64px;height:64px;margin-right:24px}.subscription-icon-paid{color:#CB6B52;width:100%;height:100%}.subscription-icon-free{color:#999;width:100%;height:100%}.subscription-status-info{flex-grow:1}.subscription-status-type{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:#1F2937}.subscription-dates{margin-bottom:20px;padding:12px;background-color:#fff;border-radius:10px;border:.5px solid #000}.subscription-date-item{display:flex;margin-bottom:8px}.subscription-date-item:last-child{margin-bottom:0}.subscription-date-label{font-weight:700;width:80px;flex-shrink:0}.subscription-date-value{color:#4B5563}.subscription-benefits{margin-top:16px}.subscription-benefits-title{font-size:1.1rem;font-weight:700;margin-bottom:12px;color:#1F2937}.subscription-benefits-list{list-style:none;padding:0}.subscription-benefit-item{display:flex;align-items:center;margin-bottom:8px;color:#4B5563}.subscription-benefit-check{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;margin-right:12px;font-weight:700;background-color:#fff;color:#999;border:.5px solid #000}.subscription-benefit-available{background-color:#CB6B52;color:#fff;border:none}.subscription-upgrade{text-align:center;padding:24px;background-color:#fff;border-radius:10px;border:.5px solid #000}.subscription-upgrade-button{display:inline-block;background-color:#CB6B52;color:white;font-weight:700;padding:12px 24px;border-radius:10px;border:none;cursor:pointer;transition:background-color .3s}.subscription-upgrade-button:hover{background-color:#b55a43}.subscription-upgrade-note{margin-top:12px;font-size:.875rem;color:#6B7280}